diff --git a/docs/logs.md b/docs/logs.md index b791898c64983b351e4c3cbf27a2288ce0bd8b49..0ed88b9faa01bf6f6fb2c2bc99fa44948c27d255 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -25,7 +25,6 @@ Fluentbit collects logs from the `/var/log/containers/` directory and applies a logs: fluentbit: enabled: true # Enable/disable Fluentbit for log collection - scrapeInterval: "15s" # Prometheus scrape interval for Fluentbit metrics resources: requests: cpu: "5m" @@ -141,4 +140,4 @@ Be cautious when enabling Fluentbit for large clusters (100+ nodes). The **Kuber - Adjust Fluentbit resource requests and limits. - Tune the API request rate by modifying the filters. -- Consider other optimization techniques, such as excluding specific log sources. \ No newline at end of file +- Consider other optimization techniques, such as excluding specific log sources. diff --git a/values.yaml b/values.yaml index 04a79839ab27a2339bfbf988129a3c3c8fc42e47..5f362a41ff85e8bcef6eb872eeb05cfbc1ce580c 100644 --- a/values.yaml +++ b/values.yaml @@ -361,8 +361,6 @@ logs: tag: "" # -- image pull policy for Fluent Bit (logs) imagePullPolicy: "" - # -- interval used by the local prometheus (if installed) to scrape metrics from logs fluentbits - scrapeInterval: "15s" resources: requests: cpu: "5m"