elasticsearch_yml.j2 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. cluster.name: "orbitadserving"
  2. node.name: "{{nodename}}"
  3. discovery.zen.ping.multicast.enabled: false
  4. #network.host: "127.0.0.1"
  5. #network.publish_host: "0.0.0.0"
  6. network.bind_host: 0.0.0.0
  7. network.publish_host: 0.0.0.0
  8. transport.profiles.default.tcp.port: 9300
  9. transport.profiles.default.bind_host: 0.0.0.0
  10. index.number_of_replicas: 0
  11. index.search.slowlog.threshold.query.warn: 10s
  12. index.search.slowlog.threshold.query.info: 5s
  13. index.search.slowlog.threshold.query.debug: 2s
  14. index.search.slowlog.threshold.query.trace: 500ms
  15. index.search.slowlog.threshold.fetch.warn: 1s
  16. index.search.slowlog.threshold.fetch.info: 800ms
  17. index.search.slowlog.threshold.fetch.debug: 500ms
  18. index.search.slowlog.threshold.fetch.trace: 200ms
  19. index.indexing.slowlog.threshold.index.warn: 10s
  20. index.indexing.slowlog.threshold.index.info: 5s
  21. index.indexing.slowlog.threshold.index.debug: 2s
  22. index.indexing.slowlog.threshold.index.trace: 500ms
  23. monitor.jvm.gc.young.warn: 1000ms
  24. monitor.jvm.gc.young.info: 700ms
  25. monitor.jvm.gc.young.debug: 400ms
  26. monitor.jvm.gc.old.warn: 10s
  27. monitor.jvm.gc.old.info: 5s
  28. monitor.jvm.gc.old.debug: 2s
  29. action.disable_shutdown: true
  30. threadpool.bulk.queue_size: 20000
  31. script.engine.groovy.inline.update: on
  32. path.repo: ["/opt/backup/my_backup"]
  33. node.local: true