-
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
[Filebeat] Fix ASA/FTD Sample Log lines #23526
Conversation
… text 'port>' at the end of the port number; shouldn't be there per cisco docs)
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Thanks @hitchatwork, this got fixed in #21196 so I'll close this one. |
What does this PR do?
Fixed malformed log sample on line 41 of ASA and FTD log samples (had text 'port>' at the end of the port number; shouldn't be there per cisco docs)
Why is it important?
Prevent need to make changes to ingest parsing to account for bad log line
Checklist
- [ ] 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- [ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.