I'm running a small ElasticSearch cluster (2 data nodes, 1 master node with no data) in which I inject logs with Logstash. I use Kibana 4.0.1.
I got daily indexes with 3 shards and 1 replica.
Thanks, _cat/allocation does not seems to reveal any interesting information. _cat/shards lists all my indexes and its shards indicating if it's a primary or a replica, thay are all at state STARTED.
They don't reveal anything interesting. I got the same errors in the past and they were always information in ES logs but it's not the case this time.
Moreover the Kopf plugin indicates a green cluster and looking at _cluster/health or _cluster/health?level=indices indicated all indices are green, no red or yellow indication.
I had a problem with my /var partition which resulted in no ES logs... After solving this problem, I found the errors in the logs about ParseFailure. I tried to repair the Lucene indexes with the correct java command but without success ('No problems were detected with this index.'). I finally decided to close/delete those indices (they were old and not needed anymore).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.