Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

debug logstash stdout

output {
  stdout {
    codec => rubydebug {
      metadata => true # This makes the logs to appear in console
    }
  }
}
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #debug #logstash #stdout
ADD COMMENT
Topic
Name
3+1 =