diff --git a/templates/td-agent.conf b/templates/td-agent.conf index 7a178e8b31de295e7b1b3dc4969e791920c9e242..ae6d6b671889feb87e3e60095f7dc3e01312cbb8 100644 --- a/templates/td-agent.conf +++ b/templates/td-agent.conf @@ -10,7 +10,7 @@ <parse> @type multi_format <pattern> - format /^(?<prefix>.+) (?<ps>\w+)\[(?<pid>\d+)\]: (?<c_ip>[\w\.]+):(?<c_port>\d+) \[(?<syslog_time>.+)\] (?<f_end>[\w\.-~]+) (?<b_end>[\w\.-]+)\/(?<b_server>[\<\>\w\.-]+) (?<tq>\d+)\/(?<tw>\d+)\/(?<tc>\d+)\/(?<tr>\d+)\/(?<tt>\d+) (?<status_code>\d+) (?<bytes_read>\d+) (?<captured_request_cookie>.+) (?<captured_response_cookie>.+) (?<termination_state>.+) (?<actconn>\d+)\/(?<feconn>\d+)\/(?<beconn>\d+)\/(?<srv_conn>\d+)\/(?<retries>\d+) (?<srv_queue>\d+)\/(?<backend_queue>\d+) "(?<http_request>.+)"$/ + format /^(?<prefix>.+) (?<ps>\w+)\[(?<pid>\d+)\]: (?<c_ip>[\w\.]+):(?<c_port>\d+) \[(?<syslog_time>.+)\] (?<f_end>[\w\.-~]+) (?<b_end>[\w\.-]+)\/(?<b_server>[\<\>\w\.-]+) (?<tq>\d+)\/(?<tw>\d+)\/(?<tc>\d+)\/(?<tr>\d+)\/(?<tt>\d+) (?<status_code>\d+) (?<bytes_read>\d+) (?<captured_request_cookie>.+) (?<captured_response_cookie>.+) (?<termination_state>.+) (?<actconn>\d+)\/(?<feconn>\d+)\/(?<beconn>\d+)\/(?<srv_conn>\d+)\/(?<retries>\d+) (?<srv_queue>\d+)\/(?<backend_queue>\d+) (?<sni>[\w\.-~]+) "(?<http_request>.+)"$/ </pattern> <pattern> format /^(?<prefix>.+) (?<ps>\w+)\[(?<pid>\d+)\]: (?<message>.+)$/