8000 Info about repository etc. · nibin/elasticsearch-http-basic@d8c9210 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8c9210

Browse files
committed
Info about repository etc.
1 parent 1c9d055 commit d8c9210

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin provides an extension of ElasticSearchs HTTP Transport module to ena
44

55
## Installation
66

7-
Copy `elasticsearch-http-basic-<version>.jar` to `plugins/http-basic`. Or use `bin/plugin` to do so.
7+
Download the current version from https://github.com/Asquera/elasticsearch-http-basic/downloads and copy it to `plugins/http-basic`.
88

99
## Configuration
1010

@@ -23,4 +23,8 @@ Be aware that the password is stored in plain text.
2323
```
2424
$ curl -v --user my_username:my_password localhost:9200 # works
2525
$ curl -v --user my_username:password localhost:9200 # sends 403
26-
```
26+
```
27+
28+
## Issues
29+
30+
Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues

0 commit comments

Comments
 (0)
0