Feature #4745
closedImplement means for testing reporting filters
0%
Description
Currently there is no easy way to check, whether the reporting filter matches certain event or NOT.
- It would be nice to have a tool integrated in web interface in filters module, that would enable users to easily check it against given event (pasted, or identified by database ID).
- It would be nice to have a tool integrated in web interface in events module, that would enable users to check that event against given filter (pasted or selected from options).
Updated by Jan Mach almost 6 years ago
- Subject changed from Implement mean for testing reporting filters to Implement means for testing reporting filters
- Status changed from New to In Progress
Updated by Jakub Judiny over 1 year ago
- Status changed from In Progress to Resolved
Updated by Rajmund Hruška over 1 year ago
- Status changed from Resolved to Feedback
Passing non-integer value as filter_id results in 500 Internal Server Error.
https://localhost:4443/mentat/filters/playground?filter_id=None
Updated by Rajmund Hruška over 1 year ago
Also, when clicking the 'Test' button in the filter update view, I get 404 Not Found.
The resulting address is https://localhost:4443/filters/playground?rule=Node.Name%20%3D%3D%20%22cz.cesnet.queeg%22, so /mentat/ is missing.
Updated by Jakub Judiny over 1 year ago
- Status changed from Feedback to Resolved
Rajmund Hruška wrote in #note-10:
Passing non-integer value as filter_id results in 500 Internal Server Error.
https://localhost:4443/mentat/filters/playground?filter_id=None
Rajmund Hruška wrote in #note-11:
Also, when clicking the 'Test' button in the filter update view, I get 404 Not Found.
The resulting address is https://localhost:4443/filters/playground?rule=Node.Name%20%3D%3D%20%22cz.cesnet.queeg%22, so /mentat/ is missing.
Both problems should be resolved now.
Updated by Rajmund Hruška over 1 year ago
- Status changed from Resolved to In Review
- Target version changed from Backlog to 2.12
Updated by Rajmund Hruška about 1 year ago
- Status changed from In Review to Closed