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

[Cisco FTD] Fix the handling of spaces in 113005 messages #8798

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

bhapas
Copy link
Contributor

@bhapas bhapas commented Dec 27, 2023

Proposed commit message

This PR fixes the parsing of a 113005 Cisco ASA message as follows:

<166>ACA1a-FW-FTDV01 %FTD-6-113005: AAA user authentication Rejected : reason = AAA failure : server = 192.168.0.38 : user = scan : user IP = 192.168.0.139

The grok processor failed because of an unexpected space after AAA user authentication Rejected. This can potentially happen with every field so now the pattern expects that every value can be followed by spaces.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

@bhapas bhapas requested a review from a team as a code owner December 27, 2023 10:28
@bhapas bhapas self-assigned this Dec 27, 2023
@bhapas bhapas added bug Something isn't working Team:Security-External Integrations Integration:CiscoFTD Cisco FTD Firepower Threat Defense bugfix and removed bug Something isn't working labels Dec 27, 2023
@elasticmachine
Copy link

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@bhapas bhapas merged commit b01de9c into elastic:main Dec 27, 2023
3 checks passed
@elasticmachine
Copy link

Package cisco_ftd - 3.0.2 containing this change is available at https://epr.elastic.co/search?package=cisco_ftd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Integration:CiscoFTD Cisco FTD Firepower Threat Defense
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants