Commit 061f006b authored by William Tucker's avatar William Tucker
Browse files

Modifying log message for stats pipeline

parent b2668d53
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ filter {
        add_field => { "country_code" => "%{[geoip][country_code2]}" }
        # Construct a new message string
        add_field => {
            "rabbitmq_message" => '%{host} %{country_code} %{request_time} %{method} %{request} HTTP/%{http_version} %{status_code} %{bytes_sent} %{request_duration} %{user_agent}'
            "rabbitmq_message" => '%{host} %{country_code} %{request_time} %{method} %{request} HTTP/%{http_version} %{status_code} %{bytes_sent} %{request_duration} \"%{user_agent}\"'
        }
    }
    mutate {