22 lines
806 B
YAML
22 lines
806 B
YAML
|
|
cluster.name: atc-lakehouse
|
||
|
|
node.name: atc-elastic
|
||
|
|
node.roles: [master, data, ingest, ml, transform]
|
||
|
|
path.data: /home/elasticsearch/data
|
||
|
|
path.logs: /home/elasticsearch/logs
|
||
|
|
network.host: 0.0.0.0
|
||
|
|
http.port: 9200
|
||
|
|
discovery.type: single-node
|
||
|
|
bootstrap.memory_lock: false
|
||
|
|
xpack.security.enabled: true
|
||
|
|
xpack.security.enrollment.enabled: true
|
||
|
|
xpack.security.http.ssl.enabled: true
|
||
|
|
xpack.security.http.ssl.keystore.path: certs/http.p12
|
||
|
|
xpack.security.transport.ssl.enabled: true
|
||
|
|
xpack.security.transport.ssl.keystore.path: certs/transport.p12
|
||
|
|
indices.recovery.max_bytes_per_sec: 100mb
|
||
|
|
indices.queries.cache.size: 10%
|
||
|
|
indices.fielddata.cache.size: 20%
|
||
|
|
cluster.routing.allocation.disk.watermark.low: 85%
|
||
|
|
cluster.routing.allocation.disk.watermark.high: 90%
|
||
|
|
cluster.routing.allocation.disk.watermark.flood_stage: 95%
|