When I have seen this it usually indicated a performance problem in that the graylog server has experienced a high peak of events and is waiting to write events to the journal whilst trying to process incoming events.
Can you give your vm extra resources? It would also be helpful if you can provide some information on your setup such as
How many log sources and types of logs eg 10 windows and one linux server
Current VM resources assigned
Though in your screen shot your journal utilisation looks very low - 0.18%
Are you seeing a historical message.
Try and give some more information when posting as it may enable someone here to help you easily. Obviously, don’t include sensitive config info.
I re-create a new graylog server as below:
Graylog VM(5GB RAM) that running in Windows 10(i5-4310U, 8GB RAM)
I have 515 log files in a folder(c:\temp) that total size is 21GB.
I move 5~ 6 files every time from temp folder to filebeat log folder(c:\BELogs) and wait graylog become 0 unprocessed messages
When BELogs contain 200 files that total size is 8.44 GB, Unprocessed number is slowly increasing.
I do not see any error message.
What can I do?
BTW, I have two NICs, eth0:10.0.2.9 and eth1:192.168.56.3
I am using http://192.168.56.3 as web GUI address and http://192.168.56.3:9000/api as server_url
I am not sure current_address and last_address as 10.0.2.9 are right or wrong.
@Magneton if @kevin_bolton would not use the OVA - the virtual appliance - your suggestions would be correct.
@kevin_bolton did you run graylog-ctl reconfigure after you had changed anything? Some details about the script and how you work with the OVA can be found here in the documentation
I ran “graylog-ctl reconfigure” after
both of listen_uri IP from 0.0.0.0 to 192.168.56.3
and
elasticsearch_hosts IP from 10.0.2.9 to 192.168.56.3
then I check /opt/graylog/conf/graylog.conf again, it back to before (0.0.0.0 and 10.0.2.9)
I don’t know why, but,
unprocessed messages become 0
Graylog back to work
In overview page,
3.1 Elasticsearch cluster
Elasticsearch cluster is yellow. Shards: 8 active, 0 initializing, 0 relocating, 8 unassigned,
3.2 Indexer failures
There were 702 failed indexing attempts in the last 24 hours.
I done
sudo vi /opt/graylog/conf/graylog.conf > Elasticsearch replicas=0
sudo graylog-ctl reconfigure
/opt/graylog/conf/graylog.conf > Elasticsearch replicas back to 1