Hi All, Need to implement this urgently - tried all options including ruby / split etc but none of that works within google chronicle parser extension.
I have a simple requirement to concatenate field value from recurring field as per below. Please suggest how this can be implemented in parser extension. Input and expected output is as per below.. Thanks in advance.
Input:
{
"folders": [
{"resourceFolderDisplayName": "L1"},
{"resourceFolderDisplayName": "L2"},
{"resourceFolderDisplayName": "L3"}
]
}
Expected Output:
UDM.METADATA.RESOURCEPATH = L1/L2/L3