Skip to content

Commit

Permalink
fixed docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Jul 10, 2024
1 parent cb00a39 commit b4591f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples/intro-to-logging-fluentd-fluent-bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In this step, we will set up our environment by cloning the repository that cont
✔ Container loki-fundamentals-grafana-1 Started
✔ Container loki-fundamentals-loki-1 Started
✔ Container loki-fundamentals-fluentd-1 Started
✔ Container loki-fundamentals-fluentbit-1 Started
✔ Container loki-fundamentals-fluent-bit-1 Started
```

<!-- INTERACTIVE page step1.md END -->
Expand Down
2 changes: 1 addition & 1 deletion loki/intro-to-logging-fluentd-fluentbit/step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ In this step, we will set up our environment by cloning the repository that cont
✔ Container loki-fundamentals_grafana_1 Started
✔ Container loki-fundamentals_loki_1 Started
✔ Container loki-fundamentals_fluentd_1 Started
✔ Container loki-fundamentals_fluentbit_1 Started
✔ Container loki-fundamentals_fluent-bit_1 Started
```{{copy}}
4 changes: 2 additions & 2 deletions loki/intro-to-logging-fluentd-fluentbit/step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `logmap.json`{{copy}} file maps the `service`{{copy}} field in the log to th
After configuring Fluentd, we need to restart the Fluentd container to apply the changes. To restart the Fluentd container, run the following command:
```bash
docker restart loki-fundamentals_fluent_bit-1
docker restart loki-fundamentals_fluent-bit_1
```{{exec}}
# Stuck? Need help?
Expand All @@ -67,5 +67,5 @@ If you get stuck or need help creating the configuration, you can copy and repla
```bash
cp loki-fundamentals/completed/fluent-bit.conf loki-fundamentals/fluent-bit.conf
docker restart loki-fundamentals_fluent_bit-1
docker restart loki-fundamentals_fluent-bit_1
```{{exec}}

0 comments on commit b4591f1

Please sign in to comment.