From 26428e189400a6d47a3b90ea65d6fea0dc92ea66 Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Tue, 10 Mar 2020 15:58:16 -0700 Subject: [PATCH] Docs: Remove Mention of Live Tailing in Dashboard The live tailing option was removed with #19533 per some outstanding issues (#19532 and #19530). It should no be mentioned in the docs as a feature. https://github.com/grafana/grafana/pull/19533 --- docs/sources/features/datasources/loki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/loki.md b/docs/sources/features/datasources/loki.md index d80a7693b2e2b..bdfe48f744b7c 100755 --- a/docs/sources/features/datasources/loki.md +++ b/docs/sources/features/datasources/loki.md @@ -125,7 +125,7 @@ The following filter types are currently supported: ## Live tailing -Loki supports Live tailing which displays logs in real-time. This feature is supported in [Explore]({{< relref "../explore/#loki-specific-features" >}}) and in dashboards with a Live toggle in the query editor. +Loki supports Live tailing which displays logs in real-time. This feature is supported in [Explore]({{< relref "../explore/#loki-specific-features" >}}). Note that Live Tailing relies on two Websocket connections: one between the browser and the Grafana server, and another between the Grafana server and the Loki server. If you run any reverse proxies, please configure them accordingly.