Merge pull request #12 from TouchInstinct/feature/monitoring.filebeat.doc
filebeat: add readme
This commit is contained in:
commit
ecbe4e356a
|
|
@ -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"]
|
||||
```
|
||||
Loading…
Reference in New Issue