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

[Filebeat][New Fileset] Cisco AMP #22768

Merged
merged 14 commits into from
Feb 15, 2021
Merged

Conversation

P1llus
Copy link
Member

@P1llus P1llus commented Nov 26, 2020

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

  • 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
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Nov 26, 2020
@P1llus
Copy link
Member Author

P1llus commented Nov 26, 2020

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.

@elasticmachine
Copy link
Collaborator

elasticmachine commented Nov 26, 2020

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #22768 updated

  • Start Time: 2021-02-15T08:59:21.499+0000

  • Duration: 45 min 21 sec

  • Commit: ee44ea3

Test stats 🧪

Test Results
Failed 0
Passed 13011
Skipped 2033
Total 15044

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 13011
Skipped 2033
Total 15044

@P1llus
Copy link
Member Author

P1llus commented Jan 4, 2021

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.

@P1llus
Copy link
Member Author

P1llus commented Jan 15, 2021

First MVP is finalized and is now ready for review

@P1llus P1llus marked this pull request as ready for review January 15, 2021 18:47
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@P1llus P1llus added review needs_reviewer PR needs to be assigned a reviewer and removed in progress Pull request is currently in progress. review labels Jan 15, 2021
Copy link

@andrewstucki andrewstucki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initial pass

filebeat/docs/modules/cisco.asciidoc Outdated Show resolved Hide resolved
filebeat/docs/modules/cisco.asciidoc Outdated Show resolved Hide resolved
filebeat/docs/modules/cisco.asciidoc Outdated Show resolved Hide resolved
filebeat/docs/modules/cisco.asciidoc Outdated Show resolved Hide resolved
filebeat/docs/modules/cisco.asciidoc Show resolved Hide resolved
x-pack/filebeat/module/cisco/amp/_meta/fields.yml Outdated Show resolved Hide resolved
x-pack/filebeat/module/cisco/amp/_meta/fields.yml Outdated Show resolved Hide resolved
x-pack/filebeat/module/cisco/amp/config/config.yml Outdated Show resolved Hide resolved
x-pack/filebeat/module/cisco/amp/config/config.yml Outdated Show resolved Hide resolved
x-pack/filebeat/module/cisco/amp/ingest/pipeline.yml Outdated Show resolved Hide resolved
@P1llus
Copy link
Member Author

P1llus commented Jan 29, 2021

The above commit 5a0e1e4 fixes most of the comments made to the PR. Anything not marked resolved are still being worked on.

@P1llus
Copy link
Member Author

P1llus commented Feb 3, 2021

@andrewstucki I added in your feedback to the pipeline, a few small things to note:

  1. I can only detect windows based on filepath, its not possible to detect the difference between OSX and Linux, I don't know if you have any ideas or if setting platform to windows is enough to fit most usecases?
  2. I added in uri_parts processor, and added a fallback, so that we can continue the discussion around the backwards compatibility in the other issue.

Copy link
Contributor

@adriansr adriansr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@P1llus P1llus merged commit 183fae5 into elastic:master Feb 15, 2021
@P1llus P1llus added the v7.12.0 label Feb 15, 2021
P1llus added a commit to P1llus/beats that referenced this pull request Feb 15, 2021
* 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)
P1llus added a commit that referenced this pull request Feb 15, 2021
* [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
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.

7 participants