2017-10-13 18:58:14 +00:00
|
|
|
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
|
2020-01-31 15:50:34 +00:00
|
|
|
xpack.ilm.enabled: false
|
2017-10-13 18:58:14 +00:00
|
|
|
path:
|
|
|
|
logs: /data/elk/log
|
|
|
|
data: /data/elk/data
|
|
|
|
http.host: 0.0.0.0
|
|
|
|
http.cors.enabled: true
|
|
|
|
http.cors.allow-origin: "*"
|
2020-02-14 15:28:06 +00:00
|
|
|
indices.query.bool.max_clause_count: 2000
|
2020-01-31 14:21:55 +00:00
|
|
|
cluster.initial_master_nodes:
|
|
|
|
- "tpotcluster-node-01"
|
2020-01-29 14:21:40 +00:00
|
|
|
discovery.zen.ping.unicast.hosts:
|
2020-01-31 14:21:55 +00:00
|
|
|
- localhost
|