airbus-cyber / graylog-plugin-alert-wizard

Alert Wizard plugin for Graylog to manage the alert rules
Other
45 stars 7 forks source link

Additional threshold is not correctly displayed #69

Closed frantz45 closed 2 years ago

frantz45 commented 2 years ago
  1. Create an "AND" rule
  2. Set the main treshold to "more than 0"
  3. Set the additional threshold to "less than 1"
  4. Fill other required fields
  5. Save the rule
  6. From the rules list edit the rule

The additional threshold displays "less than 0" instead of "less than 1". In the Event Definition associated to the rule, the additional threshold is right ("less than 1"). It may be linked with this issue: https://github.com/airbus-cyber/graylog-plugin-alert-wizard/issues/34

My environment:

c8y3 commented 2 years ago

To create the AND rule:

Then, after creation, check the error by clicking the "edit" button of the rule: the threshold of the second condition is displayed as "less than 0" rather than "less than 1"

frantz45 commented 2 years ago

Je confirme que le bug est corrigé, je clos l'issue