<?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: Horseshoe visualisation - Complex Logic in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545805#M37488</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was talking about the horseshoe meter...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The challenge comes when trying to apply different thresholds per horseshoe when using trellis and to display a value but the color of the threshold is based on another field... I actually found a visualization that allows this, the "Display Number Viz". It is a game changer for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 05:56:31 GMT</pubDate>
    <dc:creator>RobertEttinger8</dc:creator>
    <dc:date>2021-03-29T05:56:31Z</dc:date>
    <item>
      <title>Horseshoe visualisation - Complex Logic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545372#M37461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've been struggling with the horseshoe visualisation for a couple days. I have a specific scenario I would like to present but not sure if this can be done:&lt;/P&gt;&lt;P&gt;I have a table with 2 rows and 3 fields per row: source, count, status. Example:&lt;/P&gt;&lt;P&gt;source,count,status&lt;/P&gt;&lt;P&gt;sourceA,200,0(not breached)&lt;/P&gt;&lt;P&gt;sourceB,100,0(not breached)&lt;/P&gt;&lt;P&gt;sourceC, 100,1(breached)&lt;/P&gt;&lt;P&gt;I would like to show a horseshoe per source (trellis) where the dial shows the count but the color is based on the status. So, for instance, sources B and C would be similar looking (count-wise) but the color would be different as one is breached and the other one is not...&lt;/P&gt;&lt;P&gt;Is that possible? I've seen some posts about showing a different value as a token, but this doesn't work because 1-I need to work with multiple sources and 2-Each row may have its own threshold....&lt;/P&gt;&lt;P&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 12:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545372#M37461</guid>
      <dc:creator>RobertEttinger8</dc:creator>
      <dc:date>2021-03-25T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Horseshoe visualisation - Complex Logic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545761#M37482</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/171381"&gt;@RobertEttinger8&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using the built-in radial gauge or the custom &lt;A href="https://splunkbase.splunk.com/app/3166/" target="_self"&gt;horseshoe meter&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;The horseshoe meter trellis option splits by aggregation (column), so your results should include one event with one field per value:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;| makeresults count=3
| streamstats count
| eval value=round(100*random()/2147483647)
| fields - _time
| transpose 0 header_field=count
| fields - column&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertEttinger8_horseshoe.png" style="width: 706px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13517i73EEB747A2375B87/image-size/large?v=v2&amp;amp;px=999" role="button" title="RobertEttinger8_horseshoe.png" alt="RobertEttinger8_horseshoe.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 16:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545761#M37482</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-03-28T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Horseshoe visualisation - Complex Logic</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545805#M37488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was talking about the horseshoe meter...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The challenge comes when trying to apply different thresholds per horseshoe when using trellis and to display a value but the color of the threshold is based on another field... I actually found a visualization that allows this, the "Display Number Viz". It is a game changer for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 05:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Horseshoe-visualisation-Complex-Logic/m-p/545805#M37488</guid>
      <dc:creator>RobertEttinger8</dc:creator>
      <dc:date>2021-03-29T05:56:31Z</dc:date>
    </item>
  </channel>
</rss>

