You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some days, the system page of our graylog2 (v0.92.3) shows a red message for the ES cluster status saying Cluster information currently unavailable. The sidebar link for detailed indices (/system/indices) always returns a nginx timeout.
I tried some debugging and here is the API response times from GL and ES:
For some reason graylog takes to much time to get this information. Hot threads during this time does not show any big load on graylog (only 3%), and some ES nodes are doing "Lucene Merge Thread" tasks. It seems to me that ES still responds imediately, so graylog must be the problem here.
I can provide more debugging messages if necessary.
Thank you!
The text was updated successfully, but these errors were encountered:
Could you please include some logs from the Graylog server when the issue appears? That may help us to better understand the reason for it.
The nginx timeout you see when the cluster information is not available and you access /system/indices is most likely the issue we fixed in graylog-labs/graylog2-web-interface#1070.
Thank you for your response.
In the server logs I can't see anything interesting, just a bunch of failed parsed messages:
2015-02-06T14:32:30.144+01:00 ERROR [GelfCodec] Could not parse JSON!
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
The issue seems to appear in some days, usually is gets back to normal when the index is deflected. We have 30 indices with 20 mil entries each.
We are seeing similar behaviour in the latest RC - the Elasticsearch cluster information fluctuates between "Cluster information currently unavailable" and " Elasticsearch cluster is green" for no apparent reason.
… out
it makes no sense to offer individual data about the health because those values are fetched together.
remove the methods that can lead to programming errors and inline them
issue #953
Hi,
Some days, the system page of our graylog2 (v0.92.3) shows a red message for the ES cluster status saying
Cluster information currently unavailable
. The sidebar link for detailed indices (/system/indices) always returns a nginx timeout.I tried some debugging and here is the API response times from GL and ES:
For some reason graylog takes to much time to get this information. Hot threads during this time does not show any big load on graylog (only 3%), and some ES nodes are doing "Lucene Merge Thread" tasks. It seems to me that ES still responds imediately, so graylog must be the problem here.
I can provide more debugging messages if necessary.
Thank you!
The text was updated successfully, but these errors were encountered: