Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.1
environment:
- cluster.name=monitoring-cluster
- bootstrap.memory_lock=true
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
max-size: "10m"
max-file: "20"
kibana:
# image: docker.elastic.co/kibana/kibana:5.6.0
# image: docker.elastic.co/kibana/kibana:6.1.1
# Activates the stagemonitor kibana plugin.
# It take several minutes to build the image. Also, the first invocation of Kibana can take a while
# If you don't want this, comment out the build line and uncomment the image line
Expand All @@ -52,7 +52,6 @@ services:
- esnet
environment:
- XPACK_GRAPH_ENABLED=false
- XPACK_MONITORING_ENABLED=false
- XPACK_ML_ENABLED=false
- XPACK_REPORTING_ENABLED=false
- XPACK_SECURITY_ENABLED=false
Expand Down
4 changes: 2 additions & 2 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM docker.elastic.co/kibana/kibana:5.6.0
RUN kibana-plugin install https://github.com/stagemonitor/stagemonitor-kibana/releases/download/v0.2.0/stagemonitor-kibana-0.2.0-5.6.0.zip
FROM docker.elastic.co/kibana/kibana:6.1.1
RUN kibana-plugin install https://github.com/stagemonitor/stagemonitor-kibana/releases/download/v0.3.0/stagemonitor-kibana-0.3.0-6.1.1.zip