- don't keep a default config

This commit is contained in:
Jordan Sissel 2011-03-23 23:42:05 -07:00
parent 0a8a2e8c59
commit 52eb376ffb

View file

@ -1,24 +0,0 @@
input {
file {
path => [ "/var/log/messages", "/var/log/*.log" ]
type => "linux-syslog"
}
}
filter {
grok {
type => "linux-syslog"
pattern => "%{SYSLOGLINE}"
}
date {
type => "linux-syslog"
timestamp => "MMM dd HH:mm:ss"
timestamp8601 => ISO8601
}
}
output {
stdout {
#debug => true
}
}