<?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: Status Indicator - Custom Visualization: Why is &amp;quot;Icon Only&amp;quot; view not working as expected? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275650#M32212</link>
    <description>&lt;P&gt;Thanks nickhillscpl. "Order" does matter! In my case, I have to put the ragemap field to the middle. Never thought of that!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 14:32:06 GMT</pubDate>
    <dc:creator>harry521</dc:creator>
    <dc:date>2017-02-15T14:32:06Z</dc:date>
    <item>
      <title>Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275647#M32209</link>
      <description>&lt;P&gt;I have the following search I am using to create some status indicator visualizations:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rangemap field=delta #ff0000=-1000-0 #008000=0-10000 default=#ff0000 | rename range as range_color | eval icon="check-circle" | table delta icon range_color
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This works as expected if I use "Show Value and Icon":&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2425i0C4E115DAB879F16/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;If I use "Show Icon Only", i get the following error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error rendering Status Indicator visualization: The specified icon does not exist. Check the font awesome website to find a valid icon. Examples: arrow-circle-left, bullseye, mobile
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Feb 2017 16:09:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275647#M32209</guid>
      <dc:creator>david_rose</dc:creator>
      <dc:date>2017-02-03T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275648#M32210</link>
      <description>&lt;P&gt;I encounter the exact same problem. But if picked icon "Static icon", it worked. Not working when choosing "Field value". Anyone has any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275648#M32210</guid>
      <dc:creator>harry521</dc:creator>
      <dc:date>2017-02-14T19:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275649#M32211</link>
      <description>&lt;P&gt;try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;basesearch | table  icon range_color delta
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I found this too - the order of the fields is relevent when not using both the value and the icon, yet it still insists on providing all 3 fields.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275649#M32211</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-02-14T20:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275650#M32212</link>
      <description>&lt;P&gt;Thanks nickhillscpl. "Order" does matter! In my case, I have to put the ragemap field to the middle. Never thought of that!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 14:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275650#M32212</guid>
      <dc:creator>harry521</dc:creator>
      <dc:date>2017-02-15T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275651#M32213</link>
      <description>&lt;P&gt;So did this fix it for you?  If so, please do click &lt;CODE&gt;Accept&lt;/CODE&gt; to close the question and help others.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 04:11:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275651#M32213</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-02-22T04:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Status Indicator - Custom Visualization: Why is "Icon Only" view not working as expected?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275652#M32214</link>
      <description>&lt;P&gt;@david.rose - Did the answer provided by nickhillscpl help provide a working solution to your question? If yes, please don't forget to resolve this post by clicking "Accept". If no, please leave a comment with more feedback. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 01:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Status-Indicator-Custom-Visualization-Why-is-quot-Icon-Only-quot/m-p/275652#M32214</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-03-20T01:44:12Z</dc:date>
    </item>
  </channel>
</rss>

