8000 Strip Processor · logzio/sawmill Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Strip Processor

Refael Mizrahi edited this page Jan 27, 2022 · 5 revisions

Strip [strip]

This processor will remove whitespace characters before and after the value of a field.

  • fields [array]

Example

{
  "steps": [{
    "strip": {
      "config": {
        "fields": ["message"]
      }
    }
  }]
}
Clone this wiki locally
0