mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 21:27:20 -04:00
18 lines
389 B
YAML
18 lines
389 B
YAML
---
|
|
configname: shipper
|
|
# Example config that only ships log data from files to an AMQP topic
|
|
inputs:
|
|
linux-syslog:
|
|
- /var/log/messages
|
|
- /var/log/kern.log
|
|
- /var/log/auth.log
|
|
- /var/log/user.log
|
|
apache-access:
|
|
- /var/log/apache2/access.log
|
|
- /b/access
|
|
apache-error:
|
|
- /var/log/apache2/access.log
|
|
unknown:
|
|
- /b/randomdata
|
|
outputs:
|
|
- amqp://localhost/topic/rawlogs
|