about summary refs log tree commit diff
path: root/tools/eck-operator/templates
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 22:02:55 +0200
committermakefunstuff <[email protected]>2024-06-29 22:02:55 +0200
commitbf9ac544bbd95d57199b3a81adc69ef3b0b59ea7 (patch)
tree3702e845056fe2cd891e6e1a3a0f144a1b201333 /tools/eck-operator/templates
parent31ada07043e3b60215783c084321210445ee82b1 (diff)
downloadk3s-lab-bf9ac544bbd95d57199b3a81adc69ef3b0b59ea7.tar.gz
logstash connect
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r--tools/eck-operator/templates/logstash.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/eck-operator/templates/logstash.yaml b/tools/eck-operator/templates/logstash.yaml
index 98755b9..921ec7d 100644
--- a/tools/eck-operator/templates/logstash.yaml
+++ b/tools/eck-operator/templates/logstash.yaml
@@ -18,10 +18,10 @@ spec:
         }
         output {
           elasticsearch {
-            hosts => [ "${QS_ES_HOSTS}" ]
-            user => "${QS_ES_USER}"
-            password => "${QS_ES_PASSWORD}"
-            ssl_certificate_authorities => "${QS_ES_SSL_CERTIFICATE_AUTHORITY}"
+            hosts => [ "${DEFAULT_ES_HOSTS}" ]
+            user => "${DEFAULT_ES_USER}"
+            password => "${DEFAULT_ES_PASSWORD}"
+            ssl_certificate_authorities => "${DEFAULT_ES_SSL_CERTIFICATE_AUTHORITY}"
           }
         }
   services: