From daf4fd9063d0d5aa9386b64e18e78d79c32c6378 Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 15 Aug 2023 14:25:20 +0300 Subject: [PATCH] edits (#2446) --- _source/_includes/log-shipping/multiline-fluentd-plugin.md | 4 +++- .../_prometheus-sources/aws-kinesis-prometheus.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_source/_includes/log-shipping/multiline-fluentd-plugin.md b/_source/_includes/log-shipping/multiline-fluentd-plugin.md index bce4a3ee9..289766780 100644 --- a/_source/_includes/log-shipping/multiline-fluentd-plugin.md +++ b/_source/_includes/log-shipping/multiline-fluentd-plugin.md @@ -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. + For the above example, we could use the following regex expressions to demarcate the start and end of our example log: diff --git a/_source/logzio_collections/_prometheus-sources/aws-kinesis-prometheus.md b/_source/logzio_collections/_prometheus-sources/aws-kinesis-prometheus.md index 23db78fc8..2421d17cb 100644 --- a/_source/logzio_collections/_prometheus-sources/aws-kinesis-prometheus.md +++ b/_source/logzio_collections/_prometheus-sources/aws-kinesis-prometheus.md @@ -24,7 +24,7 @@ order: 1140 -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}