JSON Formatter

Description

Config Example

Description

Config Example

Delivering the data in a JSON (JavaScript Object Notation) format.

{"jsonConfType":"default","name":"json","type":"transform"}

JSON

The data flow should be defined with the ‘Json’ condition, inside the relevant forwarder:

  • Json Custom Configuration - Defines the type of the custom config provided to construct the Json.

  • Json Structure - Mapping the event’s columns to the Json result’s keys.

  • Add Source Host and Log Names - Add log’s host and log name to the output Json.

Output: The target receives the logs in a standard text-based format for representing structured data based on JavaScript object syntax.

Â