es: Remove deprecated monitoring setting
This commit is contained in:
parent
6704d9f1d7
commit
33a96e571a
|
@ -6,8 +6,7 @@ cluster.name: "docker-cluster"
|
||||||
network.host: 0.0.0.0
|
network.host: 0.0.0.0
|
||||||
|
|
||||||
## X-Pack settings
|
## X-Pack settings
|
||||||
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-xpack.html
|
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
|
||||||
#
|
#
|
||||||
xpack.license.self_generated.type: trial
|
xpack.license.self_generated.type: trial
|
||||||
xpack.security.enabled: true
|
xpack.security.enabled: true
|
||||||
xpack.monitoring.collection.enabled: true
|
|
||||||
|
|
Loading…
Reference in New Issue