Rename a given tag name to new one.
Configuration example:
<ElasticFilters>
<Add>
<Key>TagName</Key>
<RenameTo>TagValue</RenameTo>
<!-- optional -->
<Overwrite>True</Overwrite>
</Add>
</ElasticFilters>
The name of the tag.
You can use [smart formatting][smart-formatting] here.
The new tag name.
You can use [smart formatting][smart-formatting] here.
Whether to overite or append if this new tag name already exists.
See Add Filter Overwrite Property for more info.