Skip to content

Commit

Permalink
pipeline: filters: rewrite_tag: fix link
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jan 31, 2020
1 parent ab9e4a1 commit d0cf0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/filters/rewrite-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Powerful and flexible routing

# Rewrite Tag

Tags are what makes [routing]( /concepts/data-pipeline/router) possible. Tags are set in the configuration of the Input definitions where the records are generated, but there are certain scenarios where might be useful to modify the Tag in the pipeline so we can perform more advanced and flexible routing.
Tags are what makes [routing]( /concepts/data-pipeline/router.md) possible. Tags are set in the configuration of the Input definitions where the records are generated, but there are certain scenarios where might be useful to modify the Tag in the pipeline so we can perform more advanced and flexible routing.

The ```rewrite_tag``` filter, allows to re-emit a record under a new Tag. Once a record has been re-emitted, the original record can be preserved or discarded.

Expand Down

0 comments on commit d0cf0e2

Please sign in to comment.