- Notifications
You must be signed in to change notification settings - Fork 515
[Azure] Improves IPv6 parsing, replaced grok filter with convert #3411
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
Conversation
…h convert. Added edge test case to support IPV6 parsing check
…h convert. Added edge test case to support IPV6 parsing check
| 💚 CLA has been signed |
🌐 Coverage report
|
packages/azure/data_stream/activitylogs/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
| In order to reference an issue or PR, instead of |
…formlogs' & 'springcloudlogs' , added edge-case and faliure senario test cases
packages/azure/data_stream/activitylogs/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
r00tu53r left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
adriansr left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
kaiyan-sheng left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Just one nit: since we are not using the grok to parse anymore, should source.port field be removed from ecs.yml file?
…tformlogs' & 'springcloudlogs'.
Improves IPv6 parsing
What does this PR do?
ingest pipeline.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Use elastic package to test locally by running command - elastic-package test from inside packages/azure directory
Related issues