dbeast-co / dbeast-monitor

Application for the Elastic Stack monitoring
https://play.dbeast.co/a/dbeast-dbeastmonitor-app
Apache License 2.0
11 stars 1 forks source link

[BUG] Incorrect Aggregation of Pipeline Data in Logstash Overview Dashboard #48

Closed dbeast-co closed 4 months ago

dbeast-co commented 5 months ago

Within the "Logstash overview" dashboard, specifically in the "Pipelines overview" block, there is an issue where pipeline entries with identical names and ports across different hosts are improperly aggregated into a single row. This incorrect behavior is due to the use of the "Join" transformation instead of the "Merge" transformation, leading to a loss of distinct host information in the overview. The transformation method needs to be updated to "Merge" to ensure accurate representation of pipeline data per host.