Monitoring Stack: add loki docker plugin info to readme
This commit is contained in:
parent
9a8125f2d8
commit
06ac38be36
1 changed files with 17 additions and 0 deletions
|
@ -3,3 +3,20 @@
|
|||
This is my Monitoring Stack starting point configuration.
|
||||
Mainly built for use with docker/docker-compose.
|
||||
|
||||
## Loki
|
||||
|
||||
### Loki Docker Log Driver
|
||||
|
||||
To be able to send the docker container log to Loki
|
||||
we need to install the `loki-docker-driver` docker
|
||||
plugin. We can do so by running this command:
|
||||
|
||||
```Shell
|
||||
docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions
|
||||
```
|
||||
|
||||
// or if you are running this on a Raspberry Pi
|
||||
|
||||
```Shell
|
||||
docker plugin install grafana/loki-docker-driver:arm-v7 --alias loki --grant-all-permissions
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue