Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.41k stars 1.07k forks source link

Clear parameter when editing a content pack #5472

Open kmerz opened 5 years ago

kmerz commented 5 years ago

Expected Behavior

When editing a content pack the user wishes to remove applied parameters from a entity.

Current Behavior

When editing a content pack a applied parameter can't be removed from a entity since we do not know what value to pass instead.

Possible Solution

:man_shrugging:

Steps to Reproduce (for bugs)

  1. Create a content pack with a parameter applied to a entity
  2. Create a new version of the content pack
  3. Try to remove the parameter when creating the new version.

Context

Since a content pack is shareable between user, a second user could try to create a new version without installing the content pack. With that in mind we do not have any value we could use to replace the parameter.

Your Environment

kmerz commented 5 years ago

Refs: #5426