I have plain install of Graylog 2.0.0 Amazon AMI image.

After a while it started to show "elasticsearch status Red, unassigned 
indexes". 
After searching and asking numerous times I could never find a solution,
Until after a month the Graylog stopped working completely, accordign to 
the logs, Elasticsearch failed.

curl localhost:9200/_cat/indices?v'


health status index     pri rep docs.count docs.deleted store.size 
pri.store.size

green  open   graylog_7   4   0    2632509            0      1.5gb          
1.5gb

green  open   graylog_6   4   0    5327539            0      1.8gb          
1.8gb

green  open   graylog_1   4   0    5110693            0      1.8gb          
1.8gb

green  open   graylog_0   4   0   11234094            0      4.1gb          
4.1gb

yellow open   graylog_5   4   1    5091163            0      1.8gb          
1.8gb

yellow open   graylog_4   4   1    5833329            0      1.5gb          
1.5gb

yellow open   graylog_3   4   1    4500167            0      1.5gb          
1.5gb

yellow open   graylog_2   4   1    6439336            0      1.4gb          
1.4gb


I deleted all indexes that are yellow like this: 

curl -XDELETE 'http://localhost:9200/graylog_4/'


Now Graylog works but any search results in a n empty result. Console shows 
that it has 1-100 messages incoming every second.

Looks like Graylog does not know which indices it should be using? How do I 
let Graylog know that?


Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" 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/graylog2/0b521e75-6450-4114-8308-a6a832791a29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to