Skip to content

Commit

Permalink
add new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mirii1994 committed Sep 3, 2023
1 parent 5f8d436 commit c05f4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _source/logzio_collections/_log-sources/fluentd-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ helm install -n monitoring \
| `configmap.partialContainerd` | Configuration for `partial-containerd.conf`. Used to concatenate partial logs that split due to large size, for containerd cri. | See [values.yaml](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/values.yaml). |
| `configmap.audit` | Configuration for `audit.conf`. | See [values.yaml](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/values.yaml). |
| `configmap.auditJson` | Configuration for `audit-json.conf`. This is the configuration that's being used when `daemonset.auditLogFormat` is set to `audit-json` | See [values.yaml](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/values.yaml). |
| `logLevelFilter` | Add log level filter. Regex of the log level(s) you want to ship. For example, if you want to ship warning and error logs, use `WARNING|ERROR`. Possible levels are: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `TRACE`. | `""` |

**Note:** If you're adding your own configuration file via `configmap.extraConfig`:
- Add a `--set-file` flag to your `helm install` command, as seen in the [example above](https://github.com/logzio/logzio-helm/tree/master/charts/fluentd#configuration).
Expand Down

0 comments on commit c05f4e1

Please sign in to comment.