From 8ff2a931478345666dd2f08d4fbbf7aae0892360 Mon Sep 17 00:00:00 2001 From: Paschalis Tsilias Date: Fri, 5 Jan 2024 17:02:51 +0200 Subject: [PATCH] Amend docs Signed-off-by: Paschalis Tsilias --- .../sources/flow/reference/components/loki.source.docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/flow/reference/components/loki.source.docker.md b/docs/sources/flow/reference/components/loki.source.docker.md index 7787294911f5..59af866b8982 100644 --- a/docs/sources/flow/reference/components/loki.source.docker.md +++ b/docs/sources/flow/reference/components/loki.source.docker.md @@ -131,9 +131,9 @@ fully qualified name) to store its _positions file_. The positions file stores the read offsets so that if there is a component or Agent restart, `loki.source.docker` can pick up tailing from the same spot. -In case the targets Argument contains multiple targets with the same container -ID, for example as a result of `discovery.docker` picking up multiple exposed -ports or networks, `loki.source.docker` will deduplicate these, keeping only +In case the targets argument contains multiple entries with the same container +ID (for example as a result of `discovery.docker` picking up multiple exposed +ports or networks) `loki.source.docker` will deduplicate them, and only keep the first of each container ID instances. ## Example