| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- cluster.name: "orbitadserving"
- node.name: "{{nodename}}"
- discovery.zen.ping.multicast.enabled: false
- #network.host: "127.0.0.1"
- #network.publish_host: "0.0.0.0"
- network.bind_host: 0.0.0.0
- network.publish_host: 0.0.0.0
- transport.profiles.default.tcp.port: 9300
- transport.profiles.default.bind_host: 0.0.0.0
- index.number_of_replicas: 0
- index.search.slowlog.threshold.query.warn: 10s
- index.search.slowlog.threshold.query.info: 5s
- index.search.slowlog.threshold.query.debug: 2s
- index.search.slowlog.threshold.query.trace: 500ms
- index.search.slowlog.threshold.fetch.warn: 1s
- index.search.slowlog.threshold.fetch.info: 800ms
- index.search.slowlog.threshold.fetch.debug: 500ms
- index.search.slowlog.threshold.fetch.trace: 200ms
- index.indexing.slowlog.threshold.index.warn: 10s
- index.indexing.slowlog.threshold.index.info: 5s
- index.indexing.slowlog.threshold.index.debug: 2s
- index.indexing.slowlog.threshold.index.trace: 500ms
- monitor.jvm.gc.young.warn: 1000ms
- monitor.jvm.gc.young.info: 700ms
- monitor.jvm.gc.young.debug: 400ms
- monitor.jvm.gc.old.warn: 10s
- monitor.jvm.gc.old.info: 5s
- monitor.jvm.gc.old.debug: 2s
- action.disable_shutdown: true
- threadpool.bulk.queue_size: 20000
- script.engine.groovy.inline.update: on
- path.repo: ["/opt/backup/my_backup"]
- node.local: true
|