Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##### Non-Data Node
- node.master: false
- node.data: false
- index.number_of_shards: 9
- index.number_of_replicas: 1
- index.merge.scheduler.max_thread_count: 1
- indices.store.throttle.max_bytes_per_sec: 50mb
- index.refresh_interval: 10s
- path.logs: /logs
- bootstrap.mlockall: true
- discovery.zen.ping.unicast.hosts: ["host001"]
- monitor.jvm.gc.young.warn: 1000ms
- monitor.jvm.gc.old.warn: 10s
- http.cors.enabled: true
- http.cors.allow-origin: http://localhost:8080
- ##### Data Node
- node.master: false
- node.data: true
- index.number_of_shards: 9
- index.number_of_replicas: 1
- index.merge.scheduler.max_thread_count: 2
- indices.store.throttle.max_bytes_per_sec: 150mb
- index.refresh_interval: 30s
- path.data: /STORE01/ES,/STORE02/ES,/STORE03/ES
- path.logs: /logs
- bootstrap.mlockall: true
- indices.recovery.max_bytes_per_sec: 50mb
- discovery.zen.ping.unicast.hosts: ["host001"]
- monitor.jvm.gc.young.warn: 1000ms
- monitor.jvm.gc.old.warn: 10s
- http.cors.enabled: true
- http.cors.allow-origin: http://localhost:8080
- indices.fielddata.cache.size: 50%
- cluster.routing.allocation.node_concurrent_recoveries: 4
- cluster.routing.allocation.node_initial_primaries_recoveries: 18
- indices.recovery.concurrent_streams: 4
- indices.recovery.max_bytes_per_sec: 100mb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement