From caace25c7359b885694cdbcc1c217889d12e4e89 Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:37:51 -0700 Subject: [PATCH] Add info about end of line character (#1733) (cherry picked from commit 6581efd7a3f4d13d5966f9e3f5c860db950070f3) --- 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.