From 79117c763df09cbc37b951c92cf39032c44293ac Mon Sep 17 00:00:00 2001 From: Alex Richard Westhaver-Ford Date: Fri, 11 Oct 2024 15:18:26 -0400 Subject: [PATCH] docs: corrected result for the `flags` field in the examples (#14074) Co-authored-by: J Stickler (cherry picked from commit 60de78830d9674a4b3e38b8639942f8f3641aa8b) --- 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 78b3420c8769..c78c92c8029e 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.