Skip to content

Commit

Permalink
edits (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee authored Aug 15, 2023
1 parent 015eb4f commit daf4fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _source/_includes/log-shipping/multiline-fluentd-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ ZeroDivisionError: division by zero

Fluentd's default configuration will split the above log into 4 logs, 1 for each line of the original log. In other words, each line break (`\n`) causes a split.

To avoid this, you can use the `fluent-plugin-concat` and customize the configuration to meet your needs. The additional configuration is added to:
To avoid this, you can use the `fluent-plugin-concat` and customize the configuration to meet your needs. The additional configuration is added to the `values.yml` file.

<!--
* `kubernetes.conf` for RBAC/non-RBAC DaemonSet
* `kubernetes-containerd.conf` for Containerd DaemonSet
-->

For the above example, we could use the following regex expressions to demarcate the start and end of our example log:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ order: 1140


<!-- info-box-start:info -->
For a much easier and more efficient way to collect and send metrics, consider using the [Logz.io telemetry collector](https://app.logz.io/#/dashboard/send-your-data/agent/new)).
For a much easier and more efficient way to collect and send metrics, consider using the [Logz.io telemetry collector](https://app.logz.io/#/dashboard/send-your-data/agent/new).
{:.info-box.note}
<!-- info-box-end -->

Expand Down

0 comments on commit daf4fd9

Please sign in to comment.