- update test configs

This commit is contained in:
Jordan Sissel 2011-06-29 00:02:21 -07:00
parent 3f4df6a6a7
commit 1c75880d09
2 changed files with 20 additions and 8 deletions

View file

@ -0,0 +1,12 @@
input {
amqp {
type => "foo"
host => "localhost"
exchange_type => "fanout"
name => "logstash"
}
}
output {
stdout { }
}

View file

@ -4,18 +4,18 @@ input {
}
}
filter {
grok {
type => "stuff"
pattern => ["%{SYSLOG_SUDO}", "%{SYSLOG_KERNEL}", "%{SYSLOGLINE}"]
}
}
#filter {
#grok {
#type => "stuff"
#pattern => ["%{SYSLOG_SUDO}", "%{SYSLOG_KERNEL}", "%{SYSLOGLINE}"]
#}
#}
output {
stdout { }
#stdout { }
amqp {
host => "localhost"
exchange_type => "direct"
exchange_type => "fanout"
name => "logstash"
}
}