<?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: one rangemap column for multiple values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413138#M27139</link>
    <description>&lt;P&gt;@njohnson7 thats the problem with Unicode characters. Only sometimes they can have colors of their own. You can use Simple XML JS extension instead to better control icons within table cells.&lt;/P&gt;

&lt;P&gt;However, I tried the following icons and they worked fine for me.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://emojipedia.org/heavy-check-mark/"&gt;Green Check Mark&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://emojipedia.org/cross-mark/"&gt;Red Cross Mark&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2019 17:19:04 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2019-06-09T17:19:04Z</dc:date>
    <item>
      <title>one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413131#M27132</link>
      <description>&lt;P&gt;I'm trying to create a single column with status indicator for three different values from my table. just like the Table Icon Set in the Splunk Dashboard Example App. &lt;/P&gt;

&lt;P&gt;Looking at this example of what output i'm trying&lt;BR /&gt;
I have one column for rangemap with three different values&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/5588i6E16F734D0B96D04/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;my data would look like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal 
| stats count by sourcetype,source,host 
| eval count2 = count*1.5 
| eval count3=count*1.6
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2018 11:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413131#M27132</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-08-20T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413132#M27133</link>
      <description>&lt;P&gt;@michaelrosello please add more details around your requirement with single column with three values.&lt;/P&gt;

&lt;P&gt;What is the query behind? If icon is not there what would be their respective values/thresholds? Also what is the reason for not splitting them in three columns? What would be the column name (in your sample screenshot it is single value called &lt;CODE&gt;range&lt;/CODE&gt;)?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:53:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413132#M27133</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-08-21T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413133#M27134</link>
      <description>&lt;P&gt;The reason is I'm trying to make it look like a horizontal traffic light. there would be no null value as we can always use the fillnull function. &lt;BR /&gt;
| have provided the query, there would be three values with different fieldname&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413133#M27134</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-08-22T04:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413134#M27135</link>
      <description>&lt;P&gt;@michaelrosello, while the best approach for you is to try this out using Simple XML JS Extension with Splunk JS Stack, I wanted to document a different approach.&lt;/P&gt;

&lt;P&gt;You can use Unicode Characters directly in SPL and display in table visualization. The same can be saved as Simple XML Dashboard. Hence you avoid JavaScript dependency. However, the line with Unicode characters will be difficult to edit as it is combination of characters. Also, at present Green Circle and Yellow Circle are not added to Unicode Characters (likely to be added in 2019).&lt;/P&gt;

&lt;P&gt;So following approach uses Heart Icons using Unicode characters.&lt;BR /&gt;
1. &lt;A href="https://emojipedia.org/black-heart/"&gt;Black Heart&lt;/A&gt;&lt;BR /&gt;
2. &lt;A href="https://emojipedia.org/heavy-black-heart/"&gt;Red Heart&lt;/A&gt;&lt;BR /&gt;
3. &lt;A href="https://emojipedia.org/yellow-heart/"&gt;Yellow Heart&lt;/A&gt;&lt;BR /&gt;
4. &lt;A href="https://emojipedia.org/green-heart/"&gt;Green Heart&lt;/A&gt;&lt;/P&gt;

&lt;P&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/5587iF80A4780155443EC/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;Hope you have already looked at other options using:&lt;BR /&gt;
1. &lt;A href="https://splunkbase.splunk.com/app/1923/"&gt;Traffic Light Visualizations&lt;/A&gt;&lt;BR /&gt;
2. &lt;A href="https://splunkbase.splunk.com/app/3119/"&gt;Status Indicator Custom Visualization&lt;/A&gt;&lt;BR /&gt;
3. &lt;A href="https://splunkbase.splunk.com/app/3815/"&gt;Scalable Vector Graphics&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: I am unable to post the Simple XML Dashboard Code with Unicode Characters on Splunk Answers, so I am attaching screenshot. You can pick the Unicode Characters for your SPL from the links provided for respective characters.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://wiki.splunk.com/images/d/d6/Table_with_Heartbeat_Unicode_Icons_Code.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 09:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413134#M27135</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-08-22T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413135#M27136</link>
      <description>&lt;P&gt;@niketnilay I use the red cross mark from emojibase in the way you have described above. I tried different versions, my problem is that , it is not coming in red colour, looks like the default colour of other texts in the table. &lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 14:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413135#M27136</guid>
      <dc:creator>njohnson7</dc:creator>
      <dc:date>2019-06-09T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413136#M27137</link>
      <description>&lt;P&gt;@njohnson7 you can refer to one of older Splunk Answers post, you can apply Table Cell color based on icon like check or cross as green and red respectively.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/659050/unicode-characters-in-dashboardssearches.html"&gt;https://answers.splunk.com/answers/659050/unicode-characters-in-dashboardssearches.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 15:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413136#M27137</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-06-09T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413137#M27138</link>
      <description>&lt;P&gt;@niketnilay yea ofcourse cell colouring is what i have done for the time being. My question was only for the colour of the check mark and cross mark and likes. For instance , the hearts in your example seem to have colours on their own. &lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 16:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413137#M27138</guid>
      <dc:creator>njohnson7</dc:creator>
      <dc:date>2019-06-09T16:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: one rangemap column for multiple values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413138#M27139</link>
      <description>&lt;P&gt;@njohnson7 thats the problem with Unicode characters. Only sometimes they can have colors of their own. You can use Simple XML JS extension instead to better control icons within table cells.&lt;/P&gt;

&lt;P&gt;However, I tried the following icons and they worked fine for me.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://emojipedia.org/heavy-check-mark/"&gt;Green Check Mark&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://emojipedia.org/cross-mark/"&gt;Red Cross Mark&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 17:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/one-rangemap-column-for-multiple-values/m-p/413138#M27139</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-06-09T17:19:04Z</dc:date>
    </item>
  </channel>
</rss>

