Skip to main content
Transforms modify events and logs as they flow through the pipeline. You can drop unwanted data, scrub PII, consolidate duplicates, and extract patterns from logs — all before data reaches your sinks. Transforms are chained in order within a routing rule. Each one receives a batch, modifies it, and passes it to the next.

Available transforms

Configuration

Add transforms to any routing rule in your tell.toml:
Transforms run in the order listed. In this example, health check events are dropped first, then PII is hashed in the remaining events.

What’s next

  • Filter — drop or keep events by condition
  • Redact — scrub PII with 11 built-in patterns
  • Reduce — consolidate duplicate events
  • Pattern — extract log patterns
  • Routing — how transforms fit into routing rules