mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-20 01:00:20 +01:00
Update to 6.0.0 OSS Edition (#196)
This commit is contained in:
committed by
Antoine Cotten
parent
5075cafea0
commit
5f1824f4f0
@@ -1,7 +1,7 @@
|
||||
ARG ELK_VERSION
|
||||
|
||||
# https://github.com/elastic/elasticsearch-docker
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:${ELK_VERSION}
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
@@ -14,12 +14,3 @@ discovery.zen.minimum_master_nodes: 1
|
||||
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
||||
#
|
||||
discovery.type: single-node
|
||||
|
||||
## Disable X-Pack
|
||||
## see https://www.elastic.co/guide/en/x-pack/current/xpack-settings.html
|
||||
## https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html#xpack-enabling
|
||||
#
|
||||
xpack.security.enabled: false
|
||||
xpack.monitoring.enabled: false
|
||||
xpack.ml.enabled: false
|
||||
xpack.watcher.enabled: false
|
||||
|
||||
Reference in New Issue
Block a user