filebeat: add readme

This commit is contained in:
Vasili Karaev 2020-05-22 13:19:08 +03:00
parent 826dfc14a6
commit 065bbebbd8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
## monitoring.filebeat
#### Role arguments:
```yaml
filebeat:
logstash:
# an array of logstash hosts to send logs to
hosts: ["logstash.example.com:5044"]
```