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
In the alert, host, indentity_protection_assessment,
indentity_protection_timeline and vulnerability, the number of CEL
executions allowed for each periodic evaluation can be configured. The
documentation in the user interface says that this limit can be lifted
if it is set to zero. This is not the case, by design. So remove the
statement.
Copy file name to clipboardExpand all lines: packages/crowdstrike/data_stream/alert/manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ streams:
59
59
type: integer
60
60
title: Maximum Executions
61
61
description: >-
62
-
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval. Set to 0 for unlimited.
62
+
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval.
Copy file name to clipboardExpand all lines: packages/crowdstrike/data_stream/host/manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ streams:
75
75
type: integer
76
76
title: Maximum Executions
77
77
description: >-
78
-
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval. Set to 0 for unlimited.
78
+
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval.
Copy file name to clipboardExpand all lines: packages/crowdstrike/data_stream/identity_protection_assessment/manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ streams:
52
52
type: integer
53
53
title: Maximum Executions
54
54
description: >-
55
-
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval. Set to 0 for unlimited.
55
+
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval.
Copy file name to clipboardExpand all lines: packages/crowdstrike/data_stream/identity_protection_timeline/manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ streams:
58
58
type: integer
59
59
title: Maximum Executions
60
60
description: >-
61
-
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval. Set to 0 for unlimited.
61
+
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval.
Copy file name to clipboardExpand all lines: packages/crowdstrike/data_stream/vulnerability/manifest.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ streams:
70
70
type: integer
71
71
title: Maximum Executions
72
72
description: >-
73
-
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval. Set to 0 for unlimited.
73
+
Maximum number of CEL program re-evaluations per collection interval. High-volume environments with large result sets may need a higher value to complete pagination within a single interval.
0 commit comments