Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 724 Bytes

Rename.md

File metadata and controls

34 lines (24 loc) · 724 Bytes

Filters - Rename

Rename a given tag name to new one.

Configuration example:

<ElasticFilters>
    <Add>
        <Key>TagName</Key>
        <RenameTo>TagValue</RenameTo>
        
        <!-- optional -->
        <Overwrite>True</Overwrite>
    </Add>
</ElasticFilters>

Properties:

Key

The name of the tag.
You can use [smart formatting][smart-formatting] here.

RenameTo

The new tag name.
You can use [smart formatting][smart-formatting] here.

Overwrite

Whether to overite or append if this new tag name already exists.

See Add Filter Overwrite Property for more info.