Automatic tag
generation for ingest pipeline processors
#2131
Labels
enhancement
New feature or request
tag
generation for ingest pipeline processors
#2131
Manually maintaining
tag
values for processors in ingest pipelines is time consuming and can lead to confusion if processor settings drift away from the meaning captured in atag
value.Good
tag
values can be generated automatically by combining the processor name with the values of certain processor options (best chosen based on the processor type), normalizing that, and adding a number if necessary for uniqueness within a pipeline.An example with a generated tag name:
A rough POC can be found in
tag-processors.py
.This could be made part of
elastic-package format
, or it could be a separate command.The text was updated successfully, but these errors were encountered: