first commit
This commit is contained in:
13
data/apidemo-filebeat/config/filebeat.yml
Normal file
13
data/apidemo-filebeat/config/filebeat.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
filebeat.inputs:
|
||||
- type: log
|
||||
enabled: true
|
||||
paths:
|
||||
- ${INPUT_PATH}
|
||||
|
||||
filebeat.config.modules:
|
||||
path: ${path.config}/modules.d/*.yml
|
||||
reload.enabled: false
|
||||
|
||||
output.logstash:
|
||||
enabled: true
|
||||
hosts: ["${LOGSTASH_HOST}"]
|
||||
Reference in New Issue
Block a user