elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.23k forks source link

[Lens] Deduplicate field error messages #187751

Open dej611 opened 4 months ago

dej611 commented 4 months ago

Describe the bug:

Sometimes a long list of fields errors can be just provide the same content via a more compact (deduped) version:

Screenshot 2024-07-08 at 16 00 32

This is one instance of a Kubernetes integrations dashboard panel. There are basically 2 errors, but one is repeated 4 times.

elasticmachine commented 4 months ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)

teresaalvarezsoler commented 4 months ago

@dej611 why is it repeated 4 times?

dej611 commented 4 months ago

There are 4 dimension using Last value, each configured to use the @timestamp field as ranking criteria. Each dimension is reporting his own message without a central logic to deduplicate them.