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
I would like to organize, expand and condense custom queries from within the GUI.
Currently custom queries are stored 'flat' which can be hard to navigate.
Are you intending to implement this feature?
No
Current Behavior
The current /api/v2/saved-queries-endpoint supports uploading of queries with a name, query and it seems since #730 also a description but not a category as far as I can tell.
The OOTB queries already try to achive something similar by using categories:
Feature Description
I would like to organize, expand and condense custom queries from within the GUI.
Currently custom queries are stored 'flat' which can be hard to navigate.
Are you intending to implement this feature?
No
Current Behavior
The current
/api/v2/saved-queries
-endpoint supports uploading of queries with a name, query and it seems since #730 also a description but not a category as far as I can tell.The OOTB queries already try to achive something similar by using categories:
BloodHound/packages/javascript/bh-shared-ui/src/commonSearches.tsx
Line 37 in e88dad4
Desired Behavior
The saved_queries model and GUI need to be updated with new fields and 'collapse'-logic.
Use Case
Additional Information
The text was updated successfully, but these errors were encountered: