tpotce/docker/elk/elasticsearch/dist/elasticsearch.yml
Marco Ochse 0d5d80b1e3 include docker repos
... skip emobility since it is a dev repo
2017-10-13 18:58:14 +00:00

8 lines
185 B
YAML

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