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
Is your feature request related to a problem?
Currently FE has all rule categories hardcoded.
What solution would you like?
We need capability for FE to fetch current rule categories from backend. We can implement new API GetAllRuleCategories which will return all categories enabled in backend:
GET /_plugins/_security_analytics/rules/categories
What is the use case for the enabled field? Can there be disabled categories and is it configurable by the user?
Also, how are we determining which categories are enabled?
Is your feature request related to a problem?
Currently FE has all rule categories hardcoded.
What solution would you like?
We need capability for FE to fetch current rule categories from backend. We can implement new API GetAllRuleCategories which will return all categories enabled in backend:
RESPONSE:
Response fields:
The text was updated successfully, but these errors were encountered: