-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
16 lines (12 loc) · 1.02 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- File: readme.html
Copyright (c) 2016-2022 Splunk Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.
-->
<p>Elasticsearch installations can be configured to allow REST API access without any type of authentication. The app therefore marks <b>username</b> and <b>password</b> as optional parameters. If specified, the app will end up using these for generating the basic authentication header used in the various Elasticsearch REST endpoints.<br>Connection can be configured over HTTP or HTTPS, so if <b>test connectivity</b> fails please check the protocol.</p>