拿Apache / Nginx 的access.log 為範例,用date 這個plugin 來達成: filter { grok { match => { "message" => "^%{NGINX_ACCESSLOG_COMBINED}$" ...
確定! 回上一頁