feat: initial codebase
This commit is contained in:
12
applications/logging/values/filebeat-values.yaml
Normal file
12
applications/logging/values/filebeat-values.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
daemonset:
|
||||
enabled: true
|
||||
|
||||
filebeatConfig:
|
||||
filebeat.yml: |
|
||||
filebeat.inputs:
|
||||
- type: container
|
||||
paths:
|
||||
- /var/log/containers/*.log
|
||||
|
||||
output.elasticsearch:
|
||||
hosts: ['${ELASTICSEARCH_HOST:elasticsearch-master:9200}']
|
||||
Reference in New Issue
Block a user