diff --git a/config/processors/log_application_aws.elb.conf b/config/processors/log_application_aws.elb.conf index 7a95d13d..3547c7f7 100644 --- a/config/processors/log_application_aws.elb.conf +++ b/config/processors/log_application_aws.elb.conf @@ -61,20 +61,6 @@ filter { "[tmp][next_protocol]" => "[tls][next_protocol]" } } - if [tmp][target_port_list] != "-" { - mutate { - split => { "[tmp][target_port_list]" => " " } - } - grok { - tag_on_failure => "_parsefailure_grok_ip_port" - match => { "[tmp][target_port_list]" => "(?<[destination][ip]>.*?):(?<[destination][port]>.*?)$" } - } - } - if [tmp][target_status_code] != "-" { - mutate { - split => { "[tmp][target_status_code]" => " " } - } - } # "time" => "2023-03-11T11:30:53.264914Z" date { match => ["[event][created]", "yyyy-MM-dd'T'HH:mm:ss.SSSSSS'Z'"]