We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ASA 106023 log event can produce log lines similar to both of the following:
%ASA-4-106023: Deny tcp src outside:1.2.3.4/35539 dst inside:2.3.4.5/8530 by access-group "outside_incoming_list" [0x0, 0x0] or %ASA-4-106023: Deny udp src outside:11.2.3.4/4104(LOCAL\username) dst inside:2.3.4.5/4104 by access-group "outside_incoming_list" [0x0, 0x0]
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:
- dissect: if: "ctx._temp_.cisco.message_id == '106023'" field: "message" pattern: '%{event.outcome} %{network.transport} src %{_temp_.cisco.source_interface}:%{source.address}/%{source.port} dst %{_temp_.cisco.destination_interface}:%{destination.address}/%{destination.port} %{} access%{}group "%{_temp_.cisco.list_id}"%{}'
The text was updated successfully, but these errors were encountered:
Pinging @elastic/siem (Team:SIEM)
Sorry, something went wrong.
Update: Issue also in 7.8.0 present
This was fixed by #17964
The fix will appear in 7.8.1.
No branches or pull requests
The ASA 106023 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:
The text was updated successfully, but these errors were encountered: