Skip to content

fix CISCOFW302013_302014_302015_302016 grok pattern #313

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

Merged
merged 6 commits into from
Jun 17, 2022
Merged

fix CISCOFW302013_302014_302015_302016 grok pattern #313

merged 6 commits into from
Jun 17, 2022

Conversation

leandrojmp
Copy link
Contributor

This pattern has a wrong reference to the field source.user.name

It is:

(?:\(%{DATA:[source][user][name?]}\))

And it should be changed to:

(?:\(%{DATA:[source][user][name]}\))

fix: #312

this pattern has a wrong reference to the field source.user.name
@jsvd
Copy link
Member

jsvd commented Jun 17, 2022

@logstashmachine bump patch

@jsvd jsvd merged commit f01f3f3 into logstash-plugins:main Jun 17, 2022
@jsvd
Copy link
Member

jsvd commented Jun 17, 2022

@leandrojmp thanks for the contribution, I modified the pattern's test to ensure it has a "[source][user][name]", and bumped the patch version to facilitate the release.

@jsvd
Copy link
Member

jsvd commented Jun 17, 2022

Version 4.3.4 has been released with this fix. thanks again!

@leandrojmp leandrojmp deleted the fix_cisco_fw_grok_pattern branch September 22, 2022 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in logstash-patterns-core/patterns/ecs-v1/firewalls
3 participants