Hi.
I’m trying to create a dashboard to visualize the data in Redis. I added a Redis datasource and was able to get the data in the format below.
But as you can see in the image, there is a field named “data” and all of the information is in it. It’s a json string actually.
I want to parse keys and values in the data field, and add the parsed values as columns to the panel. I couldn’t manage to do it.
Thanks for your help.
