Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiep Nguyen
docker-elk
Commits
204bb07f
Commit
204bb07f
authored
Mar 27, 2017
by
salimhb
Committed by
Anthony Lapenna
Mar 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update search-guard plugin to support elasticsearch 5.2.2 (#104)
parent
4153fef5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
elasticsearch/Dockerfile
+1
-1
Dockerfile
kibana/Dockerfile
+1
-1
No files found.
elasticsearch/Dockerfile
View file @
204bb07f
...
...
@@ -6,7 +6,7 @@ COPY bin/ bin/
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu
RUN
elasticsearch-plugin
install
--batch
com.floragunn:search-guard-5:5.2.
1
-11
\
RUN
elasticsearch-plugin
install
--batch
com.floragunn:search-guard-5:5.2.
2
-11
\
&&
chmod
+x
\
plugins/search-guard-5/tools/hash.sh
\
plugins/search-guard-5/tools/sgadmin.sh
kibana/Dockerfile
View file @
204bb07f
...
...
@@ -3,4 +3,4 @@ FROM docker.elastic.co/kibana/kibana:5.2.2
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
RUN
kibana-plugin
install
https://github.com/floragunncom/search-guard-kibana-plugin/releases/download/v5.2.
1-1/searchguard-kibana-5.2.1
-1.zip
RUN
kibana-plugin
install
https://github.com/floragunncom/search-guard-kibana-plugin/releases/download/v5.2.
2-1/searchguard-kibana-5.2.2
-1.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment