Dashboards & Visualizations

How do I add Icons inside a multivalue field ?

rijinc
Explorer

I need to add icons in a multi value field. What would be the best way to implement this: JavaScript or an other solution?

my Table values are like these

EmpName Cost

(Y) Tom Bert 1
(N) Harrison Ford 1

(Y) Dwayne 1

(Y) Josnine 1
(N) Henry Casel 1
(Y) Lester 1

So for the example in the two rows wherever the Text (Y) and (N), I need to add icons inline to the text, something like indicators red and green.

Is it possible ?

0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

@rijinc

Did the answer below help you solve your problem? If so, please resolve this post by approving it!
If your problem is still not solved, keep us updated so that someone else can help ya. Thanks for posting!

0 Karma

msivill_splunk
Splunk Employee
Splunk Employee

Building a custom visualisation http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/CustomVizTutorial allows any visualisation to be built from scratch using javascript and CSS

Alternatively you might be able to leverage the "Scalable Vector Graphics - Custom Visualization" https://splunkbase.splunk.com/app/3815/ if you don't mind getting into a bit of SVG.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...