mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
7 lines
153 B
YAML
7 lines
153 B
YAML
filebeat.prospectors:
|
|
- input_type: log
|
|
paths:
|
|
- /var/log/nginx/access.log*
|
|
exclude_files: [".gz$"]
|
|
output.logstash:
|
|
hosts: ["localhost:5044"]
|