Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Jan 27, 2021
1 parent 1f2c785 commit 11762e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/docs/Best_Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [Multiline Support](#multiline-support)
- [Fluentd Autoscaling](#fluentd-autoscaling)
- [Fluentd File-Based Buffer](#fluentd-file-based-buffer)
- [Excluding Logs From Specific Components](#excluding-logs-from-specific-components)
- [Excluding Logs From Specific Components](#excluding-logs-from-specific-components)
- [Add a local file to fluent-bit configuration](#add-a-local-file-to-fluent-bit-configuration)
- [Filtering Prometheus Metrics by Namespace](#filtering-prometheus-metrics-by-namespace)
- [Modify the Log Level for Falco](#modify-the-log-level-for-falco)
Expand Down Expand Up @@ -180,7 +180,7 @@ See the following links to official Fluentd buffer documentation:
- https://docs.fluentd.org/configuration/buffer-section
- https://docs.fluentd.org/buffer/file

### Excluding Logs From Specific Components
## Excluding Logs From Specific Components

You can exclude specific logs from specific components from being sent to Sumo Logic
by specifying the following parameters either in the `values.yaml` file or the `helm install` command.
Expand All @@ -200,7 +200,7 @@ excludePodRegex
because the string is dynamic. Example:
```yaml
excludepodRegex: "(dashboard.*|sumologic.*)"
excludePodRegex: "(dashboard.*|sumologic.*)"
```

- For things like namespace you won’t need to use a star at the end since there is no dynamic string. Example:
Expand All @@ -223,7 +223,7 @@ For example suppose you want to exclude the following log messages:

In your values.yaml, you can simply add the following to your `values.yaml`:

```
```yaml
fluentd:
logs:
containers:
Expand Down

0 comments on commit 11762e9

Please sign in to comment.