feat: initial codebase

This commit is contained in:
Med Mouine
2024-09-03 10:22:37 -04:00
commit 412789abb2
24 changed files with 2879 additions and 0 deletions

View 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}']