Skip to content

Commit 78d168b

Browse files
committed
crowdstrike: remove incorrect no-limit max_executions documentation
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.
1 parent 5fa62a7 commit 78d168b

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

packages/crowdstrike/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.26.1"
3+
changes:
4+
- description: Remove incorrect unlimited maximum executions documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/
27
- version: "3.26.0"
38
changes:
49
- description: Add support for NG-SIEM correlation-detection alerts in the Alert data stream.

packages/crowdstrike/data_stream/alert/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ streams:
5959
type: integer
6060
title: Maximum Executions
6161
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.
6363
default: 1000
6464
multi: false
6565
required: true

packages/crowdstrike/data_stream/host/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ streams:
7575
type: integer
7676
title: Maximum Executions
7777
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.
7979
default: 1000
8080
multi: false
8181
required: true

packages/crowdstrike/data_stream/identity_protection_assessment/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ streams:
5252
type: integer
5353
title: Maximum Executions
5454
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.
5656
default: 1000
5757
multi: false
5858
required: true

packages/crowdstrike/data_stream/identity_protection_timeline/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ streams:
5858
type: integer
5959
title: Maximum Executions
6060
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.
6262
default: 1000
6363
multi: false
6464
required: true

packages/crowdstrike/data_stream/vulnerability/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ streams:
7070
type: integer
7171
title: Maximum Executions
7272
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.
7474
default: 1000
7575
multi: false
7676
required: true

packages/crowdstrike/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: crowdstrike
22
title: CrowdStrike
3-
version: "3.26.0"
3+
version: "3.26.1"
44
description: Collect logs from Crowdstrike with Elastic Agent.
55
type: integration
66
format_version: "3.4.0"

0 commit comments

Comments
 (0)