add app logstash

This commit is contained in:
2024-07-29 20:32:27 +10:00
parent e6c3221a8c
commit 84925f2cc7
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: logstash-pipelines
namespace: logstash
data:
pipelines.yaml: |
- pipeline.id: http
path.config: "/opt/bitnami/logstash/config/http.conf"
- pipeline.id: syslog
path.config: "/opt/bitnami/logstash/config/syslog.conf"