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
When creating decoders it is very useful to be able to first test decoders before creating any matching rules.
Currently testing a log that matches a decoder without matching a rule will again return the No result found message.
For example:
Apr 28 13:43:51 localhost local_decoder_example: test
This continues to be broken as of 4.2.4. Also, the issue is broader than just affecting decoder tests. If you create a custom top level parent rule and then use the webui logtest feature to test it with a log sample, you will also only see "No result found..." It appears presently when the WebUI calls wazuh-logtest that unless the results include "**Alert to be generated.", the only thing that will be displayed in the web output will be "No result found...". Please remove that check and simply let the full output of wazuh-logtest be conveyed to the web results window.
When creating decoders it is very useful to be able to first test decoders before creating any matching rules.
Currently testing a log that matches a decoder without matching a rule will again return the
No result found
message.For example:
Should result in:
Instead it returns:
This is testing with the app compiled at 87fba01
Originally posted by @jctello in #3193 (comment)
The text was updated successfully, but these errors were encountered: