That's actually quite a lot of data. I'd recommend dropping/closing some old indexes and/or adding another node, also changing to Oracle java will give you a bit more breathing room. Any other changes you could make (eg disable bloom filter) would be minor and be a diminishing return.
Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: [email protected] web: www.campaignmonitor.com On 23 June 2014 21:06, Klavs Klavsen <[email protected]> wrote: > ES yml: > index.warmer.enabled: false > cluster.name: elasticsearch > node.name: "p-elasticlog02" > node.master: true > node.data: true > action.disable_delete_all_indices: true > indices.memory.index_buffer_size: 50% > indices.fielddata.cache.size: 30% > index.refresh_interval: 5s > index.index_concurrency: 16 > threadpool.search.type: fixed > threadpool.search.size: 400 > threadpool.search.queue_size: 900 > threadpool.bulk.type: fixed > threadpool.bulk.size: 500 > threadpool.bulk.queue_size: 900 > threadpool.index.type: fixed > threadpool.index.size: 300 > threadpool.index.queue_size: -1 > path.data: /var/lib/elasticsearch/ > bootstrap.mlockall: true > network.publish_host: 10.213.146.17 > discovery.zen.ping.multicast.enabled: false > discovery.zen.ping.unicast.hosts: [array of nodes] > > { > "cluster_name" : "elasticsearch", > "status" : "green", > "timed_out" : false, > "number_of_nodes" : 15, > "number_of_data_nodes" : 4, > "active_primary_shards" : 985, > "active_shards" : 1970, > "relocating_shards" : 2, > "initializing_shards" : 0, > "unassigned_shards" : 0 > } > > Searched 985 of 985 shards. 3790288072 hits. > > It's used for logstash - so it's not huge. On disk size is 3.5TB - spread > across 4 nodes. > > -- > 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/86730969-e6b3-4893-83c9-e8f0055ff45b%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/86730969-e6b3-4893-83c9-e8f0055ff45b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEM624Y_WKOgpy__9%3Dth3ndKi1UkuTQB2%3Df7q5Ai8WkU3VTjcQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
