Sha256: 8ed34afa9bf11065367f0e98bc647145e72e2f191f3ce7ad91f2ae099cd3544e
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
input { stdin { # A type is a label applied to an event. It is used later with filters # to restrict what filters are run against each event. type => "human" } } output { # Print each event to stdout. stdout { # Enabling 'rubydebug' codec on the stdout output will make logstash # pretty-print the entire event as something similar to a JSON representation. codec => rubydebug } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-lib-1.3.2 | docs/tutorials/10-minute-walkthrough/hello.conf |