Converts an array of field values to a validated JSON whose keys are the field names corresponding to the EnrichedEvent POJO of the Scala Common Enrich project.
Converts an array of field values to a validated JSON whose keys are the field names corresponding to the EnrichedEvent POJO of the Scala Common Enrich project. If there are any self-describing events in the fields: "unstruct_event", "derived_contexts" or "contexts" these are returned in a "shredded" format (e.g. "unstruct_event_com_acme_1_myField": "value") when the flatten argument is true. When the flatten argument is false the nested structure is returned for those three fields instead.
Array of values for the event
Whether to flatten the fields in "unstruct_event", "contexts" and "derived_contexts"
ValidatedRecord containing JSON for the event and the event_id (if it exists)
Converts an array of field values to a JSON whose keys are the field names
Converts an array of field values to a JSON whose keys are the field names
Array of values for the event
ValidatedRecord containing JSON for the event and the event_id (if it exists)
Convert a string with Enriched event TSV to a JSON string
Convert a string with Enriched event TSV to a JSON string
enriched event TSV line
ValidatedRecord for the event
Convert an Amazon Kinesis record to a JSON string
Convert an Amazon Kinesis record to a JSON string
enriched event TSV line
ValidatedRecord for the event
TSV to JSON