<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add image to search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49510#M11879</link>
    <description>&lt;P&gt;If you are using the SingleValue module via Advanced XML on a Splunk dashboard you can override the default look/feel of the range via $SPLUNK_HOME/etc/apps/$your_app$/appserver/static/application.css. &lt;/P&gt;

&lt;P&gt;We do this in ESS like so (here we are overriding the default low/elevated/severe values):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SingleValue .severe {
    background-color: transparent;
    background-image: url('images/high.png');
    color: #333333;
}

.SingleValue .elevated {
    background-color: transparent;
    background-image: url('images/medium.png');
    color: #333333;
}

.SingleValue .low {
    background-color: transparent;
    background-image: url('images/low.png');
    color: #333333;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There are some advanced things you can do as well...For instance, SingleValue takes an "additionalClass" parameter such that you can specify "An optional additional css class name to add to the result container". &lt;/P&gt;

&lt;P&gt;See also:
&lt;A href="http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2011 11:43:17 GMT</pubDate>
    <dc:creator>hazekamp</dc:creator>
    <dc:date>2011-03-30T11:43:17Z</dc:date>
    <item>
      <title>Add image to search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49507#M11876</link>
      <description>&lt;P&gt;Hi, i need to add an image like green, yellow, red to a rangemap search. Instead of the string of the rangemap.&lt;BR /&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype="searchIPS1" | chart count | rangemap field=count GREEN-IMAGE=1-30 YELLOW-IMAGE=31-39 RED-IMAGE=40-5900 default=GRAY-IMAGE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
Something like this it's possible?
&lt;BR /&gt; thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2010 15:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49507#M11876</guid>
      <dc:creator>pinzer</dc:creator>
      <dc:date>2010-09-14T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add image to search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49508#M11877</link>
      <description>&lt;P&gt;Take a look at the &lt;A href="http://www.splunk.com/base/Documentation/latest/SearchReference/Iconify" rel="nofollow"&gt;iconify&lt;/A&gt; search command. You may be able to achieve your goal with it.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2010 19:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49508#M11877</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-09-14T19:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add image to search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49509#M11878</link>
      <description>&lt;P&gt;thanks but is not what i'm searching&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2010 22:44:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49509#M11878</guid>
      <dc:creator>pinzer</dc:creator>
      <dc:date>2010-09-14T22:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add image to search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49510#M11879</link>
      <description>&lt;P&gt;If you are using the SingleValue module via Advanced XML on a Splunk dashboard you can override the default look/feel of the range via $SPLUNK_HOME/etc/apps/$your_app$/appserver/static/application.css. &lt;/P&gt;

&lt;P&gt;We do this in ESS like so (here we are overriding the default low/elevated/severe values):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SingleValue .severe {
    background-color: transparent;
    background-image: url('images/high.png');
    color: #333333;
}

.SingleValue .elevated {
    background-color: transparent;
    background-image: url('images/medium.png');
    color: #333333;
}

.SingleValue .low {
    background-color: transparent;
    background-image: url('images/low.png');
    color: #333333;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There are some advanced things you can do as well...For instance, SingleValue takes an "additionalClass" parameter such that you can specify "An optional additional css class name to add to the result container". &lt;/P&gt;

&lt;P&gt;See also:
&lt;A href="http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2011 11:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-image-to-search/m-p/49510#M11879</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-03-30T11:43:17Z</dc:date>
    </item>
  </channel>
</rss>

