Skip to content

The Enrichment object provides inline enrichment data for specific attributes of interest within an event. It serves as a mechanism to enhance or supplement the information associated with the event by adding additional relevant details or context.

data

  • Type: json_t
  • Requirement: required

The enrichment data associated with the attribute and value. The meaning of this data depends on the type the enrichment record.

name

  • Type: string_t
  • Requirement: required

The name of the attribute to which the enriched data pertains.

value

  • Type: string_t
  • Requirement: required

The value of the attribute to which the enriched data pertains.

created_time

  • Type: timestamp_t
  • Requirement: recommended

The time when the enrichment data was generated.

provider

  • Type: string_t
  • Requirement: recommended

The enrichment data provider name.

short_desc

  • Type: string_t
  • Requirement: recommended

A short description of the enrichment data.

src_url

  • Type: url_t
  • Requirement: recommended

The URL of the source of the enrichment data.

type

  • Type: string_t
  • Requirement: recommended

The enrichment type. For example: location.

created_time_dt

  • Type: datetime_t
  • Requirement: optional

The time when the enrichment data was generated.

desc

  • Type: string_t
  • Requirement: optional

A long description of the enrichment data.

reputation

The reputation of the enrichment data.