Hi Everyone,
We are looking to search for native change detection events based on an attribute change. In the events, we have an attribute called singleValueAttributeChanges We would like to leverage this attribute to identify and create a report for a specific change that occurred in native system. However this attribute’s data format looks like below -
[
{
"name": "XYZ",
"newValue": "ABCD"
},
{
"name": "EFG",
"newValue": "HIJ"
}
]
This is my search query currently name:native* AND attributes.sourceName:"XYZ"
I want to add the above attribute singleValueAttributeChanges in my search query. Any suggestions are appreciated. Thanks