Dissect string in filebeat

Hi I want to dissect the particular field .

Original filed Value:

"\t{\n        \"value\":  \"dropfields_nT8\",\n        \"PSN\":  \"dropfields_8\",\n        \"Id\":  \"dropfields_8\",\n        \"PSShowComputerName\":  \"drop
fields_8\"\n    },"

after dissect I want the new field value to be:

"{\n        \"value\":  \"dropfields_nT8\",\n        \"PSN\":  \"dropfields_8\",\n        \"Id\":  \"dropfields_8\",\n        \"PSShowComputerName\":  \"drop
fields_8\"\n    }"


Basically i want everything within the {}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.