diff --git a/monitoring/onpremise/fluent-bit/README.md b/monitoring/onpremise/fluent-bit/README.md index 48a966008..d480f5a7a 100644 --- a/monitoring/onpremise/fluent-bit/README.md +++ b/monitoring/onpremise/fluent-bit/README.md @@ -32,7 +32,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [cloudwatch](#input\_cloudwatch) | CloudWatch info | `any` | `{}` | no | -| [fluent\_bit](#input\_fluent\_bit) | Parameters of Fluent bit |
object({| n/a | yes | +| [fluent\_bit](#input\_fluent\_bit) | Parameters of Fluent bit |
container_name = string
image = string
tag = string
is_daemonset = bool
http_server = string
http_port = string
read_from_head = string
read_from_tail = string
image_pull_secrets = string
parser = string
})
object({| n/a | yes | | [namespace](#input\_namespace) | Namespace of ArmoniK monitoring | `string` | n/a | yes | | [node\_selector](#input\_node\_selector) | Node selector for Seq | `any` | `{}` | no | | [s3](#input\_s3) | S3 for logs | `any` | `{}` | no |
container_name = string
image = string
tag = string
is_daemonset = bool
http_server = string
http_port = string
read_from_head = string
read_from_tail = string
image_pull_secrets = string
parser = string
fluentbitstate_hostpath = string #path = "/var/log/fluent-bit/state" --> for GCP | path = "/var/fluent-bit/state" --> for localhost and AWS
varlibdockercontainers_hostpath = string #path = "/var/log/lib/docker/containers" --> for GCP | path = "/var/lib/docker/containers" --> for localhost and AWS
runlogjournal_hostpath = string #path = "/var/log/run/log/journal" --> for GCP | path = "/run/log/journal" --> for localhost and AWS
})