Skip to content

Commit d108b59

Browse files
1 parent 8281029 commit d108b59

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

fleet_integration/crowdstrike.alert.cel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No resources.
3030
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3131
| <a name="input_fleet_package_policy_force"></a> [fleet\_package\_policy\_force](#input\_fleet\_package\_policy\_force) | Force reinstallation of the package even if already installed. When true, bypasses "already installed" checks and triggers complete re-installation. This deletes and recreates Kibana assets (dashboards, visualizations), removes transforms and their destination indices, and overwrites ingest pipelines and templates. | `bool` | `true` | no |
3232
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
33-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.2.1"` | no |
33+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.3.0"` | no |
3434
| <a name="input_http_client_timeout"></a> [http\_client\_timeout](#input\_http\_client\_timeout) | Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h. | `string` | `"30s"` | no |
3535
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the Alert logs from CrowdStrike. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3636
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the CrowdStrike API. By default, differential data is pulled once per day. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |

fleet_integration/crowdstrike.alert.cel/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"fleet_package_version": {
5151
"type": "string",
5252
"description": "Version of the crowdstrike package to use.",
53-
"default": "3.2.1"
53+
"default": "3.3.0"
5454
},
5555
"http_client_timeout": {
5656
"type": "string",

fleet_integration/crowdstrike.falcon.streaming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ No resources.
2929
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3030
| <a name="input_fleet_package_policy_force"></a> [fleet\_package\_policy\_force](#input\_fleet\_package\_policy\_force) | Force reinstallation of the package even if already installed. When true, bypasses "already installed" checks and triggers complete re-installation. This deletes and recreates Kibana assets (dashboards, visualizations), removes transforms and their destination indices, and overwrites ingest pipelines and templates. | `bool` | `true` | no |
3131
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
32-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.2.1"` | no |
32+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.3.0"` | no |
3333
| <a name="input_preserve_original_event"></a> [preserve\_original\_event](#input\_preserve\_original\_event) | Preserves a raw copy of the original event, added to the field `event.original`. | `bool` | `false` | no |
3434
| <a name="input_processors_yaml"></a> [processors\_yaml](#input\_processors\_yaml) | Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details. | `string` | `null` | no |
3535
| <a name="input_proxy_headers_yaml"></a> [proxy\_headers\_yaml](#input\_proxy\_headers\_yaml) | This specifies the headers to be sent to the proxy server. | `string` | `null` | no |

fleet_integration/crowdstrike.falcon.streaming/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fleet_package_version": {
4545
"type": "string",
4646
"description": "Version of the crowdstrike package to use.",
47-
"default": "3.2.1"
47+
"default": "3.3.0"
4848
},
4949
"preserve_original_event": {
5050
"type": "bool",

fleet_integration/crowdstrike.fdr.aws-s3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ No resources.
3434
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3535
| <a name="input_fleet_package_policy_force"></a> [fleet\_package\_policy\_force](#input\_fleet\_package\_policy\_force) | Force reinstallation of the package even if already installed. When true, bypasses "already installed" checks and triggers complete re-installation. This deletes and recreates Kibana assets (dashboards, visualizations), removes transforms and their destination indices, and overwrites ingest pipelines and templates. | `bool` | `true` | no |
3636
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
37-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.2.1"` | no |
37+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.3.0"` | no |
3838
| <a name="input_keep_metadata"></a> [keep\_metadata](#input\_keep\_metadata) | Keep the aidmaster and userinfo documents after they have been used for event enrichment. | `bool` | `false` | no |
3939
| <a name="input_long_fields"></a> [long\_fields](#input\_long\_fields) | Choose to `Index` or `Delete` long fields. Fields longer than 1024 bytes (except `event.original`) will be kept (indexed) or deleted based on this option. | `string` | `"index_long_fields"` | no |
4040
| <a name="input_long_fields_max_length"></a> [long\_fields\_max\_length](#input\_long\_fields\_max\_length) | The maximum length of fields (in bytes) to consider them as too long. By default, fields larger than `1024` bytes are considered too long. This option in addition to `Long Fields` option helps users configure how integration should handle long fields. | `number` | `1024` | no |

fleet_integration/crowdstrike.fdr.aws-s3/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"fleet_package_version": {
6969
"type": "string",
7070
"description": "Version of the crowdstrike package to use.",
71-
"default": "3.2.1"
71+
"default": "3.3.0"
7272
},
7373
"keep_metadata": {
7474
"type": "bool",

fleet_integration/crowdstrike.host.cel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No resources.
3030
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3131
| <a name="input_fleet_package_policy_force"></a> [fleet\_package\_policy\_force](#input\_fleet\_package\_policy\_force) | Force reinstallation of the package even if already installed. When true, bypasses "already installed" checks and triggers complete re-installation. This deletes and recreates Kibana assets (dashboards, visualizations), removes transforms and their destination indices, and overwrites ingest pipelines and templates. | `bool` | `true` | no |
3232
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
33-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.2.1"` | no |
33+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.3.0"` | no |
3434
| <a name="input_gov_cloud"></a> [gov\_cloud](#input\_gov\_cloud) | GovCloud CIDs must enable this. When enabled, the integration will use CrowdStrike’s GovCloud-supported devices endpoint (`/devices/entities/devices/v2`) instead of the standard combined endpoint (`/devices/combined/devices/v1`). | `bool` | `false` | no |
3535
| <a name="input_http_client_timeout"></a> [http\_client\_timeout](#input\_http\_client\_timeout) | Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h. | `string` | `"30s"` | no |
3636
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the Host logs from CrowdStrike. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |

fleet_integration/crowdstrike.host.cel/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"fleet_package_version": {
5151
"type": "string",
5252
"description": "Version of the crowdstrike package to use.",
53-
"default": "3.2.1"
53+
"default": "3.3.0"
5454
},
5555
"gov_cloud": {
5656
"type": "bool",

fleet_integration/crowdstrike.vulnerability.cel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ No resources.
3131
| <a name="input_fleet_package_policy_description"></a> [fleet\_package\_policy\_description](#input\_fleet\_package\_policy\_description) | Description to use for the package policy. | `string` | `""` | no |
3232
| <a name="input_fleet_package_policy_force"></a> [fleet\_package\_policy\_force](#input\_fleet\_package\_policy\_force) | Force reinstallation of the package even if already installed. When true, bypasses "already installed" checks and triggers complete re-installation. This deletes and recreates Kibana assets (dashboards, visualizations), removes transforms and their destination indices, and overwrites ingest pipelines and templates. | `bool` | `true` | no |
3333
| <a name="input_fleet_package_policy_name_suffix"></a> [fleet\_package\_policy\_name\_suffix](#input\_fleet\_package\_policy\_name\_suffix) | Suffix to append to the end of the package policy name. | `string` | `""` | no |
34-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.2.1"` | no |
34+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the crowdstrike package to use. | `string` | `"3.3.0"` | no |
3535
| <a name="input_http_client_timeout"></a> [http\_client\_timeout](#input\_http\_client\_timeout) | Duration before declaring that the HTTP client connection has timed out. Supported time units are ns, us, ms, s, m, h. | `string` | `"30s"` | no |
3636
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the vulnerability logs from CrowdStrike. Defaults to 90 days (2160h) before end. Supported units for this parameter are h/m/s. | `string` | `"2160h"` | no |
3737
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the CrowdStrike spotlight vulnerabilities API. CrowdStrike recommends pulling differential data once-per-day. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |

fleet_integration/crowdstrike.vulnerability.cel/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"fleet_package_version": {
6161
"type": "string",
6262
"description": "Version of the crowdstrike package to use.",
63-
"default": "3.2.1"
63+
"default": "3.3.0"
6464
},
6565
"http_client_timeout": {
6666
"type": "string",

0 commit comments

Comments
 (0)