<?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: splunk visualization in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473140#M45777</link>
    <description>&lt;P&gt;&lt;CODE&gt;"this is sample you provide. from here, the logic"&lt;/CODE&gt;&lt;BR /&gt;
try logic to your query.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 09:08:03 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-04-16T09:08:03Z</dc:date>
    <item>
      <title>splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473137#M45774</link>
      <description>&lt;P&gt;hi i had made a stats table base on below command &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/8675i8F3B1DBACDA74C3E/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;and under my visualization is :&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/8676i55A6F2E6AB11CD6D/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;i would like to ask if there is a way to have additional information at the X-axis example the current X axis have the DESCRIPTION and count(VALUE), but i would like to have the VALUE (RUN and STOP) information inside too&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473137#M45774</guid>
      <dc:creator>chookp</dc:creator>
      <dc:date>2020-04-16T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473138#M45775</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults count=4
| streamstats count 
| fillnull DESCRIPTION VALUE ASSET_NAME 
| eval DESCRIPTION="STN DR SUMP Pump ".ceil(count/2)." Run/Stop Status Ante RM 1"
| eval VALUE=mvindex(split("RUN/STOP","/"),(count % 2)-1)
| eval ASSET_NAME="XPO/CIV/DES/DSS11"
| eval "count(VALUE)" = 24 - ceil(count/2)
| table DESCRIPTION VALUE ASSET_NAME count(VALUE)
| rename COMMENT as "this is sample you provide. from here, the logic"

| eval ASSET_NAME=ASSET_NAME.":".VALUE 
| xyseries DESCRIPTION ASSET_NAME count(VALUE)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;try &lt;EM&gt;Visualization &amp;gt;&amp;gt; Column Chart stacked&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473138#M45775</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-16T08:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473139#M45776</link>
      <description>&lt;P&gt;hi thanks for the help i am able to get the visualization, but this is on a fix ASSET_NAME if i have my ASSET_NAME with a lot of variables  is there a way to use REX to do it?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473139#M45776</guid>
      <dc:creator>chookp</dc:creator>
      <dc:date>2020-09-30T04:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473140#M45777</link>
      <description>&lt;P&gt;&lt;CODE&gt;"this is sample you provide. from here, the logic"&lt;/CODE&gt;&lt;BR /&gt;
try logic to your query.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473140#M45777</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-16T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473141#M45778</link>
      <description>&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/8674i14410C9E649BB70D/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;i am sorry but i have no idea how i can fix my query into the query that you have given, i am thinking of if i am able to click on the bar and it will show my VALUE base on the DESCRIPTION on top, but different ASSET_NAME have different number of DESCRIPTION and the VALUE are also different . base on the query you given you have fix the result to show as 4 and the count value as 24 i suppose?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473141#M45778</guid>
      <dc:creator>chookp</dc:creator>
      <dc:date>2020-04-29T06:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: splunk visualization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473142#M45779</link>
      <description>&lt;P&gt;Have you try my query and see the result?&lt;/P&gt;

&lt;P&gt;I created the query from your result. &lt;/P&gt;

&lt;P&gt;I don't know what you do not understand it. &lt;/P&gt;

&lt;P&gt;Please see the reference and try line by line.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Makeresults"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Makeresults&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 07:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-visualization/m-p/473142#M45779</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-29T07:45:21Z</dc:date>
    </item>
  </channel>
</rss>

