-
Notifications
You must be signed in to change notification settings - Fork 457
[AWS] Moving edge processors to ingest pipelines, adding ECS version mapping and updating field definitions. #782
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
[AWS] Moving edge processors to ingest pipelines, adding ECS version mapping and updating field definitions. #782
Conversation
Pinging @elastic/integrations (Team:Integrations) |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Currently the CI will fail on one of the logfiles used for pipeline testing because we use drop processors, I can either remove the loglines that matches the drop processors or we would need to add support for it in elastic-package check + the pipeline tests, ref: elastic/elastic-package#284 |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
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, thanks for adding the missing error.message fields.
As commented in the other issue, we'll add support for this, but please temporarily disable/remove these lines to make the CI happy. |
jenkins run the tests please |
I saw the error, I can add a fix for that right now, its the event.ingested is not set to dynamic for a specific logfile @mtojek . Its pretty hard to catch all log files, I ended up filing this: elastic/elastic-package#289 |
What does this PR do?
This PR moves edge processing to ingest pipelines for AWS vpcflow and updates field definitions + ecs version mapping for the rest of the filesets.
Checklist
changelog.yml
file.Related issues