A detailed description of JSONPath can be found here https://goessner.net/articles/JsonPath/.
If ProcessType is set to JsonPathFilter, a parent field named JsonPathFilterConfiguration must be populated with these Mandatory fields:
|
Example JSONPath Expression Process File
An example of a Process configuration file filtering records with MFSOURCETYPE = SMF030 and sending them to a Target.
{
"Name": "syslogjsonpath",
"Id": "f4d6f62f-5bdf-45dc-9030-1baa9a7908f8",
"JsonPathFilterConfiguration": {
"JsonPathExpression": "MFSOURCETYPE",
"JsonPathMatch": "SMF030",
},
"ProcessType": "JsonPathFilter"
}