Skip to content

Add Tag Processor

Ral G edited this page Jan 23, 2022 · 6 revisions

Add Tag [addTag]

This processor allows you to add tags to a document, it supports templates.

  • tags - array of tags to add, i.e. tags: ["tag1","tag2"]

Example

{
  "steps": [
    {
      "addTag": {
        "config": {
          "tags": [
            "logzio_Tag"
          ]
        }
      }
    }
  ]
}
Clone this wiki locally