We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e494059 commit 9364910Copy full SHA for 9364910
tests/data/apache
@@ -52,4 +52,17 @@ data = [
52
"error_message": "verifyclientposthandshake",
53
}
54
},
55
+{
56
+ "raw": "<179>1 2024-07-16T10:42:21.320640+02:00 storctrl02 httpd: - httpd: [Tue Jul 16 10:42:21.316462 2024] [ssl:info] [pid 2423674:tid 140063287461632] [client 10.127.15.3:50670] AH01964: Connection to child 151 established (server storctrl02.hpc.vub.be:443)",
57
+ "expected": {
58
+ "@source_host": "storctrl02",
59
+ "loglevel": "info",
60
+ "tid": "140063287461632",
61
+ "errorcode": "AH01964",
62
+ "module": "ssl",
63
+ "program" :"httpd",
64
+ "client": "10.127.15.3",
65
+ "error_message": "Connection to child 151 established (server storctrl02.hpc.vub.be:443)",
66
+ }
67
+},
68
]
0 commit comments