2011-01-19 05:08:48 -05:00
|
|
|
# Cluster Settings
|
|
|
|
#cluster:
|
|
|
|
# name: elasticsearch
|
|
|
|
|
2011-05-29 09:03:58 -04:00
|
|
|
# Path Settings
|
|
|
|
#path:
|
|
|
|
# conf: /path/to/conf
|
|
|
|
# data: /path/to/data
|
|
|
|
# work: /path/to/work
|
2011-05-29 09:09:04 -04:00
|
|
|
# logs: /path/to/logs
|
2011-05-29 09:03:58 -04:00
|
|
|
|
2011-01-19 05:08:48 -05:00
|
|
|
# Gateway Settings
|
|
|
|
#gateway:
|
|
|
|
# recover_after_nodes: 1
|
|
|
|
# recover_after_time: 5m
|
|
|
|
# expected_nodes: 2
|
2011-05-24 14:16:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
# 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
|
2011-06-08 05:36:42 -04:00
|
|
|
# ping.unicast.hosts: ["host1", "host2"]
|