<?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: Why is a bar chart not showing up with my search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115919#M30761</link>
    <description>&lt;P&gt;tag="*" LocID="-7" SbuID="-7"  | dedup tag |rename ResponseDisplay AS "Application Response", AvailabilityDisplay AS "Application Availability" |stats last("Application Availability") last("Application Response") by tag&lt;/P&gt;

&lt;P&gt;it still does not work&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2015 22:20:39 GMT</pubDate>
    <dc:creator>zd00191</dc:creator>
    <dc:date>2015-07-10T22:20:39Z</dc:date>
    <item>
      <title>Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115917#M30759</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;tag="*" LocID="-7" SbuID="-7"  | dedup tag |rename ResponseDisplay AS "Application Response", AvailabilityDisplay AS "Application Availability" |chart values("Application Availability") values("Application Response") by tag
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am running the search above trying to get a bar chart with two data series, but the chart will not show up? please help! Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 22:07:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115917#M30759</guid>
      <dc:creator>zd00191</dc:creator>
      <dc:date>2015-07-10T22:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115918#M30760</link>
      <description>&lt;P&gt;You cannot chart &lt;CODE&gt;values&lt;/CODE&gt; because it creates a &lt;CODE&gt;mutli-value&lt;/CODE&gt; field and because it usually creates a &lt;CODE&gt;non-numeric&lt;/CODE&gt; field.  If you switch your &lt;CODE&gt;values&lt;/CODE&gt; functions for &lt;CODE&gt;count&lt;/CODE&gt; you will see your chart; if you switch it to &lt;CODE&gt;max&lt;/CODE&gt; or &lt;CODE&gt;last&lt;/CODE&gt; and your fields are &lt;CODE&gt;numeric&lt;/CODE&gt; it will also plot.  I do not know what you are trying to show but this is what is preventing the visualization.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 22:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115918#M30760</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-10T22:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115919#M30761</link>
      <description>&lt;P&gt;tag="*" LocID="-7" SbuID="-7"  | dedup tag |rename ResponseDisplay AS "Application Response", AvailabilityDisplay AS "Application Availability" |stats last("Application Availability") last("Application Response") by tag&lt;/P&gt;

&lt;P&gt;it still does not work&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 22:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115919#M30761</guid>
      <dc:creator>zd00191</dc:creator>
      <dc:date>2015-07-10T22:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115920#M30762</link>
      <description>&lt;P&gt;It should if you click on the "Visualization" tab.  If you switch &lt;CODE&gt;stats&lt;/CODE&gt; for &lt;CODE&gt;chart&lt;/CODE&gt; then it will automatically switch to the &lt;CODE&gt;Visualization&lt;/CODE&gt; tab.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 22:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115920#M30762</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-10T22:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115921#M30763</link>
      <description>&lt;P&gt;100% is the value in both availability and reponse...I think it needs ot just be 100 so it is a number&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 22:29:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115921#M30763</guid>
      <dc:creator>zd00191</dc:creator>
      <dc:date>2015-07-10T22:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is a bar chart not showing up with my search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115922#M30764</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag="*" LocID="-7" SbuID="-7"  | dedup tag | rex field=ResponseDisplay "(?&amp;lt;Application_Response&amp;gt;\d+)" | rex field=AvailabilityDisplay "(?&amp;lt;Application_Availability&amp;gt;\d+)" | chart values(Application_Availability) values(Application_Response) by tag
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I accidentally deleted some of our conversation and I am sorry about that.  You said that the above is giving a rex error but I don't see how that is possible unless you changed it  Be aware that the stuff inside angle brackets (``) is LITERAL and should not be modified in any way.  Just take the search above and paste it as-is and it should work fine.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2015 04:56:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-a-bar-chart-not-showing-up-with-my-search/m-p/115922#M30764</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-11T04:56:30Z</dc:date>
    </item>
  </channel>
</rss>

