Sign inSign up

jaweewo/loki

By jaweewo

Updated over 5 years ago

Image
0

133

jaweewo/loki repository overview

Monitoring

Loki Requirements

For get Loki to work, you need to install a plugin, you can do it executing these command:

docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions

You need to install it on every node, after that, you need to create a "daemon.json" file on /etc/docker directory.

content

{ "debug" : false, "log-driver": "loki", "log-opts": { "loki-url": "http://127.0.0.1:3100/loki/api/v1/push" } }

Is important to have the daemon.json on every node of swarm.

Tag summary

Content type

Image

Digest

Size

20.5 MB

Last updated

over 5 years ago

docker pull jaweewo/loki:local