Skip to content

Commit

Permalink
Added scenario2
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Apr 24, 2021
1 parent 586904d commit 4677bb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions April21/logstashconfigurations/scenario2.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
input {
# standard input
stdin { }

}
filter{
mutate {
uppercase => [ "message" ]
}
}
output {
stdout {
codec => rubydebug
}

}

0 comments on commit 4677bb5

Please sign in to comment.