You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to filebeat 8.15.3 and observed that I was having errors generate in the output log. Closer inspection showed that the ingest pipeline was failing to parsing IPv6 addresses.
My example log had a callerIPAddress of 2603:1036:301:207e::5 which was being picked up by the topmost grok parser, resulting in failed to parse field [source.ip] of type [ip] in document ... "'2600' is not an IP string literal.\" errors.
I upgraded to filebeat 8.15.3 and observed that I was having errors generate in the output log. Closer inspection showed that the ingest pipeline was failing to parsing IPv6 addresses.
My example log had a callerIPAddress of
2603:1036:301:207e::5
which was being picked up by the topmost grok parser, resulting infailed to parse field [source.ip] of type [ip] in document
..."'2600' is not an IP string literal.\"
errors.beats/x-pack/filebeat/module/azure/auditlogs/ingest/pipeline.yml
Line 91 in 076ea50
The text was updated successfully, but these errors were encountered: