elasticsearch.yml 339 B

123456789101112131415
  1. # bootstrap.ignore_system_bootstrap_checks: true
  2. discovery.zen.minimum_master_nodes: 1
  3. network.host:
  4. - _local_
  5. - _site_
  6. network.publish_host: _local_
  7. # Enable scripting as described here: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
  8. script.inline: true
  9. script.stored: true
  10. script.file: true