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/df426052-4552-4360-a988-b5f39aeee2c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to