Can’t see logs on web UI

Hello

I can’t see my logs on graylog web UI but i can see them on graylog server.

And also this error is showing

(event processor is caching old data)

any one who can help please.

Also messages are coming in put not outputing

Here is my graylog node it says journal contains 5,000 unprocessed messages any one who can help

Hello @Laale
If you have 5,000 message unprocessed in the journal, I would check Elasticsearch.

systemctl status elasticsearch

if the status shows running, then check ES with cURL

curl -XGET http://localhost:9200/_cluster/health?pretty=true

Check Elasticsearch/Graylog log files, there might be a clue on what’s going on.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.