the icon i need to insert is a country flag.
for exemple :
value3 = US
so i the icon of USA will be added
i have a list of flag country based on ISO 3166-1.
Hi sfatnass,
I'm not sure to have understood your question: do you want to have an icon instead value not for all rows but only for one?
I'm not sure that it's possible, you can substitute all the values of a column with different icons based on range values.
I suggest to download Splunk Dashboard Examples 6.0 App (https://splunkbase.splunk.com/app/1603/), there is an example (Table Icon Set (Rangemap)) for your need.
Every way to change values of a column with icons you have to use rengemap command (| rangemap field=Total severe=0-0 low=1-1000000000 default=severe
) and add two files to you App:
Bye.
Giuseppe
The only way is to create your own js and css.
You can use the example I described below as a starting point.
Bye.
Giuseppe
i know i should to create my own css and javascript but i can't change the other values.
and how what i insert into my javascript and css?
i look about rangemap javascript but this example don't help me to change only value3.
the content of value1 to valueN shouldn't change this is my problem and don't forget i have a search with a command |transpose
also the rangemap accept numeric value for range, and the content of value3 is alphabetic.