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

Use daemonst exclude #2364

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
typo
  • Loading branch information
Simplychee committed May 7, 2023
commit 1a12ec283279061357a389b8cc5312a3ca2afdb1
2 changes: 1 addition & 1 deletion _source/logzio_collections/_log-sources/aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ If you need to specify multiple namespaces, add another `kubernetes.var.log.cont
</match>
```

You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-seperated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.
You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-separated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ If you need to specify multiple namespaces, add another `kubernetes.var.log.cont
</match>
```

You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-seperated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.
You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-separated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.


</div>
Expand Down
2 changes: 1 addition & 1 deletion _source/logzio_collections/_log-sources/iks.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ If you need to specify multiple namespaces, add another `kubernetes.var.log.cont
</match>
```

You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-seperated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.
You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-separated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.

</div>
<!-- tab:end -->
Expand Down
2 changes: 1 addition & 1 deletion _source/logzio_collections/_log-sources/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ If you need to specify multiple namespaces, add another `kubernetes.var.log.cont
```


You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-seperated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.
You can exclude paths from Fluentd source that tails containers logs with `daemonset.extraExclude`, using a comma-separated list with no spaces. [Read more](https://github.com/logzio/logzio-helm/blob/master/charts/fluentd/README.md) about changing default values in your `values.yaml` file.



Expand Down