12 lines
193 B
YAML
12 lines
193 B
YAML
|
|
filebeat.inputs:
|
||
|
|
- type: filestream
|
||
|
|
id: portfolio-sample-logs
|
||
|
|
enabled: true
|
||
|
|
paths:
|
||
|
|
- /var/log/sample/*.log
|
||
|
|
|
||
|
|
output.logstash:
|
||
|
|
hosts: ["logstash:5044"]
|
||
|
|
|
||
|
|
logging.level: info
|