Graylog2 / graylog2-server

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

Parameter assigned during content pack creation is not stored #5570

Open edmundoa opened 5 years ago

edmundoa commented 5 years ago

Expected Behavior

Assigning a parameter gets stored and persisted on the next wizard step and when creating the content pack.

Current Behavior

After creating and assigning a parameter on the content pack creation wizard, going to the next step in the wizard shows the parameter as unused. Going back to the previous step shows mixed information, the parameter list shows it as used, but the entity list does not. Creating the content pack works, but the parameter is not assigned.

parameter

There are no errors in the browser console at least while running on production.

Steps to Reproduce (for bugs)

  1. Open create content pack wizard and fill out the first screen
  2. Create a new parameter
  3. Assign the parameter to one of the entities
  4. Go to the next step and see that the parameter is marked as unused
  5. Go back and see mixed information

Your Environment

edmundoa commented 5 years ago

Revisiting this while installing a content pack, I can see the parameter in the installation form, so I think this is mostly a display/consistency issue.