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

Cherry-pick #16612 to 7.x: [Filebeat Enhancement] Pattern for Cisco Message 734001. #17128

Merged
merged 2 commits into from
Mar 19, 2020

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Mar 19, 2020

Cherry-pick of PR #16612 to 7.x branch. Original message:

Fixes #16212

The split part is needed, because one has to be able to search for an
explicit dap_record. As the records order and number can vary a lot,
just saving the whole string makes no sense. I choosed "cisco.user" and
"cisco.connection_type", as looking to the syslog messages docs,
they also call it like that. I made an "make update" both in /beats/xpack/filebeat/ and /beats/filebeat/

Hopefully the pipeline runs sucessfully now.

  • My code follows the style guidelines of this project
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works

How to test this PR locally

Testfiles are included

Related issues

Use cases

Parsing VPN Logs for Cisco ASA and FTD

The split part is needed, because one has to be able to search for an
explicit dap_record. As the records order and number can vary a lot,
just saving the whole string makes no sense. I chose "user.email", "source.ip"
as ECS fields and "cisco.connection_type", "cisco.dap_records",
as looking to the syslog messages docs,they also call it like that.
I made "make update" in /beats/x.pack/filebeat and /beats/filebeat.
Hopefully the pipeline succeeds now.

Fixes elastic#16212

Co-authored-by: MarcusCaepio <7324088+MarcusCaepio@users.noreply.github.com>
(cherry picked from commit ac2b333)
@adriansr adriansr merged commit eaa0b6d into elastic:7.x Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants