Skip to content

Commit

Permalink
adding log_application_aws.elb
Browse files Browse the repository at this point in the history
  • Loading branch information
MehaSal committed Mar 26, 2024
1 parent 34a9855 commit 164e99d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/processors/log_application_aws.elb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright [2024] [Cargill, Incorporated.]
# SPDX-License-Identifier: Apache-2.0
input {
pipeline {
address => VAR_PIPELINE_NAME
}
}
filter {
mutate {
add_field => {
"[event][module]" => "aws"
"[event][dataset]" => "aws.elb"
"[cloud][provider]" => "aws"
}
}
}
output {
pipeline { send_to => [enrichments] }
}

0 comments on commit 164e99d

Please sign in to comment.