Skip to content

Commit 2878025

Browse files
Update status_remapper.md (#29430)
The resulting strings are slightly different Co-authored-by: Alicia Scott <[email protected]>
1 parent f8f7aca commit 2878025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/service_management/events/pipelines_and_processors/status_remapper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Use the status remapper processor to assign attributes as an official status to
1010
Each incoming status value is mapped as follows:
1111

1212
* Integers from 0 to 7 map to the [Syslog severity standards][4]
13-
* Strings beginning with **emerg** or **f** (case-insensitive) map to **emerg (0)**
13+
* Strings beginning with **emerg** or **f** (case-insensitive) map to **emergency (0)**
1414
* Strings beginning with **a** (case-insensitive) map to **alert (1)**
1515
* Strings beginning with **c** (case-insensitive) map to **critical (2)**
1616
* Strings beginning with **e** (case-insensitive)—that do not match `emerg`—map to **error (3)**
1717
* Strings beginning with **w** (case-insensitive) map to **warning (4)**
1818
* Strings beginning with **n** (case-insensitive) map to **notice (5)**
1919
* Strings beginning with **i** (case-insensitive) map to **info (6)**
2020
* Strings beginning with **d**, **trace** or **verbose** (case-insensitive) map to **debug (7)**
21-
* Strings beginning with **o** or **s**, or matching **OK** or **Success** (case-insensitive) map to **OK**
21+
* Strings beginning with **o** or **s**, or matching **OK** or **Success** (case-insensitive) map to **ok**
2222
* All others map to **info (6)**
2323

2424
**Note**: If multiple event status remapper processors are applied to a given event within a pipeline, only the first one in the pipeline's order is considered. Additionally, for all pipelines that match the event, only the first status remapper encountered (from all applicable pipelines) is applied.

0 commit comments

Comments
 (0)