8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9d055 commit d8c9210Copy full SHA for d8c9210
README.md
@@ -4,7 +4,7 @@ This plugin provides an extension of ElasticSearchs HTTP Transport module to ena
4
5
## Installation
6
7
-Copy `elasticsearch-http-basic-<version>.jar` to `plugins/http-basic`. Or use `bin/plugin` to do so.
+Download the current version from https://github.com/Asquera/elasticsearch-http-basic/downloads and copy it to `plugins/http-basic`.
8
9
## Configuration
10
@@ -23,4 +23,8 @@ Be aware that the password is stored in plain text.
23
```
24
$ curl -v --user my_username:my_password localhost:9200 # works
25
$ curl -v --user my_username:password localhost:9200 # sends 403
26
-```
+```
27
+
28
+## Issues
29
30
+Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues
0 commit comments