From c7b96890ea3f29005b0fd9637e0951f40bf69c8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:02:09 -0700 Subject: [PATCH] [release/v1.3] Add info about end of line character in loki.source.file (#1739) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/reference/components/loki/loki.source.file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/reference/components/loki/loki.source.file.md b/docs/sources/reference/components/loki/loki.source.file.md index 5dc51e744a..33eb867a8a 100644 --- a/docs/sources/reference/components/loki/loki.source.file.md +++ b/docs/sources/reference/components/loki/loki.source.file.md @@ -9,6 +9,7 @@ title: loki.source.file # loki.source.file `loki.source.file` reads log entries from files and forwards them to other `loki.*` components. +New log entries are forwarded whenever a log entry line ends with the `\n` character. You can specify multiple `loki.source.file` components by giving them different labels.