You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
python.exe -m detection_rules import-rules anytresholdrule_with_groupby_and_cardinalityfield.ndjson
Does not convert the rule to TOML, but it rather prompts for additional input (like cardinality, field name and field value). Furthermore, it does not seem possible to use both a group_by and a count field with corresponding values.
To Reproduce
Steps to reproduce the behavior:
Create a Threshold Rule with group by field and count field, fill values
export to ndjson
try to convert using the python module -> python.exe -m detection_rules import-rules rule.ndjson
See behaviour
Expected behavior
It should not prompt for anything. And it should be clear how to fill the prompts as in the UI.
The text was updated successfully, but these errors were encountered:
Describe the bug
python.exe -m detection_rules import-rules anytresholdrule_with_groupby_and_cardinalityfield.ndjson
Does not convert the rule to TOML, but it rather prompts for additional input (like cardinality, field name and field value). Furthermore, it does not seem possible to use both a group_by and a count field with corresponding values.
To Reproduce
Steps to reproduce the behavior:
python.exe -m detection_rules import-rules rule.ndjson
Expected behavior
It should not prompt for anything. And it should be clear how to fill the prompts as in the UI.
The text was updated successfully, but these errors were encountered: