-
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
Error using IPv6 address with ingest geoip module #9836
Comments
I think the address is correctly being parsed, but then the geoip plugin complains about this, removing the geoip filter from the pipeline removes this error. |
I have opened elastic/elasticsearch#37107 to discuss if this should be supported by the geoip processor. In the meantime we could try to workaround the issue by using a temporary field for geoip without the zone id. |
…ccess logs (#9955) - Introduce IPv6 zone workaround iis.access log as well, resolving #9836. - Update the IPv6 zone fix (#9869) for iis.error to use the ECS `.address` field instead of a transient field. - Convert many fields under `iis.error.*` to ECS. Previous field names are field aliases towards the new corresponding ECS field: - iis.error.remote_ip => source.address - iis.error.remote_port => source.port - iis.error.server_ip => destination.address - iis.error.server_port => destination.port - iis.error.http_version => http.version - iis.error.method => http.request.method - iis.error.url => url.original - iis.error.response_code => http.response.status_code - iis.error.geoip.* => source.geo.* - read_timestamp => event.created (not aliased, still used elsewhere) - Update field aliases introduced in #9084 to point to `.address` instead of `.ip`, since this value can be ambiguous. The IP field is populated with the cleaned up IP without the zone. This is also true for the `.ip` fields under populated by the error logs. - iis.access.remote_ip => source.address - iis.access.server_ip => destination.address - Coerce to long: source.port, destination.port and http.response.status_code in the iis.error fileset
+1 on latest version (installation this weekend) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The IIS error log (e.g.
C:\Windows\System32\LogFiles\HTTPERR\httperr1.log
) has this line:But the
error.message
atribute on the indexed document has'::1%0' is not an IP string literal.
.It seems something needs to be changed to handle that IP format?
BTW, the
%0
is the IPv6 zone id or index.I'm using:
The text was updated successfully, but these errors were encountered: