about summary refs log tree commit diff
path: root/tools/eck-operator/templates
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r--tools/eck-operator/templates/logstash.yaml13
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