File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Requesting / does not request authentication to simplify health heck configurati
66
77There is no way to configure this on a per index basis.
88
9+ ## Version Mapping
10+
11+ | Http Basic Plugin | elasticsearch |
12+ | -----------------------------| -----------------------|
13+ | 1.1.0 | 1.0.0 |
14+ | 1.0.4(master) | 0.90.7 |
15+
916## Installation
1017
1118Download the current version from https://github.com/Asquera/elasticsearch-http-basic/releases and copy it to ` plugins/http-basic ` .
Original file line number Diff line number Diff line change 44
55 <groupId >com.asquera.elasticsearch</groupId >
66 <artifactId >elasticsearch-http-basic</artifactId >
7- <version >1.0.4 </version >
7+ <version >1.1.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >Basic Authentication Plugin</name >
1111 <url >http://maven.apache.org</url >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <elasticsearch .version>0.90.7 </elasticsearch .version>
15+ <elasticsearch .version>1.0.0 </elasticsearch .version>
1616 </properties >
1717
1818 <dependencies >
You can’t perform that action at this time.
0 commit comments