Skip to content

Commit 78c73d6

Browse files
docs: correct __journal_priority label name to have one underscore (#4811)
Co-authored-by: Clayton Cornell <[email protected]>
1 parent 9ff4e6d commit 78c73d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/reference/components/loki/loki.source.journal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The final internal label name would be `__journal__systemd_unit`, with _two_ und
6767

6868
Additionally, the `PRIORITY` field receives special handling and creates two labels:
6969

70-
* `__journal__priority` - The numeric priority value between 0 and 7
71-
* `__journal__priority_keyword` - The priority keyword, for example `emerg`, `alert`, `crit`, `error`, `warning`, `notice`, `info`, or `debug`
70+
* `__journal_priority` - The numeric priority value between 0 and 7
71+
* `__journal_priority_keyword` - The priority keyword, for example `emerg`, `alert`, `crit`, `error`, `warning`, `notice`, `info`, or `debug`
7272
{{< /admonition >}}
7373

7474
### Journal matches

0 commit comments

Comments
 (0)