-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 module ingest processor for ASA 106100 events doesn't account for all possibilities #19350
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 24, 2020
Pinging @elastic/siem (Team:SIEM) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 24, 2020
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 27, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350
adriansr
added a commit
that referenced
this issue
Jul 28, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes #19350
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 28, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350 (cherry picked from commit ac688ca)
6 tasks
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 28, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350 (cherry picked from commit ac688ca)
6 tasks
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Jul 28, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350 (cherry picked from commit ac688ca)
6 tasks
adriansr
added a commit
that referenced
this issue
Jul 29, 2020
adriansr
added a commit
that referenced
this issue
Jul 29, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350 (cherry picked from commit 170f9c2)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…tic#20279) This updates the parser for Cisco ASA message 106100 so that it doesn't fail when extra information is appended after the port numbers. Fixes elastic#19350 (cherry picked from commit 170f9c2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ASA 106100 log event can produce log lines similar to both of the following:
Currently the second log (with the username) event cannot be indexed because the dissect pattern crashes.
Dissect Pattern in beats/x-pack/filebeat/module/cisco/shared/ingest/asa-ftd-pipeline.yml:
Cisco Syslog Reference for Event 106100:
https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog/syslogs1.html#con_4769049
The text was updated successfully, but these errors were encountered: