<?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: How to display host types in Y axis and X axis chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412860#M118972</link>
    <description>&lt;P&gt;I think you do want chart but you have to do the OVER and BY splitting&lt;/P&gt;

&lt;P&gt;| chart count over version by types&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 19:35:08 GMT</pubDate>
    <dc:creator>mrunals</dc:creator>
    <dc:date>2019-04-22T19:35:08Z</dc:date>
    <item>
      <title>How to display host types in Y axis and X axis chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412858#M118970</link>
      <description>&lt;P&gt;I have different host types (like SC, RC and etc) and its different version(18.1, 19, 19.1 and etc). I am trying to display host types in Y axis and respective Version in X axis.  Tried using stats command but couldn't get what i want. Your thoughts pls?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 10:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412858#M118970</guid>
      <dc:creator>jayachandrank</dc:creator>
      <dc:date>2019-04-22T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display host types in Y axis and X axis chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412859#M118971</link>
      <description>&lt;P&gt;Hello @jayachandrank,&lt;BR /&gt;
    Can you use  &lt;CODE&gt;chart&lt;/CODE&gt; instead of  &lt;CODE&gt;stats&lt;/CODE&gt;? Something like...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart count by host_types, version
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Replace host_types with the field you want to display on Y-axis and version with the field you want to display on X-axis. Replace count by whatsoever operation you want.&lt;/P&gt;

&lt;P&gt;Hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412859#M118971</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2019-04-22T12:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to display host types in Y axis and X axis chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412860#M118972</link>
      <description>&lt;P&gt;I think you do want chart but you have to do the OVER and BY splitting&lt;/P&gt;

&lt;P&gt;| chart count over version by types&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 19:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412860#M118972</guid>
      <dc:creator>mrunals</dc:creator>
      <dc:date>2019-04-22T19:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display host types in Y axis and X axis chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412861#M118973</link>
      <description>&lt;P&gt;@jayachandrank would it be possible to add a mock screenshot to your question? Also post what is your current query and output.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 20:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412861#M118973</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-04-22T20:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display host types in Y axis and X axis chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412862#M118974</link>
      <description>&lt;P&gt;You need the &lt;CODE&gt;contingency&lt;/CODE&gt; command:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Contingency"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Contingency&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 01:50:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-host-types-in-Y-axis-and-X-axis-chart/m-p/412862#M118974</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-23T01:50:35Z</dc:date>
    </item>
  </channel>
</rss>

