Skip to content

Commit

Permalink
fixed docs tag and added missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Jul 1, 2024
1 parent 34b059a commit ddf65c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/sources/send-data/alloy/examples/alloy-kafka-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Before you begin, ensure you have the following to run the demo:
<!-- INTERACTIVE ignore START -->
{{< admonition type="tip" >}}
Alternatively, you can try out this example in our online sandbox. Which is a fully configured environment with all the dependencies pre-installed. You can access the sandbox [here](https://killercoda.com/grafana-labs/course/loki/alloy-kafka-logs).
![Interactive](https://raw.githubusercontent.com/grafana/killercoda/staging/assets/loki-ile.svg)
{{< /admonition >}}
<!-- INTERACTIVE ignore END -->

Expand Down Expand Up @@ -313,10 +314,12 @@ docker compose -f loki-fundamentals/greenhouse/docker-compose-micro.yml up -d --
<!-- INTERACTIVE ignore END -->
{{docs/ignore}}
{{< docs/ignore >}}
```bash
docker-compose -f loki-fundamentals/greenhouse/docker-compose-micro.yml up -d --build
```{{exec}}
{{< /docs/ignore >}}
This will start the following services:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/send-data/alloy/examples/alloy-otel-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ docker compose -f loki-fundamentals/greenhouse/docker-compose-micro.yml up -d --
<!-- INTERACTIVE include START -->
{{docs/ignore}}
{{< docs/ignore >}}
```bash
docker-compose -f loki-fundamentals/greenhouse/docker-compose-micro.yml up -d --build
```{{exec}}
Expand Down

0 comments on commit ddf65c8

Please sign in to comment.