Skip to content

Commit fdaec1b

Browse files
1 parent cbf414b commit fdaec1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fleet_integration/o365.audit.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_data_stream_namespace"></a> [fleet\_data\_stream\_namespace](#input\_fleet\_data\_stream\_namespace) | Namespace to use for the data stream. | `string` | `"default"` | no |
3232
| <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 |
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 o365 package to use. | `string` | `"2.33.1"` | no |
34+
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the o365 package to use. | `string` | `"3.0.0"` | no |
3535
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | Initial interval for the first API call. Default starts fetching events from 167h55m, i.e., 7 days ago, and must not go further back than that. Supports following suffixes - "h" (hour), "m" (minute), "s" (second), "ms" (millisecond), "us" (microsecond), and "ns" (nanosecond) | `string` | `"167h55m"` | no |
3636
| <a name="input_interval"></a> [interval](#input\_interval) | How often the API is polled, supports seconds, minutes and hours. | `string` | `"3m"` | no |
3737
| <a name="input_maximum_age"></a> [maximum\_age](#input\_maximum\_age) | A hard maximum age limit for data that can be requested. It defaults to 5 mins less than the API's documented limit but may be shortened as a workaround for errors related to expired data. Supports following suffixes - "h" (hour), "m" (minute), "s" (second), "ms" (millisecond), "us" (microsecond), and "ns" (nanosecond) | `string` | `"167h55m"` | no |

fleet_integration/o365.audit.cel/module.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"fleet_package_version": {
5757
"type": "string",
5858
"description": "Version of the o365 package to use.",
59-
"default": "2.33.1"
59+
"default": "3.0.0"
6060
},
6161
"initial_interval": {
6262
"type": "string",

0 commit comments

Comments
 (0)