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
Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!
Hi,
it seems that there is the same issue with the ndjson parser like in the decode_json_fields processor some time ago: #32010
dotted fields aren't expanded if the target option in ndjson parser is set. All works fine if the target option is missing.
Seems to be this code position: https://github.com/elastic/beats/blob/main/libbeat/reader/readjson/json.go#L187
Example Filebeat config:
Example data:
Expected event:
But got event:
Tried with
Then I get:
It would be nice to get the old processor bug fix also for the ndjson parser.
Regards,
Marcel
For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: