File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class GrokParserTest < ::Test::Unit::TestCase
5555
5656 sub_test_case "complex pattern w/ grok_pattern_series" do
5757 test "legacy" do
58- internal_test_grok_pattern ( "%{COMBINEDAPACHELOG }" , '127.0.0.1 192.168.0.1 - [28/Feb/2013:12:00:00 +0900] "GET / HTTP/1.1" 200 777 "-" "Opera/12.0"' ,
58+ internal_test_grok_pattern ( "%{HTTPD_COMBINEDLOG }" , '127.0.0.1 192.168.0.1 - [28/Feb/2013:12:00:00 +0900] "GET / HTTP/1.1" 200 777 "-" "Opera/12.0"' ,
5959 str2time ( "28/Feb/2013:12:00:00 +0900" , "%d/%b/%Y:%H:%M:%S %z" ) ,
6060 {
6161 "clientip" => "127.0.0.1" ,
@@ -76,7 +76,7 @@ class GrokParserTest < ::Test::Unit::TestCase
7676 end
7777
7878 test "ecs-v1" do
79- internal_test_grok_pattern ( "%{COMBINEDAPACHELOG }" , '127.0.0.1 192.168.0.1 - [28/Feb/2013:12:00:00 +0900] "GET / HTTP/1.1" 200 777 "-" "Opera/12.0"' ,
79+ internal_test_grok_pattern ( "%{HTTPD_COMBINEDLOG }" , '127.0.0.1 192.168.0.1 - [28/Feb/2013:12:00:00 +0900] "GET / HTTP/1.1" 200 777 "-" "Opera/12.0"' ,
8080 str2time ( "28/Feb/2013:12:00:00 +0900" , "%d/%b/%Y:%H:%M:%S %z" ) ,
8181 {
8282 "[apache][access][user][identity]" => "192.168.0.1" ,
You can’t perform that action at this time.
0 commit comments