cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 499f0d28f24e9fb4fb03148587a8b20d4354858f
parent a22b5633a646e818eec7f92b864989a2c365e161
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 25 Sep 2023 11:42:22 +0200

Try fixing zammad dashboards

Diffstat:
Mapps/base/kube-prometheus-stack/release.yaml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/base/kube-prometheus-stack/release.yaml b/apps/base/kube-prometheus-stack/release.yaml @@ -120,7 +120,7 @@ spec: httpMethod: GET serviceMap: datasourceUid: prometheus - - name: Zammad-chat_sessions + - name: ES - Chat Sessions type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200 @@ -129,7 +129,7 @@ spec: jsonData: index: 'zammad_production_chat_session' timeField: 'created_at' - - name: Zammad-cti_log + - name: ES - CTI Log type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200 @@ -138,7 +138,7 @@ spec: jsonData: index: 'zammad_production_cti_log' timeField: 'start_at' - - name: Zammad-ticket_articles + - name: ES - Ticket Articles type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200 @@ -147,7 +147,7 @@ spec: jsonData: index: 'zammad_production_ticket' timeField: 'article.created_at' - - name: Zammad-closed_ticket + - name: ES - Tickets by closed_at type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200 @@ -156,7 +156,7 @@ spec: jsonData: index: 'zammad_production_ticket' timeField: 'close_at' - - name: Zammad-created_ticket + - name: ES - Tickets by created_at type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200 @@ -165,7 +165,7 @@ spec: jsonData: index: 'zammad_production_ticket' timeField: 'created_at' - - name: Zammad-first_response_at + - name: ES - Tickets by first_response_at type: elasticsearch access: proxy url: http://zammad-elasticsearch.zammad.svc.cluster.local:9200