I have to display a field called Info which has value A and color it based on range (low, severe, high) as was Splunk Classic but in Splunk Dashboard studio . How can i achieve that?
Check out on your splunk instance the Dashboard Example Hub. There you will find a bunch of examples how to visualize your data.
Example Source definition:
{
"type": "splunk.singlevalue",
"dataSources": {
"primary": "ds_search1"
},
"options": {},
"context": {},
}