|
|
|
|
@ -2,21 +2,26 @@
|
|
|
|
|
## elasticsearch.yml -- ElasticSearch Configuration |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
path.conf: @l_prefix@/etc/elasticsearch/ |
|
|
|
|
path.data: @l_prefix@/var/elasticsearch/db |
|
|
|
|
path.work: @l_prefix@/var/elasticsearch/tmp |
|
|
|
|
path.logs: @l_prefix@/var/elasticsearch/log |
|
|
|
|
path.plugins: @l_prefix@/lib/elasticsearch/plugins |
|
|
|
|
path.conf: @l_prefix@/etc/elasticsearch/ |
|
|
|
|
path.data: @l_prefix@/var/elasticsearch/db |
|
|
|
|
path.work: @l_prefix@/var/elasticsearch/tmp |
|
|
|
|
path.logs: @l_prefix@/var/elasticsearch/log |
|
|
|
|
path.plugins: @l_prefix@/lib/elasticsearch/plugins |
|
|
|
|
|
|
|
|
|
network.bind_host: 127.0.0.1 |
|
|
|
|
network.publish_host: 127.0.0.1 |
|
|
|
|
network.host: 127.0.0.1 |
|
|
|
|
transport.tcp.port: 9300 |
|
|
|
|
http.port: 9200 |
|
|
|
|
network.bind_host: 127.0.0.1 |
|
|
|
|
network.publish_host: 127.0.0.1 |
|
|
|
|
network.host: 127.0.0.1 |
|
|
|
|
transport.tcp.port: 9300 |
|
|
|
|
http.port: 9200 |
|
|
|
|
|
|
|
|
|
plugin.mandatory: http-basic-server-plugin, mapper-attachments |
|
|
|
|
plugin.mandatory: http-basic-server-plugin, mapper-attachments |
|
|
|
|
|
|
|
|
|
http.basic.enabled: false |
|
|
|
|
http.basic.user: "elasticsearch" |
|
|
|
|
http.basic.password: "elasticsearch" |
|
|
|
|
http.basic.enabled: false |
|
|
|
|
http.basic.user: "elasticsearch" |
|
|
|
|
http.basic.password: "elasticsearch" |
|
|
|
|
|
|
|
|
|
http.cors.allow-origin: "http://127.0.0.1:9200" |
|
|
|
|
http.cors.enabled: true |
|
|
|
|
http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization |
|
|
|
|
http.cors.allow-credentials: true |
|
|
|
|
|
|
|
|
|
|