Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update README.md #1223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/newrelic-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `[]]` |
Expand Down Expand Up @@ -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
- Windows Server LTSC 2022, build 10.0.20348
Loading