mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add testing syslog config
This commit is contained in:
parent
df6e2d491d
commit
358636d686
1 changed files with 7 additions and 0 deletions
7
test/conf/syslog-to-stdout.conf
Normal file
7
test/conf/syslog-to-stdout.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
input {
|
||||
syslog { type => "foo" }
|
||||
}
|
||||
|
||||
output {
|
||||
stdout { }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue