Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the facility number from logs while using syslog #89

Open
wildborn opened this issue Sep 13, 2023 · 0 comments
Open

Remove the facility number from logs while using syslog #89

wildborn opened this issue Sep 13, 2023 · 0 comments

Comments

@wildborn
Copy link

We are having issues parsing events been sent via TCP because the scripts adds facility number <30> to every event when syslog parameter is used in script even changed different log formats. How do we remove these facility number from logs as siem can't parse such log events which are modifying the JSON format?
Checked this via tcp dump command on server. Sharing the sample below.

.aZ...dX<30>{"endpoint_id": "XXXXXXXXXXXXXX", "source_info": {"ip": "XXXXXXXXXXX"}, "customer_id": "XXXXXXXXXXX", "severity": "low", "endpoint_type": "computer", "type": "Event::Endpoint::UpdateSuccess", "group": "UPDATING", "id": "XXXXXXXXXXX", "name": "Update succeeded", "datastream": "event", "rt": "2023-09-12T11:49:53.664Z", "duid": "XXXXXXXXXXXX", "end": "2023-09-12T11:49:53.654Z", "suser": "XXXX\\XXXX", "dhost": "XXXX"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant