1

I'm displaying some data in a Grafana table and one of the columns is a number between 1 and 999999. I want it to be always displayed with six digits, with leading zeros, e.g. 012345. How can I do this?

Update: My data source is ElasticSearch.

Antonis Christofides
  • 6,990
  • 2
  • 39
  • 57

1 Answers1

-1

A similar issue was discussed here, this can be resolved by adding a field override for the field, with “Unit” as “Misc → String”. You can follow this link for configuring field overrides