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

Cherry-pick #9869 to 6.x: Handle IPv6 zone id in IIS filebeat ingest pipeline #9932

Merged
merged 3 commits into from
Jan 9, 2019

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Jan 7, 2019

Cherry-pick of PR #9869 to 6.x 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.

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)
@ruflin
Copy link
Member

ruflin commented Jan 8, 2019

I think the CI failures are related. You need to regenerate the iis expected files as they look a bit different in 6.x then 7.

@jsoriano
Copy link
Member Author

jsoriano commented Jan 8, 2019

Expected JSON regenerated

@jsoriano
Copy link
Member Author

jsoriano commented Jan 9, 2019

jenkins, test this

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.

2 participants