summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/olivere/elastic/etc/elasticsearch.yml
blob: 9923cfe4f77e6a9cceff8509758c6f2422163636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bootstrap.ignore_system_bootstrap_checks: true

discovery.zen.minimum_master_nodes: 1

network.host:
- _local_
- _site_

network.publish_host: _local_


# Enable scripting as described here: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
script.inline: true
script.stored: true
script.file:   true