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
There is a regression to #19627 in Winlogbeat versions 8.x after moving from .js parsing to Ingest Pipeline.
Version: 8.x
Operating System: Windows (all)
Steps to Reproduce: Install Winlogbeat and monitor console output for failure to ingest do to source.ip: "LOCAL" or source.ip: "Unknown" not being valid IP addresses.
I have submit PR #34252 which would validate "LOCAL" to a valid and synonymous IP "127.0.0.1". Values of "Unknown" would be skipped from being copied to source.ip.
Eric
The text was updated successfully, but these errors were encountered:
MakoWish
changed the title
Regression to [#19627](https://github.com/elastic/beats/issues/19627) for Security Events with Source IP "LOCAL"
Regression to #19627 for Security Events with Source IP "LOCAL"
Jan 14, 2023
There is a regression to #19627 in Winlogbeat versions 8.x after moving from .js parsing to Ingest Pipeline.
source.ip: "LOCAL"
orsource.ip: "Unknown"
not being valid IP addresses.I have submit PR #34252 which would validate "LOCAL" to a valid and synonymous IP "127.0.0.1". Values of "Unknown" would be skipped from being copied to
source.ip
.Eric
The text was updated successfully, but these errors were encountered: