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

14 lines
385 B
YAML
Raw Normal View History

cluster.name: tpotcluster
node.name: "tpotcluster-node-01"
2018-06-26 17:34:14 +00:00
xpack.ml.enabled: false
2020-01-31 14:21:55 +00:00
xpack.security.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: "*"
indices.query.bool.max_clause_count: 2000
cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
discovery.type: single-node