With lots of help here, we adjusted the incoming data to be perfect json structures and name value pairs are extracted nicely now that each json document is mapped to one Splunk event.
We would like know to proceed and use the transaction
command. But by applying the transaction
command, we'll lose the perfect json structure, right?
What can be done?
My question would be, "what do you want to do with the JSON structures after you've run transaction
? Could you accomplish what you need without transaction (often possible, but not always)? And perhaps do you really need the JSON structures of individual events at the end of all of that?
When you use transaction
, that will create multi-value fields out of fields that exist in multiple events that are being combined. But that's always true when you use transaction
, so it's really no different than using it with events of other structures. Or am I missing what you're saying here?