Hello, community!
I’m working with SecOps Chronicle and the BindPlane agent and am facing an issue where login/logout audit logs and invalid password attempts are not appearing in SecOps Chronicle, even though they are successfully exported and logged in a custom log file (pem.log).
Here’s the situation:
I’m using the BindPlane agent to export logs to SecOps Chronicle. I’ve set up a custom exporter to log events to a file (pem.log), and this file contains login/logout events, invalid password attempts, and alert status changes.
The exporter configuration looks like this:
exporters:
file:
path: /a/b/pem.log
The login/logout, invalid password attempts, and alert status change logs are successfully captured in the pem.log file.
However, in SecOps Chronicle, only the alert update logs are successfully processed, while the login/logout and invalid password logs are missing.
What I’ve already checked:
- Log Type: The log_type and parser are correctly configured and match SecOps Chronicle’s setup. Alert update logs are processed correctly in SecOps Chronicle.
- Exporter: The logs are successfully exported to the pem.log file.
- Log Format: The log format for all logs (login/logout, invalid password, and alert updates) is the same, yet only the alert status changes appear in SecOps Chronicle.
My questions are:
- How can I check if there are any filters or rules on the SecOps Chronicle ingestion side that might be preventing login/logout logs or invalid password attempts from being ingested or processed correctly?
- Are there any common filtering mechanisms, configuration issues, or parsing errors in SecOps Chronicle that could be preventing these specific logs from appearing?
- What logs or configurations within SecOps Chronicle or BindPlane should I check to investigate this further?
- Why might login/logout logs and invalid password attempts show up in the exported PEM file but not appear in SecOps Chronicle, while alert status changes are processed correctly?
Any help or suggestions would be greatly appreciated!