From 5c0d7749ebb660481bb026f18f2b69e90c6a267b Mon Sep 17 00:00:00 2001 From: ausias-armesto Date: Tue, 30 Jan 2024 22:01:25 +0100 Subject: [PATCH] Add timeout parameter to the example (#80921) Adding the http timeout parameter to the example to know where is needed in the yaml configuration. --- docs/sources/datasources/loki/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/datasources/loki/_index.md b/docs/sources/datasources/loki/_index.md index f81b2c90072..179432fd3cb 100644 --- a/docs/sources/datasources/loki/_index.md +++ b/docs/sources/datasources/loki/_index.md @@ -60,6 +60,7 @@ datasources: access: proxy url: http://localhost:3100 jsonData: + timeout: 60 maxLines: 1000 ```