tpotce/docker/elk/elasticsearch/dist/elasticsearch.yml

9 lines
185 B
YAML
Raw Normal View History

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: "*"