From 5281d6e8ee90fea6fd8b774ec9c1a0b4f68c1816 Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:28:33 -0400 Subject: [PATCH] docs: corrected result for the `flags` field in the examples (backport release-3.2.x) (#14468) Co-authored-by: Alex Richard Westhaver-Ford --- docs/sources/send-data/promtail/stages/cri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/promtail/stages/cri.md b/docs/sources/send-data/promtail/stages/cri.md index 78b3420c8769d..c78c92c8029e7 100644 --- a/docs/sources/send-data/promtail/stages/cri.md +++ b/docs/sources/send-data/promtail/stages/cri.md @@ -61,5 +61,5 @@ The following key-value pairs would be created in the set of extracted data: - `content`: `message` - `stream`: `stdout` -- `flags`: `xx` +- `flags`: `F` - `timestamp`: `2019-04-30T02:12:41.8443515` - The cri-stage both extracts the timestamp as a label and set it as the timestamp of the log entry.