From 69d1e7ede9a3eb984e3e02e96c6b304170103eae Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Tue, 13 Feb 2024 16:47:33 +0200 Subject: [PATCH] Fixed Pipelines are showing wrong input and processed value (#379) --- .../logstash-pipelines/logstash-pipelines.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html b/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html index 34f0b6dd3..40f92362e 100644 --- a/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html +++ b/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html @@ -26,16 +26,16 @@
[alt]="pipeline.moduleName" [src]="'/assets/img/guides/logos/' + getModuleSvg(pipeline.moduleName)"> -
+
- - {{ 'Processed events:'}} + + + {{ 'Processed events:'}} {{pipeline.events.out | thousandSuff}} - {{pipeline.events.out | thousandSuff}}