Skip to content

Commit 34fd7b3

Browse files
Increase limit on exception items to 10k (#73117)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 867a672 commit 34fd7b3

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/server/lib/detection_engine/signals

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/server/lib/detection_engine/signals/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const getExceptions = async ({
183183
listId: foundList.list_id,
184184
namespaceType,
185185
page: 1,
186-
perPage: 5000,
186+
perPage: 10000,
187187
filter: undefined,
188188
sortOrder: undefined,
189189
sortField: undefined,

0 commit comments

Comments
 (0)