- try deleting again

This commit is contained in:
Jordan Sissel 2011-03-23 23:43:32 -07:00
parent 20e19383db
commit c2e964b46f

View file

@ -1,24 +0,0 @@
input {
file {
path => [ "/var/log/messages", "/var/log/*.log", "/tmp/zlog" ]
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
}
}