29 lines
553 B
YAML
29 lines
553 B
YAML
# Cluster Settings
|
|
#cluster:
|
|
# name: elasticsearch
|
|
|
|
# Path Settings
|
|
#path:
|
|
# conf: /path/to/conf
|
|
# data: /path/to/data
|
|
# work: /path/to/work
|
|
# logs: /path/to/logs
|
|
|
|
# Gateway Settings
|
|
#gateway:
|
|
# recover_after_nodes: 1
|
|
# recover_after_time: 5m
|
|
# expected_nodes: 2
|
|
|
|
|
|
# Force all memory to be locked, forcing JVM to never swap
|
|
# (make sure to set MIN and MAX mem to the same value)
|
|
#bootstrap:
|
|
# mlockall: true
|
|
|
|
# Unicast Discovery (disable multicast)
|
|
#discovery:
|
|
# zen:
|
|
# multicast.enabled: false
|
|
# ping.unicast.hosts: ["host1", "host2"]
|