-
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
Cherry-pick #22677 to 7.x: [Filebeat][New Module] Snyk vulnerabilities and audit logs #23102
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 14, 2020
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 14, 2020
Collaborator
marc-gr
force-pushed
the
backport_22677_7.x
branch
from
December 14, 2020 13:29
51a47f5
to
89e6b5a
Compare
adriansr
previously requested changes
Dec 14, 2020
CHANGELOG.next.asciidoc
Outdated
@@ -490,6 +490,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d | |||
- Improve panw ECS url fields mapping. {pull}22481[22481] | |||
- Improve Nats filebeat dashboard. {pull}22726[22726] | |||
- Add support for UNIX datagram sockets in `unix` input. {issues}18632[18632] {pull}22699[22699] | |||
- Add new httpjson input features and mark old config ones for deprecation {pull}22320[22320] |
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.
There's a few extra entries in here
marc-gr
force-pushed
the
backport_22677_7.x
branch
from
December 14, 2020 15:00
89e6b5a
to
0b1f5dd
Compare
…2677) * filebeat Snyk module MVP initial commit * initial commit for Snyk filebeat module * adding timestamp exceptions to module test * fixing field definition and updating timestamp field for audit * stashing changes * updating Snyk module to support httpjson v2 input and fixing some broken field mappings and parsing * adding CHANGELOG entry * cleaning up test data * updating testdata * removing duplicate entry in manifest * stashing changes * updating httpjson delimiters and adding the possibility to set first_interval (cherry picked from commit 940e2e5)
marc-gr
force-pushed
the
backport_22677_7.x
branch
from
December 14, 2020 15:02
0b1f5dd
to
46e9895
Compare
andrewstucki
approved these changes
Dec 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #22677 to 7.x branch. Original message:
What does this PR do?
Adds support for collecting found vulnerabilities and audit logs from the Snyk API.
Why is it important?
Adds support for new OOTB products to Filebeat.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues