Skip to content

Doc Size Processor

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

Doc Size Processor [docSize]

This processor writes the document size in bytes to a target field.

  • targetField - [docSize default] (optional)
{
  "steps": [{
    "docSize": {
      "config": {
        "targetField": "log_size"
      }
    }
  }]
}}
Clone this wiki locally