Skip to content

Commit 5e8aaf7

Browse files
Merge pull request #280672 from JeffreyWolford/patch-23
Add index numbers to the Priority names
2 parents 48bc12f + d7666e0 commit 5e8aaf7

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

articles/azure-monitor/agents/data-collection-syslog.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,31 @@ When the Azure Monitor agent for Linux is installed, it configures the local Sys
2525
2626

2727
The following facilities are supported with the Syslog collector:
28-
* None
29-
* Kern
30-
* user
31-
* mail
32-
* daemon
33-
* auth
34-
* syslog
35-
* lpr
36-
* news
37-
* uucp
38-
* ftp
39-
* ntp
40-
* audit
41-
* alert
42-
* mark
43-
* local0
44-
* local1
45-
* local2
46-
* local3
47-
* local4
48-
* local5
49-
* local6
50-
* local7
28+
| Pri index | Pri Name |
29+
|--- |--- |
30+
| 0 | None |
31+
| 1 | Kern |
32+
| 2 | user |
33+
| 3 | mail |
34+
| 4 | daemon |
35+
| 4 | auth |
36+
| 5 | syslog |
37+
| 6 | lpr |
38+
| 7 | news |
39+
| 8 | uucp |
40+
| 9 | ftp |
41+
| 10 | ntp |
42+
| 11 | audit |
43+
| 12 | alert |
44+
| 13 | mark |
45+
| 14 | local0 |
46+
| 15 | local1 |
47+
| 16 | local2 |
48+
| 17 | local3 |
49+
| 18 | local4 |
50+
| 19 | local5 |
51+
| 20 | local6 |
52+
| 21 | local7 |
5153

5254
The following are the severity levels of the events:
5355
* info

0 commit comments

Comments
 (0)