output {
stdout {
debug => ... # boolean (optional)
debug_format => ... # (optional), default: ["ruby"]
tags => ... # array (optional), default: []
type => ... # string (optional), default: ""
}
}
Enable debugging. Tries to pretty-print the entire event object.
Debug output format: ruby (default), json
Only handle events with all of these tags. Note that if you specify a type, the event must also match that type. Optional.
The type to act on. If a type is given, then this output will only act on messages with the same type. See any input plugin's "type" attribute for more. Optional.