Skip to content

Commit fdb0cd4

Browse files
better layout of the GelfFields table
1 parent 0e63944 commit fdb0cd4

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

README.md

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -73,37 +73,32 @@ On CentOS both files are combined in `/etc/httpd/conf.modules.d/02-gelf.conf`
7373

7474
What does the `GelfFields` string mean:
7575

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) |
107102

108103
# Packages
109104

0 commit comments

Comments
 (0)