From bb6cc2c226ecfea8cf58c73304cc42c0843f0b0f Mon Sep 17 00:00:00 2001 From: Jayclifford345 Date: Thu, 11 Jul 2024 11:55:26 +0100 Subject: [PATCH] fixed naming --- docs/examples/intro-to-logging-fluentd-fluent-bit.md | 6 +++--- loki/intro-to-logging-fluentd-fluentbit/step3.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/examples/intro-to-logging-fluentd-fluent-bit.md b/docs/examples/intro-to-logging-fluentd-fluent-bit.md index 2d23b84..50f60cd 100644 --- a/docs/examples/intro-to-logging-fluentd-fluent-bit.md +++ b/docs/examples/intro-to-logging-fluentd-fluent-bit.md @@ -145,7 +145,7 @@ docker restart loki-fundamentals-fluentd-1 -## Step 3: Configure fluent Bit to send logs to Loki +## Step 3: Configure Fluent Bit to send logs to Loki In this step, we will configure Fluent Bit to send logs to Loki. @@ -191,9 +191,9 @@ Lets quickly talk about LabelMapPath and logmap.json. The `LabelMapPath` is a pa ``` The `logmap.json` file maps the `service` field in the log to the `service_name` label in Loki and the `instance_id` field in the log to the `instance_id` label in Loki. -## Restart the Fluentd Container +## Restart the Fluent Bit Container -After configuring Fluentd, we need to restart the Fluentd container to apply the changes. To restart the Fluentd container, run the following command: +After configuring Fluent Bit, we need to restart the Fluent Bit container to apply the changes. To restart the Fluent Bit container, run the following command: ```bash diff --git a/loki/intro-to-logging-fluentd-fluentbit/step3.md b/loki/intro-to-logging-fluentd-fluentbit/step3.md index e7d4869..c4ccda8 100644 --- a/loki/intro-to-logging-fluentd-fluentbit/step3.md +++ b/loki/intro-to-logging-fluentd-fluentbit/step3.md @@ -1,4 +1,4 @@ -# Step 3: Configure fluent Bit to send logs to Loki +# Step 3: Configure Fluent Bit to send logs to Loki In this step, we will configure Fluent Bit to send logs to Loki. @@ -53,9 +53,9 @@ Lets quickly talk about LabelMapPath and logmap.json. The `LabelMapPath`{{copy}} The `logmap.json`{{copy}} file maps the `service`{{copy}} field in the log to the `service_name`{{copy}} label in Loki and the `instance_id`{{copy}} field in the log to the `instance_id`{{copy}} label in Loki. -# Restart the Fluentd Container +# Restart the Fluent Bit Container -After configuring Fluentd, we need to restart the Fluentd container to apply the changes. To restart the Fluentd container, run the following command: +After configuring Fluent Bit, we need to restart the Fluent Bit container to apply the changes. To restart the Fluent Bit container, run the following command: ```bash docker restart loki-fundamentals_fluent-bit_1