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.