How can I filter the contents in the TABLE panel?

Viewed 12

So is there a way to filter what Grafana shows in a TABLE type of metric?

My issue is that the table returns values which are really really long like a FQDN but for an Azure resource.

It is absolutely unreadable, so I actually want to parse the output with regex or something, to show me only the specific part. At least a line break would suffice.

The row field in the table is something like

azure:///subscriptions/xxxxxxxxxx-4a5b-81ee-04ea1368a7db/resourceGroups/mc_wintermute_wintermute_eastus/providers/Microsoft.Compute/virtualMachineScaleSets/axxxxxxxxvmss/virtualMachines/13

I only need the

subscriptions/xxxxxxxxxx-4a5b-81ee-04ea1368a7db/

It is easier to view it than explain, a screenshot

0 Answers
Related