Replies: 1 comment 5 replies
-
Do you have any custom zeek modifications or config? |
Beta Was this translation helpful? Give feedback.
5 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.30
Installation Method
Security Onion ISO image
Description
other (please provide detail below)
Installation Type
Standalone
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
24
RAM
128GB
Storage for /
241GB
Storage for /nsm
5.6TB
Network Traffic Collection
span port
Network Traffic Speeds
1Gbps to 10Gbps
Status
No, one or more services are failed (please provide detail below)
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
After upgrading from 2.4.20 to 2.4.30 so-zeek container kept restarting itself. Looking into the logs it as mentioning an error at line 24 in communityid.zeek,
event connection_state_remove(c: connection) {
c$conn$community_id = hash_conn(c);
}
Seems something might have change on the configuration portion. Commenting out these lines solves the issue and Zeek starts working normally.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions