|
|
|
@ -2,11 +2,10 @@
|
|
|
|
|
## elasticsearch.yml -- ElasticSearch Configuration |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
path.conf: @l_prefix@/etc/elasticsearch/ |
|
|
|
|
path.data: @l_prefix@/var/elasticsearch/db |
|
|
|
|
path.logs: @l_prefix@/var/elasticsearch/log |
|
|
|
|
path.scripts: @l_prefix@/libexec/elasticsearch/scripts |
|
|
|
|
|
|
|
|
|
node.name: elasticsearch.example.com |
|
|
|
|
network.bind_host: 127.0.0.1 |
|
|
|
|
network.publish_host: 127.0.0.1 |
|
|
|
|
network.host: 127.0.0.1 |
|
|
|
|