Currently we are running 1.4.2, Each of the data nodes is running 2 instances of ES, except the 3 master nodes and the single client node.
Each data node box has 40 cores and 128GB of RAM, 28GB is allocated to the heap. Here are the settings in our yml file: node.master: false node.data: true node.max_local_storage_nodes: 2 bootstrap.mlockall: true transport.tcp.port: 9300 http.port: 9200 http.max_content_length: 400mb gateway.recover_after_nodes: 25 gateway.recover_after_time: 1m gateway.expected_nodes: 29 cluster.routing.allocation.node_concurrent_recoveries: 20 indices.recovery.max_bytes_per_sec: 200mb discovery.zen.minimum_master_nodes: 2 discovery.zen.ping.timeout: 3s discovery.zen.ping.multicast.enabled: false discovery.zen.ping.unicast.hosts: ['HM01:9300', 'HM02:9300', 'HM03:9300'] 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.fetch.warn: 1s index.search.slowlog.threshold.fetch.info: 800ms index.search.slowlog.threshold.fetch.debug: 500ms index.indexing.slowlog.threshold.index.warn: 10s index.indexing.slowlog.threshold.index.info: 5s index.indexing.slowlog.threshold.index.debug: 2s 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.auto_create_index: .marvel-* action.disable_delete_all_indices: true indices.cache.filter.size: 15% index.refresh_interval: -1 threadpool.search.type: fixed threadpool.search.size: 48 threadpool.search.queue_size: 10000000 cluster.routing.allocation.cluster_concurrent_rebalance: 6 indices.store.throttle.type: none index.reclaim_deletes_weight: 4.0 index.merge.policy.max_merge_at_once: 5 index.merge.policy.segments_per_tier: 5 marvel.agent.exporter.es.hosts: ['172.16.110.238:9200', '172.16.110.237:9200'] marvel.agent.enabled: true marvel.agent.interval: 30s script.disable_dynamic: false Please let me know if there are other settings you would like to see. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/cefaf3df-ecd4-4c3e-8361-a110aefbfdf5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
