diff options
author | makefunstuff <[email protected]> | 2024-06-29 18:01:24 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 18:01:24 +0200 |
commit | 14d7a6546c4c2e04a57632eb3571077f128632fa (patch) | |
tree | e4922b6ecf1b054c45e905f24e6ec13f81aec1ba /tools/eck-operator/templates | |
parent | 39d75a31ed1bde26886dcf12f55a3eeb8fba2504 (diff) | |
download | k3s-lab-14d7a6546c4c2e04a57632eb3571077f128632fa.tar.gz |
add logstash
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/logstash.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/eck-operator/templates/logstash.yaml b/tools/eck-operator/templates/logstash.yaml new file mode 100644 index 0000000..89317cb --- /dev/null +++ b/tools/eck-operator/templates/logstash.yaml @@ -0,0 +1,13 @@ +apiVersion: logstash.k8s.elastic.co/v1alpha1 +kind: Logstash +metadata: + name: log-transport +spec: + version: 8.14.1 + count: 1 + elasticsearchRefs: + - name: log-sttorage + clusterName: default + config: + pipeline.workers: 4 + log.level: debug |