mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- set port so we don't need to be root
This commit is contained in:
parent
fbc4074644
commit
a1f6614848
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
input {
|
||||
syslog { type => "foo" }
|
||||
syslog { type => "foo" port => 5544 }
|
||||
}
|
||||
|
||||
output {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue