Skip to content

Commit 88a6c05

Browse files
committed
migrate plugin to be compatible with ES 5.5.2
fix #104. skip seeding if default kibana index does not exist bug 1537857. Remove user header for requests without tokens and
1 parent f1868f9 commit 88a6c05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1949
-1320
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is an OpenShift plugin to ElasticSearch to:
55
* Transform kibana index requests to support multitenant deployments for
66
non-operations users when so configured.
77

8+
89
*Note:*
910
Previous versions of this plugin created a Kibana profile for each user regardless of their role,
1011
which is still the default mode of operation. It is now possible to configure the Kibana index mode
@@ -67,11 +68,15 @@ The following additional parameters can be set in set in `elasticsearch.yml`:
6768
may be found in the `samples` folder.
6869

6970
## Development
71+
Manually install custom version of SearchGuard
72+
73+
* `$ mvn install:install-file -Dfile=lib/search-guard-5-5.5.2-15-rh.jar -Dpackaging=jar`
74+
7075
Following are the dependencies
7176

72-
* [ElasticSearch 2.4.4] (https://github.com/elastic/elasticsearch/tree/2.4)
73-
* [Search-Guard 2.4.4.10] (https://github.com/floragunncom/search-guard/tree/2.4.4.10)
74-
* [Search-Guard-SSL 2.4.4.19] (https://github.com/floragunncom/search-guard-ssl/tree/2.4.4.19)
77+
* [ElasticSearch] (https://github.com/elastic/elasticsearch/tree/5.5.2)
78+
* [Search-Guard] (https://github.com/floragunncom/search-guard/tree)
79+
* [Search-Guard-SSL] (https://github.com/floragunncom/search-guard-ssl/tree)
7580

7681
### Remote Debugging deployed to Openshift
7782

126 KB
Binary file not shown.

lib/search-guard-5-5.5.2-15-rh.jar

198 KB
Binary file not shown.

0 commit comments

Comments
 (0)