You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
339 B
15 lines
339 B
# 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
|
|
|