@@ -60,16 +60,16 @@ Configure the module in `/etc/apache2/mods-enabled/log_gelf.conf`:
60
60
```
61
61
On CentOS both files are combined in ` /etc/httpd/conf.modules.d/02-gelf.conf `
62
62
63
- | Parameter | Argument | Description |
64
- | --------------| ------------------------| ---------------------------------------------------|
65
- | GelfEnabled | On/Off | Load GELF logging module |
66
- | GelfUrl | Graylog server URL | Set IP and port of a UDP GELF input |
67
- | GelfSource | (Optional) | Overwrite source field |
68
- | GelfFacility | (Optional) | Overwrite logging facility |
69
- | GelfTag | (Optional) | Add a ` tag ` field to every log message |
70
- | GelfCookie | (Optional) cookie name | Extract cookie from web request, Use 'c' GelField |
71
- | GelfHeader | (Optional) header name | Extract header from web request, Use 'X' GelField |
72
- | GelfFields | (Optional) | Configures which information should be logged |
63
+ | Parameter | Argument | Description |
64
+ | --------------| ------------------------| ---------------------------------------------------- |
65
+ | GelfEnabled | On/Off | Load GELF logging module |
66
+ | GelfUrl | Graylog server URL | Set IP and port of a UDP GELF input |
67
+ | GelfSource | (Optional) | Overwrite source field |
68
+ | GelfFacility | (Optional) | Overwrite logging facility |
69
+ | GelfTag | (Optional) | Add a ` tag ` field to every log message |
70
+ | GelfCookie | (Optional) cookie name | Extract cookie from web request, Use 'c' GelfField |
71
+ | GelfHeader | (Optional) header name | Extract header from web request, Use 'X' GelfField |
72
+ | GelfFields | (Optional) | Configures which information should be logged |
73
73
74
74
What does the ` GelfFields ` string mean:
75
75
@@ -78,7 +78,7 @@ What does the `GelfFields` string mean:
78
78
| A | Agent string |
79
79
| a | Request arguments |
80
80
| B | Bytes send |
81
- | C | Connection status |
81
+ | C | Connection status |
82
82
| c | Extract Cookie |
83
83
| D | Request duration |
84
84
| f | Requested file |
@@ -88,7 +88,7 @@ What does the `GelfFields` string mean:
88
88
| L | Local address |
89
89
| l | Auth login name |
90
90
| m | Request methode |
91
- | p | Server port |
91
+ | p | Server port |
92
92
| P | Child PID |
93
93
| R | Referer |
94
94
| r | Request string |
0 commit comments