11 Feb 2026
10:11 AM
- last edited on
12 Feb 2026
07:13 AM
by
MaciejNeumann
This is a followup on the post of Reinhard: https://community.dynatrace.com/t5/Open-Q-A/How-to-properly-parse-BizEvents-JSON-data-with-OpenPipel...
In this case we are talking about BizEvents but the problem is occuring for every datatype that can be processed through openpipelines. We are capturing BizEvents through Oneagent Bussiness Analytics. These requests are about processing documents/payments. The requests we capture are sometimes processing these documents in bulk, so 1 request may contain multiple documents being processed, example:
{
"documents": [
{
"documentid": "xxx-xx",
"paymentineuros": "896"
},
{
"documentid": "yyy-yy",
"paymentineuros": "957"
},
{
"documentid": "zzz-zz",
"paymentineuros": "491"
}
]
}
How do we split this one bizevent into multiple bizevents? We are able to do that in our dashboarding and notebooks through the dql command expand, but that is not a possibility in Openpipelines,
Or is there a possiblity to do this from the OneAgent BussinessAnalytics incomming requests configuration?
Featured Posts