Add Tag Processor - logzio/sawmill GitHub Wiki
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"
]
}
}
}
]
}