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
6
6
7
7
There is no way to configure this on a per index basis.
8
8
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
+
9
16
## Installation
10
17
11
18
Download 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 4
4
5
5
<groupId >com.asquera.elasticsearch</groupId >
6
6
<artifactId >elasticsearch-http-basic</artifactId >
7
- <version >1.0.4 </version >
7
+ <version >1.1.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Basic Authentication Plugin</name >
11
11
<url >http://maven.apache.org</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <elasticsearch .version>0.90.7 </elasticsearch .version>
15
+ <elasticsearch .version>1.0.0 </elasticsearch .version>
16
16
</properties >
17
17
18
18
<dependencies >
You can’t perform that action at this time.
0 commit comments