Merge pull request #12 from TouchInstinct/feature/monitoring.filebeat.doc

filebeat: add readme
This commit is contained in:
TonCherAmi 2020-05-22 13:24:39 +03:00 committed by GitHub
commit ecbe4e356a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
```