add app logstash
This commit is contained in:
11
infrastructures/logstash/env/k3s-cluster/pipelines.yaml
vendored
Normal file
11
infrastructures/logstash/env/k3s-cluster/pipelines.yaml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user