diff --git a/charts/newrelic-logging/README.md b/charts/newrelic-logging/README.md index 476da5b9d..18718ab78 100644 --- a/charts/newrelic-logging/README.md +++ b/charts/newrelic-logging/README.md @@ -136,7 +136,7 @@ See [values.yaml](values.yaml) for the default values | `serviceAccount.annotations` | The annotations to add to the service account if `serviceAccount.create` is set to true. | | | `global.nrStaging` - `nrStaging` | Send data to staging (requires a staging license key) | `false` | | `fluentBit.path` | Node path logs are forwarded from. Patterns are supported, as well as specifying multiple paths/patterns separated by commas. | `/var/log/containers/*.log` | -| `fluentBit.db` | Node path used by Fluent Bit to store a database file to keep track of monitored files and offsets. | `/var/log/containers/*.log` | +| `fluentBit.db` | Node path used by Fluent Bit to store a database file to keep track of monitored files and offsets. | `/var/log/flb_kube.db` | | `fluentBit.k8sBufferSize` | Set the buffer size for HTTP client when reading responses from Kubernetes API server. A value of 0 results in no limit and the buffer will expand as needed. | `32k` | | `fluentBit.k8sLoggingExclude` | Set to "On" to allow excluding pods by adding the annotation `fluentbit.io/exclude: "true"` to pods you wish to exclude. | `Off` | | `fluentBit.additionalEnvVariables` | Additional environmental variables for fluentbit pods | `[]]` | @@ -220,4 +220,4 @@ This Helm chart deploys one `DaemonSet` for each of the Windows versions it supp This Helm chart currently supports the following Windows versions: - Windows Server LTSC 2019, build 10.0.17763 -- Windows Server LTSC 2022, build 10.0.20348 \ No newline at end of file +- Windows Server LTSC 2022, build 10.0.20348