Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update modules based on elastic/integrations@3d615b8
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 40646a0 commit 1d6dd83
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws\_bedrock package to use. | `string` | `"0.10.0"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws\_bedrock package to use. | `string` | `"0.10.1"` | no |
| <a name="input_latency"></a> [latency](#input\_latency) | The amount of time required for the logs to be available to CloudWatch Logs. Sample values, `1m` or `5m` — see Golang [time.ParseDuration](https://pkg.go.dev/time#ParseDuration) for more details. Latency translates the query's time range to consider the CloudWatch Logs latency. Example: `5m` means that the integration will query CloudWatch to search for logs available 5 minutes ago. | `string` | `null` | no |
| <a name="input_log_group_arn"></a> [log\_group\_arn](#input\_log\_group\_arn) | ARN of the log group to collect logs from. | `string` | `null` | no |
| <a name="input_log_group_name"></a> [log\_group\_name](#input\_log\_group\_name) | Name of the log group to collect logs from. `region_name` is required when `log_group_name` is given. | `string` | `null` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the aws_bedrock package to use.",
"default": "0.10.0"
"default": "0.10.1"
},
"latency": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/aws_bedrock.invocation.aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws\_bedrock package to use. | `string` | `"0.10.0"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the aws\_bedrock package to use. | `string` | `"0.10.1"` | no |
| <a name="input_include_s3_metadata"></a> [include\_s3\_metadata](#input\_include\_s3\_metadata) | This input can include S3 object metadata in the generated events for use in follow-on processing. You must specify the list of keys to include. By default none are included. If the key exists in the S3 response then it will be included in the event as aws.s3.metadata.<key> where the key name as been normalized to all lowercase. | `list(string)` | `null` | no |
| <a name="input_max_bytes"></a> [max\_bytes](#input\_max\_bytes) | The maximum number of bytes that a single log message can have. All bytes after max\_bytes are discarded and not sent. This setting is especially useful for multiline log messages, which can get large. This only applies to non-JSON logs. | `string` | `"10MiB"` | no |
| <a name="input_max_number_of_messages"></a> [max\_number\_of\_messages](#input\_max\_number\_of\_messages) | The maximum number of SQS messages that can be inflight at any time. | `number` | `5` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the aws_bedrock package to use.",
"default": "0.10.0"
"default": "0.10.1"
},
"include_s3_metadata": {
"type": "list(string)",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/github.issues.httpjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the github package to use. | `string` | `"1.29.2"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the github package to use. | `string` | `"1.29.3"` | no |
| <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` | `"60s"` | no |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval at which the alerts will be pulled. The value must be between 2m and 1h. Supported units for this parameter are h/m/s. | `string` | `"10m"` | no |
| <a name="input_labels"></a> [labels](#input\_labels) | A list of comma separated label names. Example - bug,ui,@high | `string` | `null` | no |
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/github.issues.httpjson/module.tf.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the github package to use.",
"default": "1.29.2"
"default": "1.29.3"
},
"http_client_timeout": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.0"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.1"` | no |
| <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. Give a timeout of more than 1 minute when retrieving data which is more than 15 days old. Supported time units are ns, us, ms, s, m, h. Requests may take significant time, so short timeouts are not recommended. | `string` | `"10m"` | no |
| <a name="input_input_parameters"></a> [input\_parameters](#input\_input\_parameters) | Input Parameters for the URL. param1=value&param2=value&param3=....* | `string` | `""` | no |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval between two REST API calls. User can choose interval as per their plan mentioned in [Qualys API Limits](https://www.qualys.com/docs/qualys-api-limits.pdf). Supported units for this parameter are h/m/s. | `string` | `"4h"` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the qualys_vmdr package to use.",
"default": "5.2.0"
"default": "5.2.1"
},
"http_client_timeout": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/qualys_vmdr.knowledge_base.cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.0"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.1"` | no |
| <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. Give a timeout of more than 1 minute when retrieving data which is more than 15 days old. Supported time units are ns, us, ms, s, m, h. Requests may take significant time, so short timeouts are not recommended. | `string` | `"10m"` | no |
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the Knowledge Base data from Qualys VMDR. Supported units for this parameter are s, m, h. | `string` | `"120h"` | no |
| <a name="input_input_parameters"></a> [input\_parameters](#input\_input\_parameters) | Input Parameters for the URL. param1=value&param2=value&param3=....* | `string` | `""` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the qualys_vmdr package to use.",
"default": "5.2.0"
"default": "5.2.1"
},
"http_client_timeout": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/qualys_vmdr.user_activity.cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.0"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the qualys\_vmdr package to use. | `string` | `"5.2.1"` | no |
| <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. Give a timeout of more than 1 minute when retrieving data which is more than 15 days old. Supported time units are ns, us, ms, s, m, h. Requests may take significant time, so short timeouts are not recommended. | `string` | `"10m"` | no |
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to pull the User Activity log data from Qualys VMDR. Supported units for this parameter are s, m, h. | `string` | `"24h"` | no |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval between two REST API calls. User can choose interval as per their plan mentioned in [Qualys API Limits](https://www.qualys.com/docs/qualys-api-limits.pdf). Supported units for this parameter are h/m/s. | `string` | `"4h"` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the qualys_vmdr package to use.",
"default": "5.2.0"
"default": "5.2.1"
},
"http_client_timeout": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/ti_abusech.malware.cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.4"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.5"` | no |
| <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 |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval at which the malware payloads will be pulled. Supported units for this parameter are h/m/s. | `string` | `"10m"` | no |
| <a name="input_ioc_expiration_duration"></a> [ioc\_expiration\_duration](#input\_ioc\_expiration\_duration) | Indicator is expired after this duration since its last seen timestamp. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 10d). Default `90d`. | `string` | `"90d"` | no |
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/ti_abusech.malware.cel/module.tf.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the ti_abusech package to use.",
"default": "2.3.4"
"default": "2.3.5"
},
"http_client_timeout": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/ti_abusech.malwarebazaar.cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.4"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.5"` | no |
| <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 |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval at which the payloads from MalwareBazaar will be pulled. Supported units for this parameter are h/m/s. | `string` | `"10m"` | no |
| <a name="input_ioc_expiration_duration"></a> [ioc\_expiration\_duration](#input\_ioc\_expiration\_duration) | Indicator is expired after this duration since its last seen timestamp. Use [Elasticsearch time units](https://www.elastic.co/guide/en/elasticsearch/reference/current/api-conventions.html#time-units) in days, hours, or minutes (e.g 10d). Default `90d`. | `string` | `"90d"` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the ti_abusech package to use.",
"default": "2.3.4"
"default": "2.3.5"
},
"http_client_timeout": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/ti_abusech.threatfox.cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No resources.
| <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 |
| <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 |
| <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 |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.4"` | no |
| <a name="input_fleet_package_version"></a> [fleet\_package\_version](#input\_fleet\_package\_version) | Version of the ti\_abusech package to use. | `string` | `"2.3.5"` | no |
| <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 |
| <a name="input_initial_interval"></a> [initial\_interval](#input\_initial\_interval) | How far back to look for indicators the first time the agent is started. Defaults to 7 days, can be any number between 1-7. | `number` | `7` | no |
| <a name="input_interval"></a> [interval](#input\_interval) | Interval for polling indicators from AbuseCH Threat Fox API. Supported units for this parameter are h/m/s. | `string` | `"24h"` | no |
Expand Down
2 changes: 1 addition & 1 deletion fleet_integration/ti_abusech.threatfox.cel/module.tf.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fleet_package_version": {
"type": "string",
"description": "Version of the ti_abusech package to use.",
"default": "2.3.4"
"default": "2.3.5"
},
"http_client_timeout": {
"type": "string",
Expand Down
Loading

0 comments on commit 1d6dd83

Please sign in to comment.