-
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] fix m365_defender pipeline bug #31227
Merged
leehinman
merged 1 commit into
elastic:main
from
leehinman:31223_m365_defender_empty_list
Apr 11, 2022
Merged
[Filebeat] fix m365_defender pipeline bug #31227
leehinman
merged 1 commit into
elastic:main
from
leehinman:31223_m365_defender_empty_list
Apr 11, 2022
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
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Collaborator
efd6
approved these changes
Apr 10, 2022
This pull request is now in conflicts. Could you fix it? 🙏
|
- remove `alerts.entities` when it is an empty list. Prevents errors where `alerts.entities` is assumed to be a Map. Closes 31223
64bbbab
to
f36e586
Compare
leehinman
added a commit
that referenced
this pull request
Apr 12, 2022
leehinman
added a commit
that referenced
this pull request
Apr 12, 2022
v1v
added a commit
to v1v/beats
that referenced
this pull request
Apr 18, 2022
…er-tar-gz * upstream/main: (139 commits) [Automation] Update elastic stack version to 8.3.0-c655cda8 for testing (elastic#31322) Define a queue metrics reporter interface (elastic#31289) [Oracle Module] Change tablespace metricset collection period (elastic#31259) libbeat/reader/syslog: relax timestamp parsing to allow leading zero (elastic#31254) [Automation] Update elastic stack version to 8.3.0-55ba6f37 for testing (elastic#31311) [libbeat] Remove unused fields and functions in the memory queue (elastic#31302) [libbeat] Cleaning up some unneeded helper types (elastic#31290) Readme for kibana module (elastic#31276) [Automation] Update elastic stack version to 8.3.0-4be61f32 for testing (elastic#31296) x-pack/winlogbeat/module/routing/ingest: fix typo for channel name (elastic#31291) Small pipeline cleanup removing some unused data fields (elastic#31288) removing info log (elastic#30971) Simplify TLS config deserialization (elastic#31168) Detect new files under known paths in filestream input (elastic#31268) Add support for port mapping in docker hints (elastic#31243) Update qa-labels.yml (elastic#31260) libbeat: log debug for `proxy_url` and fixed docs (elastic#31130) [heartbeat][docs] Add note about ensuring correct index settings for uptime (elastic#31146) [Automation] Update elastic stack version to 8.3.0-2c8f9574 for testing (elastic#31256) [Filebeat] fix m365_defender pipeline bug (elastic#31227) ...
kush-elastic
pushed a commit
to kush-elastic/beats
that referenced
this pull request
May 2, 2022
- remove `alerts.entities` when it is an empty list. Prevents errors where `alerts.entities` is assumed to be a Map. Closes elastic#31223
chrisberkhout
pushed a commit
that referenced
this pull request
Jun 1, 2023
- remove `alerts.entities` when it is an empty list. Prevents errors where `alerts.entities` is assumed to be a Map. Closes #31223
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-7.17
Automated backport to the 7.17 branch with mergify
backport-v8.2.0
Automated backport with mergify
backport-v8.3.0
Automated backport with mergify
bug
Filebeat
Filebeat
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.
Closes 31223
What does this PR do?
In microsoft m365_defender fileset remove
alerts.entities
when it is an empty list. This prevents errorswhere
alerts.entities
is assumed to be a Map.Why is it important?
users reported events not ingesting that had
alers.entities
as empty lists.Checklist
- [ ] 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 filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Related issues