-
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][New Fileset] Cisco AMP #22768
Conversation
The initial PR is created as a draft for easy sharing, its current state is that it is waiting for #22320 and is still missing core components like documentation and a finished ingest pipeline. Should finalize this right after the above PR has been merged to master. |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Cisco AMP returns the newest event first instead of last, this would require the possibility to get timestamp of first instead of last event added through the httpjson cursor functionality. |
First MVP is finalized and is now ready for review |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
initial pass
x-pack/filebeat/module/cisco/amp/test/cisco_amp2.ndjson.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/cisco/amp/test/cisco_amp2.ndjson.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/cisco/amp/test/cisco_amp2.ndjson.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/cisco/amp/test/cisco_amp2.ndjson.log-expected.json
Show resolved
Hide resolved
x-pack/filebeat/module/cisco/amp/test/cisco_amp2.ndjson.log-expected.json
Outdated
Show resolved
Hide resolved
x-pack/filebeat/module/cisco/amp/test/cisco_amp.ndjson.log-expected.json
Show resolved
Hide resolved
The above commit 5a0e1e4 fixes most of the comments made to the PR. Anything not marked resolved are still being worked on. |
@andrewstucki I added in your feedback to the pipeline, a few small things to note:
|
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
* initial stash for cisco amp * stashing more cisco amp changes * stashing httpjson v2 type config and merging with master * stashing amp changes * updating fields.go * first finalized MVP for Cisco AMP * added changelog * This commit resolves most of the comments made to the PR * updating pipeline based on PR feedback and comments * updating field mapping and docs based on PR comments (cherry picked from commit 183fae5)
* [Filebeat][New Fileset] Cisco AMP (#22768) * initial stash for cisco amp * stashing more cisco amp changes * stashing httpjson v2 type config and merging with master * stashing amp changes * updating fields.go * first finalized MVP for Cisco AMP * added changelog * This commit resolves most of the comments made to the PR * updating pipeline based on PR feedback and comments * updating field mapping and docs based on PR comments (cherry picked from commit 183fae5) * Removing changelog entries from other PR's
What does this PR do?
This PR is a WIP for adding Cisco AMP fileset to the cisco module.
Cisco AMP allows collection of endpoint events from their Events API documented here
Why is it important?
Adds support for another very commonly used Cisco product.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues