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
The result of the request is Original server response: statusCode: 500, response: '{"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Custom rule index doesnt exist. Please create custom rules first."}],"type":"security_analytics_exception","reason":"Custom rule index doesnt exist. Please create custom rules first.","caused_by":{"type":"exception","reason":"java.lang.IllegalArgumentException: Custom rule index doesnt exist. Please create custom rules first."}},"status":500}',
What is the expected behavior?
This should not be an error but a response with status 200 with an empty array response.
Do you have any screenshots?
The text was updated successfully, but these errors were encountered:
What is the bug?
Rules search returns 'Custom rules error' when there are no custom rules. The status code returned is 500.
How can one reproduce the bug?
Steps to reproduce the behavior:
Original server response: statusCode: 500, response: '{"error":{"root_cause":[{"type":"security_analytics_exception","reason":"Custom rule index doesnt exist. Please create custom rules first."}],"type":"security_analytics_exception","reason":"Custom rule index doesnt exist. Please create custom rules first.","caused_by":{"type":"exception","reason":"java.lang.IllegalArgumentException: Custom rule index doesnt exist. Please create custom rules first."}},"status":500}',
What is the expected behavior?
This should not be an error but a response with status 200 with an empty array response.
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: