Parse JSON from String
Description: | Parse JSON string to a JSON object. |
Available Filters: | Event Filters: - Event Type - Event Field Field Filters: - Field Name - Field Value |
Settings: | None. |
Transformation Considerations: | None. |
Sample Transformation
Scenario: Convert the JSON string values in the category
field of all Events of the agents
Event Type to JSON fields.
Filters:
- Event Type =
agents
- Fields = All fields with name =
category
Settings:
None.
Result: When you test the Transformation, the category JSON string is changed to a JSON object with fields.
If we further transform the output through the Flatten JSON Transformation, we get separate JSON fields as the output:
Last updated on May 30, 2023