Add Client Parameter

Add groupItemsPerPage so detections groupby tables have proper default value for page size.
This commit is contained in:
Corey Ogburn
2025-03-05 09:43:21 -07:00
parent 2f6c7d2643
commit 21a64b6c1d

View File

@@ -2337,6 +2337,7 @@ soc:
eventFetchLimit: 500
eventItemsPerPage: 50
groupFetchLimit: 50
groupItemsPerPage: 10
mostRecentlyUsedLimit: 5
safeStringMaxLength: 100
queryBaseFilter: '_index:"*:so-detection" AND so_kind:detection'