You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/send-data/docker-driver/_index.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,12 @@ Grafana Loki officially supports a Docker plugin that will read logs from Docker
12
12
containers and ship them to Loki. The plugin can be configured to send the logs
13
13
to a private Loki instance or [Grafana Cloud](/oss/loki).
14
14
15
-
{{% admonition type="note" %}}
15
+
{{< admonition type="note" >}}
16
16
Docker plugins are not supported on Windows; see the [Docker Engine managed plugin system](https://docs.docker.com/engine/extend) documentation for more information.
17
-
{{% /admonition %}}
17
+
{{< /admonition >}}
18
18
19
19
Documentation on configuring the Loki Docker Driver can be found on the
Update the version number to the appropriate version.
63
-
{{% /admonition %}}
67
+
{{< /admonition >}}
64
68
65
69
## Uninstall the Docker driver client
66
70
@@ -77,4 +81,4 @@ The driver keeps all logs in memory and will drop log entries if Loki is not rea
77
81
78
82
The wait time can be lowered by setting `loki-retries=2`, `loki-max-backoff=800ms`, `loki-timeout=1s` and `keep-file=true`. This way the daemon will be locked only for a short time and the logs will be persisted locally when the Loki client is unable to re-connect.
79
83
80
-
To avoid this issue, use the Promtail [Docker target]({{< relref "../../send-data/promtail/configuration#docker" >}}) or [Docker service discovery]({{< relref "../../send-data/promtail/configuration#docker_sd_configs" >}}).
84
+
To avoid this issue, use the Promtail [Docker target](https://grafana.com/docs/loki/<LOKI_VERSION>/send-data/promtail/configuration/#docker) or [Docker service discovery](https://grafana.com/docs/loki/<LOKI_VERSION>/send-data/promtail/configuration/#docker_sd_configs).
0 commit comments