Hi,
I’m using Graylog 4.3.7. There is a strange behavior I saw during log data ingestion.
Using GELF input I sent data from a log file with about 1,800,000 rows.
Graylog installation with active journal.
The strangeness is that on graylog are present about 2,600,000 messages
What I can see is that the journal was full (more that 100%)
After that I test the same ingeston disabling journal.
Now the messages count is exactly the file row number (1,800,000).
So, is the journal the responsible for this strange behavior?
Can somebody help me to understand what happened?
on what index are those data? And what is the data-retention? Do you rotate by number of logs or by time, and how many rotations do you do, before you delete?
Thanx for your time. I did a bulk ingestion from file with about 1,800,000 rows.
With journal on, it become full and when I see the message count on the graylog elastic or using itessage count i see that number difference.
Removing the journal the number of file ow and messages is the same.
Adding the journal the number is different. The message count is not always the same but it is greater than the file rows.
I use logstash to ingest file rows
Thanks
Gianluca