Hello there!
-
What Grafana version and what operating system are you using?
I am running Grafana 9.3.6. -
What are you trying to achieve?
I want to rename the values of one of the columns of my rows using a RegEx expression.
But I also applied the transform “Labels to fields”.
- How are you trying to achieve it?
I tried usingRename by regex
transformation but instead of renaming the values it renames the table header.
I also tried using Field override
called Fields with name matching regex
like this:
Fields with name matching regex: /./
Value mapping: ^Status do Serviço\s.(.) ABC
-
What happened?
It did not work. -
What did you expect to happen?
Rename my service names in the rows, it’s the values from the first column. -
Can you copy/paste the configuration(s) that you are having problems with?
I am currently trying:
Rename by regex after applying Labels to fields.
Override using Fields and value mappings using RegEx.
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No errors received on the UI or related logs. -
Did you follow any online instructions? If so, what is the URL?
Yes. I followed the same forums and instructions:
https://localhost:3000/t/variable-with-value-mappings/24543/10
https://localhost:3000/t/need-help-with-override-field-name-with-regex/73843
https://localhost:3000/t/overrides-value-mappings-regex-not-working/55199