Cherry-pick #9869 to 6.6: Handle IPv6 zone id in IIS filebeat ingest pipeline#9933
Merged
jsoriano merged 2 commits intoelastic:6.6from Jan 9, 2019
Merged
Cherry-pick #9869 to 6.6: Handle IPv6 zone id in IIS filebeat ingest pipeline#9933jsoriano merged 2 commits intoelastic:6.6from
jsoriano merged 2 commits intoelastic:6.6from
Conversation
IIS logs can include zone ids when using IPv6, this is correctly parsed but geoip processor doesn't accept these addresses. Create a temporary field without the zone id to be used by geoip processor. (cherry picked from commit d59ae8c)
Contributor
|
You need to regenerate the iis files as they look a bit different in 6.6. |
Member
Author
|
Expected JSON regenerated |
Member
Author
|
Failing test is #9215 |
ruflin
approved these changes
Jan 9, 2019
jsoriano
added a commit
to jsoriano/beats
that referenced
this pull request
Jan 14, 2019
…ingest pipeline (elastic#9933) IIS logs can include zone ids when using IPv6, this is correctly parsed but geoip processor doesn't accept these addresses. Create a temporary field without the zone id to be used by geoip processor. (cherry picked from commit d59ae8c) (cherry picked from commit 5f1f6ca)
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…ingest pipeline (elastic#9933) IIS logs can include zone ids when using IPv6, this is correctly parsed but geoip processor doesn't accept these addresses. Create a temporary field without the zone id to be used by geoip processor. (cherry picked from commit dad84e9)
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.
Cherry-pick of PR #9869 to 6.6 branch. Original message:
Possible workaround for #9836, this may be needed in other modules if other services also log IPv6 addresses with zone id.
Wait for elastic/elasticsearch#37107 before deciding what to do about this.