Changing labels on panels in Kibana, but only in the visualization

Hi team,

I am here as a new Kibana user, a functional analyst tasked with creating a dashboard for my project team.

Is there a way I can customize the labels on the visualizations?

ex: "cgsfb2cbasketcalcv1sy" -> "Basket Calculation"

Thank you!

Hi @marilena ,

welcome to the Kibana community.
I think you have two options there:

  1. use a runtime field (possibly slow for datasets very very big)
  2. use a field formatter (via the static lookup fomatter)

With option 1. some painless code is required to map the raw value into the new one.
While option 2. is just compiling a UI form with the same information: