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
In order to test the new feature of Logtest that allows it to use the verbose mode to debug the rules (see Wazuh-logtest: verbose mode #9204, we will create the following Integration tests:
Test rule match case if the rules_debug option is omitted
Test rule match case if the rules_debug option is set to true
Test rule match case if the rules_debug option is set to false
Test rule match case if the rules_debug option is erroneous (string)
Test rule match case if the rules_debug option is erroneous (number)
Test rule match case if the rules_debug option is erroneous (object)
Test rule match case if the rules_debug option is erroneous (array)
Test rule match case if the options field is erroneous (boolean)
Test rule match case if the options field is erroneous (array)
Test rule match case if the options field is erroneous (number)
Test rule match case if the options field is erroneous (string)
Regards,
Juan Cabrera
The text was updated successfully, but these errors were encountered:
Hello team,
In order to test the new feature of Logtest that allows it to use the
verbose
mode to debug the rules (see Wazuh-logtest: verbose mode #9204, we will create the following Integration tests:rules_debug
option is omittedrules_debug
option is set totrue
rules_debug
option is set tofalse
rules_debug
option is erroneous (string)rules_debug
option is erroneous (number)rules_debug
option is erroneous (object)rules_debug
option is erroneous (array)options
field is erroneous (boolean)options
field is erroneous (array)options
field is erroneous (number)options
field is erroneous (string)Regards,
Juan Cabrera
The text was updated successfully, but these errors were encountered: