add_locale

add_locale #

CategoryScope
Enrichmentrecord

The “add_locale” pipeline processor: stamp each event with the host’s local timezone abbreviation or UTC offset, so downstream parsing can interpret naive timestamps correctly.

Configuration #

FieldTypeDefaultDescription
formatstring“offset”Preset format selector (e.g. log format).
targetstring“event.timezone”Destination prefix or field to write the result to.

Example #

processor:
  - add_locale:
      format: "format"
      target: "parsed"
Edit Edit this page