Help for hide text on a query mode text with the Text filter

Dear All,

On a table widget, I would like to hide text.
The data come from a zabbix server.

For example i need to hide “C:\Windows\system32>Powershell.exe “get-rdusersession | format-table -HideTableHeaders UserName,HostServer””

Help me please !

Thanks !

Hi @qes ,

To hide part of the text in a field in a Grafana table, you can add a field with a name override in that panel and select the value mappings property, using a regular expression (regex) to indicate which fields to filter and what part of them to display.

Here’s a video illustrating how you can do it: https://grafana.com/media/video/Screenshare---2024-11-07-1_26_26-PM.mp4 (thanks to @thanoskarachalios for the video :slight_smile: )