Hi,

there are some REST API endpoints in elasticsearch you can check:

General Overview:
curl 'http://localhost:9200/_cluster/health?pretty=true'

Overview over your indices:
curl http://localhost:9200/_cat/indices

This will list you the index that is red, I guess not enough diskspace and
thus
unallocated shards. I had the same problem.

https://www.elastic.co/guide/en/elasticsearch/reference/2.3/cat-indices.html

My problem was the newly created deflector index could not be allocated, I
deleted
some older indices from the graylog webinterface and curl'ed the
unallocated
index away:

curl -XDELETE http://localhost:9200/graylog2_1234/

that particular index was created again, as my current deflector was _full_
and everything was fine again. Now I have a tighter look on the diskspace
of my ES nodes.


Greetings,
Marcus

-- 
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/CAFRuYVeMLYnSRkOdtijRvU_hXzAppajM2xjtjxwDWa%3Di6w-EXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to