mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- update test configs
This commit is contained in:
parent
3f4df6a6a7
commit
1c75880d09
2 changed files with 20 additions and 8 deletions
12
test/conf/amqp-to-stdout.conf
Normal file
12
test/conf/amqp-to-stdout.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
input {
|
||||
amqp {
|
||||
type => "foo"
|
||||
host => "localhost"
|
||||
exchange_type => "fanout"
|
||||
name => "logstash"
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
stdout { }
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue