Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lemaitre-aneo committed Nov 17, 2023
1 parent 4cd0f74 commit 26b8fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/onpremise/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_cloudwatch"></a> [cloudwatch](#input\_cloudwatch) | CloudWatch info | `any` | `{}` | no |
| <a name="input_fluent_bit"></a> [fluent\_bit](#input\_fluent\_bit) | Parameters of Fluent bit | <pre>object({<br> container_name = string<br> image = string<br> tag = string<br> is_daemonset = bool<br> http_server = string<br> http_port = string<br> read_from_head = string<br> read_from_tail = string<br> image_pull_secrets = string<br> parser = string<br> })</pre> | n/a | yes |
| <a name="input_fluent_bit"></a> [fluent\_bit](#input\_fluent\_bit) | Parameters of Fluent bit | <pre>object({<br> container_name = string<br> image = string<br> tag = string<br> is_daemonset = bool<br> http_server = string<br> http_port = string<br> read_from_head = string<br> read_from_tail = string<br> image_pull_secrets = string<br> parser = string<br> fluentbitstate_hostpath = string #path = "/var/log/fluent-bit/state" --> for GCP | path = "/var/fluent-bit/state" --> for localhost and AWS<br> varlibdockercontainers_hostpath = string #path = "/var/log/lib/docker/containers" --> for GCP | path = "/var/lib/docker/containers" --> for localhost and AWS<br> runlogjournal_hostpath = string #path = "/var/log/run/log/journal" --> for GCP | path = "/run/log/journal" --> for localhost and AWS<br><br><br> })</pre> | n/a | yes |
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Namespace of ArmoniK monitoring | `string` | n/a | yes |
| <a name="input_node_selector"></a> [node\_selector](#input\_node\_selector) | Node selector for Seq | `any` | `{}` | no |
| <a name="input_s3"></a> [s3](#input\_s3) | S3 for logs | `any` | `{}` | no |
Expand Down

0 comments on commit 26b8fae

Please sign in to comment.