Sha256: d7f41cac68921154744884ad2ac560e9f30e169a71fce5d53f2f4eec79dd5001

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

input {
  #stdin { type => "stdintest" }
  file {
    path => "/var/log/*"
    exclude => "*.log"
    type => "linux-syslog"
  }

  #syslog {
    #type => "syslog-network"
    #port => 5544
  #}
}

#filter {
  #grok {
    #type => "linux-syslog"
    #pattern => "%{SYSLOGLINE}"
  #}
#
  #date {
    #type => "linux-syslog"
    #timestamp => "MMM  d HH:mm:ss"
    #timestamp => "MMM dd HH:mm:ss"
    #timestamp8601 => ISO8601
  #}
#}

output {
  stdout {
    #debug => true
  }

  #elasticsearch {
    #host => "localhost"
    #index => "example"
    #type => "%{@type}"
  #}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logstash-lite-0.2.20110505142231 etc/agent.conf
logstash-lite-0.2.20110422152244 etc/agent.conf