Failed to execute action logstash

Hello, what is wrong in my config?
filter {
grok {
match => [ "message", "%{IP:client} - - %{GREEDYATA:data} "%{WORD:http_type} %{NOTSPACE} HTTP/%{NUMBER:httpversion}" %{NUMBER:response}" ]
overwrite => [ "message" ]
}
My nginx log
192.168.17.88 - - [25/Apr/2019:13:10:36 +0000] "GET /test HTTP/1.1" 200 7235 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" "-"

Thanks in Advance.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.