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.
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.
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.