I've seen this done previously with JSON docs. However, I have data coming in as comma separated values like so:
Created jobgroup: XYZ containing jobid(s): ABC,DEF,GHI,JKL,MNO
While I want the jobgroup, I want the jobids to be separate log events nested beneath these items later.
I've used split to create an array from the values, but I'd like to be able to break each jobid into an event. Even if that is iterating through and cloning while marking the root event at the jobgroup level invalid in the output section.