16 Oct 2024 09:50 AM
For example multi-line JSON?
Solved! Go to Solution.
16 Oct 2024 09:50 AM
Recently we've released the `depth` parameter for the `fieldsFlatten` command (see docs). This helps a lot with unknown JSON formats as it allows to remove the nesting beyond the first level.
If you are referring to a situation where a multi-line JSON log record that is picked up by OneAgent is split into multiple records then that is something that needs to be handled by OneAgent.
21 Oct 2024 07:06 AM
I posted a fully supported solution for multi line ingestion here. My reply below the solution makes it clear why OpenPipeline is the wrong solution for this (as Thomas suggested above).