Sha256: 88fea8f9726700e45c97c2343b0d44144d16fd8ca75e41711cfcf60a603fd68f
Contents?: true
Size: 511 Bytes
Versions: 3
Compression:
Stored size: 511 Bytes
Contents
input { file { type => "rails logs" path => "/Users/shadab/test_project/logstash_development.log" codec => json { charset => "UTF-8" } } } output { # Print each event to stdout. stdout { codec => rubydebug } elasticsearch { # Setting 'embedded' will run a real elasticsearch server inside logstash. # This option below saves you from having to run a separate process just # for ElasticSearch, so you can get started quicker! embedded => true } }
Version data entries
3 entries across 3 versions & 1 rubygems