Cisco Umbrella: Fix umbrella dns logs populating destination.ip instead of source.nat.ip#31454
Merged
adriansr merged 1 commit intoelastic:mainfrom Apr 28, 2022
Merged
Conversation
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs.
Contributor
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
|
This pull request doesn't have a |
P1llus
approved these changes
Apr 28, 2022
Contributor
4 tasks
mergify bot
pushed a commit
that referenced
this pull request
Apr 28, 2022
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs. (cherry picked from commit 9eca3a2)
adriansr
added a commit
that referenced
this pull request
Apr 29, 2022
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs. (cherry picked from commit 9eca3a2)
adriansr
added a commit
that referenced
this pull request
Apr 29, 2022
…ng destination.ip instead of source.nat.ip (#31459) This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs. (cherry picked from commit 9eca3a2) Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
adriansr
added a commit
that referenced
this pull request
Apr 29, 2022
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs. (cherry picked from commit 9eca3a2) Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
kush-elastic
pushed a commit
to kush-elastic/beats
that referenced
this pull request
May 2, 2022
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs.
chrisberkhout
pushed a commit
that referenced
this pull request
Jun 1, 2023
This patch corrects the Cisco Umbrella DNS logs pipeline to populate the source.nat.ip field instead of the destination.address field. Also fixes a mistake on the testing logs.
This file contains hidden or 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
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.
What does this PR do?
Changes the Cisco Umbrella ingest pipeline to populate the
source.nat.ipfield instead ofdestination.ip.Also fixes a format error in the first two sample logs.
Why is it important?
The dataset was using the wrong field, as the documented meaning of the source column is "External IP", not a destination IP.
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Notes to reviewers