mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 21:27:20 -04:00
7 lines
108 B
YAML
7 lines
108 B
YAML
---
|
|
inputs:
|
|
tail-syslog:
|
|
- /var/log/syslog
|
|
outputs:
|
|
- stomp://logs:password@localhost:6163/topic/logs
|
|
|