File tree Expand file tree Collapse file tree 1 file changed +26
-31
lines changed Expand file tree Collapse file tree 1 file changed +26
-31
lines changed Original file line number Diff line number Diff line change @@ -73,37 +73,32 @@ On CentOS both files are combined in `/etc/httpd/conf.modules.d/02-gelf.conf`
73
73
74
74
What does the ` GelfFields ` string mean:
75
75
76
- | Character | Logging information |
77
- | -----------| ---------------------|
78
- | A | Agent string |
79
- | a | Request arguments |
80
- | B | Bytes send |
81
- | C | Connection status |
82
- | c | Extract Cookie |
83
- | | (name must be in |
84
- | | GelfCookie) |
85
- | D | Request duration |
86
- | | (in microseconds) |
87
- | f | Requested file |
88
- | H | Protocol |
89
- | h | Remote host |
90
- | i | Remote address |
91
- | L | Local address |
92
- | l | Auth login name |
93
- | m | Request methode |
94
- | p | Server port |
95
- | P | Child PID |
96
- | R | Referer |
97
- | r | Request string |
98
- | s | Return status |
99
- | t | Request timestamp |
100
- | U | Request URI |
101
- | u | Username |
102
- | V | Server name |
103
- | v | VirtualHost name |
104
- | X | Extract Header |
105
- | | (name must be in |
106
- | | GelfHeader) |
76
+ | Character | Logging information |
77
+ | -----------| ---------------------------------------------|
78
+ | A | Agent string |
79
+ | a | Request arguments |
80
+ | B | Bytes send |
81
+ | C | Connection status |
82
+ | c | Extract Cookie (name must be in GelfCookie) |
83
+ | D | Request duration (in microseconds) |
84
+ | f | Requested file |
85
+ | H | Protocol |
86
+ | h | Remote host |
87
+ | i | Remote address |
88
+ | L | Local address |
89
+ | l | Auth login name |
90
+ | m | Request methode |
91
+ | p | Server port |
92
+ | P | Child PID |
93
+ | R | Referer |
94
+ | r | Request string |
95
+ | s | Return status |
96
+ | t | Request timestamp |
97
+ | U | Request URI |
98
+ | u | Username |
99
+ | V | Server name |
100
+ | v | VirtualHost name |
101
+ | X | Extract Header (name must be in GelfHeader) |
107
102
108
103
# Packages
109
104
You can’t perform that action at this time.
0 commit comments