# rename

Rename fields ({old: new}) in event. If old name does not exist in event then it is quietly ignored.

# Config

Required:

  • fields: Mapping of old field names to new field names

# Example

pipeline:
  rename:
    config:
      fields:
        old_name: new_name
        timestamp: ts
        msg: message