Hi.
I have a table I have filled with search results, and I want to add some icons to it based on the values. I have tried to use the Splunk 6.x Dashboard Examples app for `table_icons_inline` , but I get no visualizations. My search is structured differently than the one in the examples, so I don't know if that's part of the issue. In the example app, the search just runs a `stats` command once. In my search, I run `stats` once as well, and 10 other eval commands on top of that. The one part I'm really interested in visualizing is a time delta for huge numbers, it looks like this:
eval time_delta=tostring(epochTimeA - epochTimeB, "duration")
Every time I try to read a tutorial on this, it feels like I get lost as the tutorial will branch in some direction to make my search a certain way, but I've already got my search parameters down.
Thanks for any help
↧
Splunk 6.x Dashboard Examples: How to add icons to my table of search results based on the values?
↧