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,12 @@
{
"appName": "logstash",
"userGivenName": "logstash",
"namespace": "logstash",
"destNamespace": "logstash",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/logstash/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./pipelines.yaml
- ../../base

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"