-
Notifications
You must be signed in to change notification settings - Fork 444
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
[cisco_ios] Fix grok to be aware of fman_fp_image #6930
Conversation
Mar 24 12:06:47 192.168.100.2 1991218: Mar 24 12:06:47.099: %CCH323-6-CALL_PRESERVED: cch323_h225_handle_conn_loss: H.323 call preserved due to socket closure or error, Call Id = 6527, fd = 19 | ||
Jul 11 09:34:00 my-router-hostname 1663312: Jul 11 09:34:00.020: %FMANFP-6-IPACCESSLOGP: R0/0: fman_fp_image: list internet_in_gig0 denied tcp 172.16.0.26(59144) -> 10.100.8.34(1103), 1 packet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have other examples? The full set of FMANFP messages includes others. https://www.cisco.com/c/en/us/td/docs/ios/system/messages/guide/xemsg01.html#pgfId-1256929
Some here:
- [Filebeat][Cisco Module][Nexus Fileset] Add parser for Syslog processing the Nexus series 3000,5000,7000 and 9000 beats#26256
- https://netcraftsmen.com/ios-acl-logging-knobs-and-process-switching/
- https://community.microfocus.com/cyberres/arcsight/f/arcsight-discussions/334645/cisco-4451-syslog-subparser-issue
- https://old.reddit.com/r/Cisco/comments/ecehwl/doshighfrequency_port_scan_causing_asr_watchdog/
packages/cisco_ios/data_stream/log/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
/test |
🌐 Coverage report
|
Added more tests from logs found online. Took into account that spaces might be more than one, and that fman_fp_image is not the only possible string. |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Package cisco_ios - 1.16.1 containing this change is available at https://epr.elastic.co/search?package=cisco_ios |
What does this PR do?
Fix grok to allow string fman_fp_image to be optionally included.
Added tests.
Checklist
changelog.yml
file.Related issues