Enricher

JSON Format

Enabling JSON format for easier data loading and other integrations

The enricher JSON format allows easier integration and data loading with other data infrastructure and is available across all enricher modules.

Please see configuration details on Github config examples.

JSON
// Optional. Configuration for experimental/preview features
"experimental": {
// Whether to use an alternative output format  (either "FlattenedJson" or "EventbridgeJson")
// - FlattenedJson: encodes the output as JSON, where unstruct_event, contexts and derived_contexts are flattened
// - EventbridgeJson: encodes the output as JSON with extra details, intended exclusively to use with eventbridge module.
 "customOutputFormat": {
   "type": "FlattenedJson"
 }

}