Skip to content

Commit f2bd13d

Browse files
1 parent ba9cb76 commit f2bd13d

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

fleet_integration/sentinel_one.activity.httpjson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ No resources.
2727
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
2828
| <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 |
2929
| <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 |
30-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.0.1"` | no |
30+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.1.0"` | no |
3131
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the activities from SentinelOne. NOTE: Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3232
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the SentinelOne API. NOTE: Supported units for this parameter are h/m/s. | `string` | `"30s"` | 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 |

fleet_integration/sentinel_one.activity.httpjson/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fleet_package_version": {
3535
"type": "string",
3636
"description": "Version of the sentinel_one package to use.",
37-
"default": "2.0.1"
37+
"default": "2.1.0"
3838
},
3939
"initial_interval": {
4040
"type": "string",

fleet_integration/sentinel_one.agent.httpjson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ No resources.
2727
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
2828
| <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 |
2929
| <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 |
30-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.0.1"` | no |
30+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.1.0"` | no |
3131
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the agents from SentinelOne. NOTE: Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3232
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the SentinelOne API. NOTE: Supported units for this parameter are h/m/s. | `string` | `"30s"` | 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 |

fleet_integration/sentinel_one.agent.httpjson/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fleet_package_version": {
3535
"type": "string",
3636
"description": "Version of the sentinel_one package to use.",
37-
"default": "2.0.1"
37+
"default": "2.1.0"
3838
},
3939
"initial_interval": {
4040
"type": "string",

fleet_integration/sentinel_one.alert.httpjson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ No resources.
2727
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
2828
| <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 |
2929
| <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 |
30-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.0.1"` | no |
30+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.1.0"` | no |
3131
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the alerts from SentinelOne. NOTE: Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3232
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the SentinelOne API. NOTE: Supported units for this parameter are h/m/s. | `string` | `"30s"` | 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 |

fleet_integration/sentinel_one.alert.httpjson/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fleet_package_version": {
3535
"type": "string",
3636
"description": "Version of the sentinel_one package to use.",
37-
"default": "2.0.1"
37+
"default": "2.1.0"
3838
},
3939
"initial_interval": {
4040
"type": "string",

fleet_integration/sentinel_one.application.cel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ No resources.
2828
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
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_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 |
31-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.0.1"` | no |
31+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.1.0"` | no |
3232
| <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 |
3333
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the Sentinel One API. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3434
| <a name="input_preserve_duplicate_custom_fields"></a> [preserve\_duplicate\_custom\_fields](#input\_preserve\_duplicate\_custom\_fields) | Preserve sentinel\_one.application fields that were copied to Elastic Common Schema (ECS) fields. | `bool` | `null` | no |

fleet_integration/sentinel_one.application.cel/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fleet_package_version": {
4141
"type": "string",
4242
"description": "Version of the sentinel_one package to use.",
43-
"default": "2.0.1"
43+
"default": "2.1.0"
4444
},
4545
"http_client_timeout": {
4646
"type": "string",

fleet_integration/sentinel_one.group.httpjson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ No resources.
2727
| <a name="input_fleet_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
2828
| <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 |
2929
| <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 |
30-
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.0.1"` | no |
30+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the sentinel\_one package to use. | `string` | `"2.1.0"` | no |
3131
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the groups from SentinelOne. NOTE: Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
3232
| <a name="input_interval"></a> [interval](#input\_interval) | Duration between requests to the SentinelOne API. NOTE: Supported units for this parameter are h/m/s. | `string` | `"30s"` | 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 |

fleet_integration/sentinel_one.group.httpjson/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fleet_package_version": {
3535
"type": "string",
3636
"description": "Version of the sentinel_one package to use.",
37-
"default": "2.0.1"
37+
"default": "2.1.0"
3838
},
3939
"initial_interval": {
4040
"type": "string",

0 commit comments

Comments
 (0)