tpotce/docker/elk/elasticsearch/dist/elasticsearch.yml
2018-06-26 17:34:14 +00:00

9 lines
209 B
YAML

cluster.name: tpotcluster
node.name: "tpotcluster-node-01"
xpack.ml.enabled: false
path:
logs: /data/elk/log
data: /data/elk/data
http.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: "*"