Closed peasead closed 4 years ago
so based on the log/background for #58 - there appears to be a wild/rare value of ["urn:uuid:A92F6F89-B656-4DAD-B0F1-FE50FC973A22"]
coming from one of the field names that gets renamed to client.ip
. I can't see any fields that would cause this in the current logstash configs, basically there isn't a field that rarely is an IP thats getting renamed to client.ip
.
anyways. removing this portion, at the end of the pipeline you would now have the value ["urn:uuid:A92F6F89-B656-4DAD-B0F1-FE50FC973A22"]
trying to be ingested into the database which will error out and if it doesn't error out thats bad and elasticsearch has a really bad IPv4 or IPv6 verification - which I don't even want to start down that road at the moment........
so couple questions:
so based on the log/background for #58 - there appears to be a wild/rare value of
["urn:uuid:A92F6F89-B656-4DAD-B0F1-FE50FC973A22"]
coming from one of the field names that gets renamed toclient.ip
. I can't see any fields that would cause this in the current logstash configs, basically there isn't a field that rarely is an IP thats getting renamed toclient.ip
.anyways. removing this portion, at the end of the pipeline you would now have the value
["urn:uuid:A92F6F89-B656-4DAD-B0F1-FE50FC973A22"]
trying to be ingested into the database which will error out and if it doesn't error out thats bad and elasticsearch has a really bad IPv4 or IPv6 verification - which I don't even want to start down that road at the moment........so couple questions:
- how often does this occur?
- do you know what log source caused this?
- any pcap specific that you are seeing this happen in? or was this just a log that came across after running traffic for some time?
Yep, you're right on regarding the uuid
. It's different with each entry, but I wanted to put the whole event there.
logstash-850-filter-ip_addresses-enrich.conf
is the only file that's causing it.I'm going to close this...I just tried this off the pre-release candidate and I'm not seeing it.
For #58