<?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: Creating multiple chart with labels in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120982#M32511</link>
    <description>&lt;P&gt;Stats is works too,but I'm interested to see count (statistics) for each browser in one search grouped by browser.&lt;BR /&gt;
See "picture"&lt;/P&gt;

&lt;P&gt;||| ||   |||     ||||| &lt;BR /&gt;
IE       Firefox  Opera&lt;/P&gt;

&lt;P&gt;Each group of || is count of versions for each browser.&lt;BR /&gt;
I hope that I was able to explain myself.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2014 16:55:28 GMT</pubDate>
    <dc:creator>dimitryz</dc:creator>
    <dc:date>2014-06-26T16:55:28Z</dc:date>
    <item>
      <title>Creating multiple chart with labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120980#M32509</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I've build following simple search from our client test data :&lt;BR /&gt;
sourcetype=json_new | search browser_version browser_data | chart count by browser_version,browser_data&lt;/P&gt;

&lt;P&gt;In this case browser_data is browser name like "IE" or "Firefox"&lt;/P&gt;

&lt;P&gt;I can also get specific information per browser :&lt;BR /&gt;
sourcetype=json_new | search browser_version browser_data="IE" | chart count by browser_version&lt;/P&gt;

&lt;P&gt;Or get list of all browsers ;&lt;/P&gt;

&lt;P&gt;sourcetype=json_new | spath browser_data | dedup browser_data | table browser_data&lt;/P&gt;

&lt;P&gt;I would like to know how to build a single chart that contains all :&lt;BR /&gt;
Per each browser all statistics regarding versions (browser_version) .&lt;/P&gt;

&lt;P&gt;Thanks in advance ,&lt;BR /&gt;
Dmitry&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:56:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120980#M32509</guid>
      <dc:creator>dimitryz</dc:creator>
      <dc:date>2020-09-28T16:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple chart with labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120981#M32510</link>
      <description>&lt;P&gt;Are you looking for something more like &lt;CODE&gt;stats&lt;/CODE&gt; rather than &lt;CODE&gt;chart&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype=json_new browser_version browser_data | stats count by browser_data,browser_version&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What are "all statistics" that you are looking for, besides count?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120981#M32510</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-06-26T14:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple chart with labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120982#M32511</link>
      <description>&lt;P&gt;Stats is works too,but I'm interested to see count (statistics) for each browser in one search grouped by browser.&lt;BR /&gt;
See "picture"&lt;/P&gt;

&lt;P&gt;||| ||   |||     ||||| &lt;BR /&gt;
IE       Firefox  Opera&lt;/P&gt;

&lt;P&gt;Each group of || is count of versions for each browser.&lt;BR /&gt;
I hope that I was able to explain myself.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 16:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120982#M32511</guid>
      <dc:creator>dimitryz</dc:creator>
      <dc:date>2014-06-26T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple chart with labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120983#M32512</link>
      <description>&lt;P&gt;I think you just want something similar to your first search, then, but with the output groups reversed:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype=json_new browser_version browser_data | chart count by browser_data, browser_version&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 19:06:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-multiple-chart-with-labels/m-p/120983#M32512</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-06-26T19:06:16Z</dc:date>
    </item>
  </channel>
</rss>

