-
Notifications
You must be signed in to change notification settings - Fork 488
feat(scl/cisco): add support for Cisco Nexus NXOS 9.3 syslog format #5410
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
feat(scl/cisco): add support for Cisco Nexus NXOS 9.3 syslog format #5410
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
@smcclennon Thank you for your contribution! Please be so kind as to rename your commit as to adhere to our guide. As a clarification to the link: the pipeline expects commits in a |
- Add cisco-parser-nxos-timestamp-pattern for YYYY MMM DD HH:MM:SS timestamps - Extend date-parser with %Y %b %d %H:%M:%S format - Update sequence number handling to support both traditional "seqno: " and NXOS ": " prefixes - Add documentation and example for NXOS 9.3 format The NXOS 9.3 format differs from traditional IOS by using different timestamp and ": " prefix instead of "seqno: " after the priority field. Example: <187>: 2025 Jun 25 11:27:28 GMT: %AUTHPRIV-3-SYSTEM_MSG: message Signed-off-by: Shiraz McClennon <shiraz@smcclennon.com>
9698d10
to
65b6ce2
Compare
@therandomstring Thank you for the guidance, I've updated the commit message to follow the |
@smcclennon Thank you for the changes! I've approved the PR. It is not mandatory, but if you could also write a news file for the changes, it would be very welcome. |
Signed-off-by: Shiraz McClennon <shiraz@smcclennon.com>
72fca24
to
55c2938
Compare
@therandomstring Thank you for the approval and suggestion. I've added a news file entry with usage documentation and a summary for the changes |
Signed-off-by: Shiraz McClennon shiraz@smcclennon.com
Signed-off-by: Shiraz McClennon shiraz@smcclennon.com
The NXOS 9.3 format differs from traditional IOS by using different
timestamp and ": " prefix instead of "seqno: " after the priority field.
Example: <187>: 2025 Jun 25 11:27:28 GMT: %AUTHPRIV-3-SYSTEM_MSG: message