context_enrich

context_enrich #

CategoryScope
Transformrecord

A processor that promotes collection context — the collecting agent’s identity and the envelope’s stable resource attributes — into the record’s Fields.

Configuration #

FieldTypeDefaultDescription
fieldsliststringSource fields to read from.
ignore_missingbooltrueDo not fail when the source field is missing.

Example #

processor:
  - context_enrich:
      fields: ["message", "tags"]
      ignore_missing: true
Edit Edit this page