Log ingestion rate significantly decreased after 2.4.80 update #13330
Replies: 1 comment 8 replies
-
How many Elastic Agents do you have deployed? Also, I would suggest comparing the before and after to confirm what types of logs are no longer being ingested. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.80
Installation Method
Security Onion ISO image
Description
installation
Installation Type
Distributed
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
24
RAM
192
Storage for /
1 TB
Storage for /nsm
40 TB
Network Traffic Collection
span port
Network Traffic Speeds
1Gbps to 10Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
Yes, there are additional clues in /opt/so/log/ (please provide detail below)
Detail
After updating from version 2.4.70 to 2.4.80, the rate of log ingestion decreased significantly. I went from ingesting roughly 800k logs every 30 minutes to around 25k logs every 30 minutes. From what I can tell, all indices are still still receiving logs, just far fewer than normal. There has been no change outside of Security Onion that would cause this decrease and the decrease was immediate after the update finished.
I found the following errors in the elastalert.log file, but I do not know if they are relevant to this issue.
2024-07-11 19:36:50,038 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', 'line 1:36: no viable alternative at input \'(""=\'') 2024-07-11 19:36:50,061 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', 'line 1:253: token recognition error at: \'"\\\\\\\\\\*\'') 2024-07-11 19:36:50,620 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', "line 1:13: mismatched input 'exited' expecting {<EOF>, 'and', 'in', 'in~', 'like', 'like~', 'not', 'or', 'regex', 'regex~', ':', '+', '-', '*', '/', '%', '|'}") 2024-07-11 19:36:50,990 ERROR elastalert Error running query: RequestError(400, 'verification_exception', 'Found 2 problems\nline 1:11: Unknown column [cs]\nline 1:14: Cannot use field [host] type [object] only its subfields') 2024-07-11 19:36:52,081 ERROR elastalert Error running query: RequestError(400, 'verification_exception', 'Found 2 problems\nline 1:12: argument of [destination.port like~ (80, 443)] must be [string], found value [destination.port] type [long]\nline 1:12: argument of [destination.port like~ (80, 443)] must be [string], found value [destination.port] type [long]') 2024-07-11 19:36:52,363 ERROR elastalert Error running query: RequestError(400, 'verification_exception', 'Found 1 problem\nline 1:11: Unknown column [properties.message]') 2024-07-11 19:36:52,829 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', 'line 1:203: no viable alternative at input \'(""POST\'') 2024-07-11 19:36:53,854 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', 'line 1:28: token recognition error at: \'"\\\\Windows\\\\__1\\d\'') 2024-07-11 19:36:54,176 ERROR elastalert Error running query: RequestError(400, 'verification_exception', 'Found 2 problems\nline 1:11: Unknown column [Status]\nline 1:33: Unknown column [userAgent]') 2024-07-11 19:36:54,305 ERROR elastalert Error running query: RequestError(400, 'parsing_exception', 'line 1:28: token recognition error at: \'"\\\\mojo\\.\'')
It seems like I spend more time trying to fix Security Onion than I do using it for it's intended purpose. It's getting really frustrating. Any assistance is appreciated. Thanks.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions