ES refuses to start.
What is wrong with this config?
path.data: /d02/elastic/data
#
# Path to log files:
#
path.logs: /d02/elastic/logs
#
path.work: /d02/elastic/data/work
#
path.conf: /etc/elasticsearch
# ----------------------------------- Memory -----------------------------------
#
# Lock the memory on startup:
#
bootstrap.system_call_filter: false
bootstrap.memory_lock: true
network.host: "xx.xx.xxx.xx"
#
# Set a custom port for HTTP:
#
http.port: 9200
#
# #
discovery.type: single-node
index.codec: best_compression
#
xpack.security.enabled: true
xpack.security.authc.accept_default_password: false
#
xpack.security.authc:
realms:
file:
type: file
order: 0
native:
type: native
order: 1
authentication.enabled: true/>
