From 3514f0f298fb54db20bf19a353e0fc3dd28cc16e Mon Sep 17 00:00:00 2001 From: Pablo <2617411+thepalbi@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:10:47 -0300 Subject: [PATCH] Update docs/sources/flow/reference/components/loki.write.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/flow/reference/components/loki.write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/loki.write.md b/docs/sources/flow/reference/components/loki.write.md index 50938e95d25d..8cd3e576ac95 100644 --- a/docs/sources/flow/reference/components/loki.write.md +++ b/docs/sources/flow/reference/components/loki.write.md @@ -166,7 +166,7 @@ Name | Type | Description `max_segment_age` | `duration` | Maximum time a WAL segment should be allowed to live. Segments older than this setting will be eventually deleted. | `"1h"` | no `min_read_frequency` | `duration` | Minimum backoff time in the backup read mechanism. | `"250ms"` | no `max_read_frequency` | `duration` | Maximum backoff time in the backup read mechanism. | `"1s"` | no -`drain_timeout` | `duration` | Maximum time the WAL drain procedure can take, before being forcefully stopped. | `"30s"` | no +`drain_timeout` | `duration` | Maximum time the WAL drain procedure can take before being forcefully stopped. | `"30s"` | no [run]: {{< relref "../cli/run.md" >}}