Skip to content

Commit

Permalink
Add conditional stdout output for ps_rtt_write
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 14, 2023
1 parent 42558c6 commit ade5565
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/es-output.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ input { pipeline { address => "es-output" } }

output {

if "ps_rtt_write" in [@metadata][type]{
stdout {
codec => json
}
}

# stdout {
# codec => json
# }
Expand Down

0 comments on commit ade5565

Please sign in to comment.