Graylog2/graylog2-server

Deleting or renaming a pipeline rule should update corresponding references in the pipelines

Open

#21162 opened on Dec 11, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (6,945 stars) (1,032 forks)batch import
good first issueimprovementtriaged

Description

When a pipeline rule is deleted or renamed, we do not update affected pipelines. Invalid references are left over. It looks messy and forces the user to explicitly remove or update the rule wherever it had been used. GL has the ability to do this on behalf of the user.

Your Environment

  • Graylog Version: 6.2

Contributor guide