Splunk Search

Custom icon in table

kmattern
Builder

I have a table that looks like this:

alt text

My customer wants the table to look like this:
alt text

Any ideas? I've looked into iconify but that doesn't seem to work. I'm not sure anything will but I could really use it.

Tags (3)

sideview
SplunkTrust
SplunkTrust

It's doable with the Sideview Table module, which is new in Sideview Utils 2.2. Note you can get the latest Sideview utils version only from the sideview site

Let's say that for each of your status values, you have an icon in appserver/static somewhere, whose filename is like "status_icon_2", "status_icon_4", etc...

Here then would be the config for the Table module:

<module name="Table">
  <module name="HTML" group="row.fields.Access Status">
    <param name="html"><![CDATA[
      <img src="/static/app/sideview_utils/images/status_icon_$row.fields.Access Status$.gif">
    ]]></param>
  </module>
</module>

Note carefully the two places that $row.fields.Access Status$ appears.

Also note that I've put Sideview Utils as the name of the app and you'll almost certainly want to replace this with your app name (wherever your images are)

You can also break this up and just put a className into the HTML, and then define the actual images over in the CSS. Here I've kept it simple and just dumped out the <img> tags right into the HTML.

And in case you're wondering, you can actually use any other modules in there. The embedding feature offered by the Table can be a little mindblowing.

That said, the Sideview engineering here is a little ahead of the Sideview docs. Follow sideview on twitter (@sideview_apps) to get notified when new versions are released, and expect a new version in the next few weeks with some new docs and examples spelling out all the simple and powerful things you can do with the new Table module.

sideview
SplunkTrust
SplunkTrust

Since my answer was written there are several pages of documentation just about the Table module, and several examples. Make sure to first read through the first few general pages of the Sideview Utils docs so you understand how to use the Sideview modules in general .

0 Karma

khyoung7410
Communicator

Thank you. Download it. Table module where insert? Example please

0 Karma

sideview
SplunkTrust
SplunkTrust

Fill out the download form again and try again. The link only works once, so if you double click it, even accidentally, or if you click, hit escape and then click again, you'll download either an empty file or an html page telling you the link is expired. Try again and it'll work though.

0 Karma

khyoung7410
Communicator

Visited Sideviewapps.com
But download file is 0 byte.

0 Karma

Drainy
Champion

Read the first paragraph which says what its in, the version its in and even has a link to get it... pretty detailed

0 Karma

khyoung7410
Communicator

Where the Table module ? Please give me a table module.

0 Karma

dspracklen
Path Finder

Thanks for the example of how to do this. I found it very handy as well.

0 Karma

kmattern
Builder

Thanks! I have been playing with Sideview and like what I see. First thing in the morning I'll work withthis.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...