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 4666563d5..871cd244d 100644 --- a/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html +++ b/frontend/src/app/logstash/logstash-pipelines/logstash-pipelines.component.html @@ -32,8 +32,7 @@
{{pipeline.events.filtered | thousandSuff}}--> - - + {{ 'Processed events:'}} {{pipeline.events.out | thousandSuff}} @@ -183,8 +182,8 @@
- Input: {{detail.events.in}} + Processed: {{detail.events.filtered}} - Output: {{detail.events.out}} +