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

DeDot Processor

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

DeDot [deDot]

This processor removes dots from field names. By default, it replaces the dots with an "_"

  • separator [default "_"]
{
  "steps": [{
    "deDot": {
      "config": {
        "separator": "_"
      }
    }
  }]
}
Clone this wiki locally
0