Hi,

Having read through the thread it sounds like your configuration has been 
working in the past. Is that correct?

If this is the case I would reiterate David's initial questions about your 
node's RAM and heap size as the number of shards look quite large for a 
single node. Could you please provide information about this?

Best regards,

Christian



On Sunday, April 19, 2015 at 8:08:05 PM UTC+1, dp...@realtruck.com wrote:
>
> I am new to elasticsearch and have a problem.  I have 5 indicies.  At 
> first all of them were running without issue.  However, over the last 2 
> weeks, all but one have stopped generating data.  I have run a tcpdump on 
> the logstash server and confirmed that logging packets are getting to the 
> server.  I have looked into the servers health.  I have issued the 
> following to check on the cluster:
>
> root@logstash:/# curl -XGET 'localhost:9200/_cluster/health?pretty=true'
> {
>   "cluster_name" : "es-logstash",
>   "status" : "yellow",
>   "timed_out" : false,
>   "number_of_nodes" : 1,
>   "number_of_data_nodes" : 1,
>   "active_primary_shards" : 2791,
>   "active_shards" : 2791,
>   "relocating_shards" : 0,
>   "initializing_shards" : 0,
>   "unassigned_shards" : 2791
> }
> root@logstash:/#
>
>
> Can some one please point me in the right direction on troubleshooting 
> this?
>

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/2a4d7543-b110-499b-a8d3-ccfa19284617%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to