<?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: Create a triple stacked bar chart that has one column per day in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387724#M190776</link>
    <description>&lt;P&gt;Thank you very much, working as requested&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 23:45:02 GMT</pubDate>
    <dc:creator>SimonR2018</dc:creator>
    <dc:date>2019-07-15T23:45:02Z</dc:date>
    <item>
      <title>Create a triple stacked bar chart that has one column per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387722#M190774</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;
I am having difficulty in creating a triple stacked bar chart that has is displayed per day for time series &lt;/P&gt;

&lt;P&gt;I have 3 fields in accountDetails.channel consisting of 'iPhone, web, android'  i.e &lt;BR /&gt;
ANDROID 63&lt;BR /&gt;
IPHONE  232&lt;BR /&gt;
WEB 45&lt;/P&gt;

&lt;P&gt;and what I want is to create a single column with each of these fields and values per day and then create a time series for the columns values for the previous X days &lt;/P&gt;

&lt;P&gt;spath event  | search event="account:create:account:success"|dedup accountDetails.accountId   | bin _time span=1d as day   | convert timeformat="%Y-%m-%d" ctime(day) AS MYDay | chart count AS MYDAY by accountDetails.channel&lt;/P&gt;

&lt;P&gt;unfortunately while i can create a single bar with the total number of accounts created I can not stack the bar per X days&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 03:47:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387722#M190774</guid>
      <dc:creator>SimonR2018</dc:creator>
      <dc:date>2019-07-15T03:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create a triple stacked bar chart that has one column per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387723#M190775</link>
      <description>&lt;P&gt;@SimonR2018,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;spath event | search event="account:create:account:success"|dedup accountDetails.accountId 
| bin _time span=1d as day | convert timeformat="%Y-%m-%d" ctime(day) AS MYDay 
| chart count  over MYDay by accountDetails.channel
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jul 2019 06:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387723#M190775</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-07-15T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create a triple stacked bar chart that has one column per day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387724#M190776</link>
      <description>&lt;P&gt;Thank you very much, working as requested&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 23:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-a-triple-stacked-bar-chart-that-has-one-column-per-day/m-p/387724#M190776</guid>
      <dc:creator>SimonR2018</dc:creator>
      <dc:date>2019-07-15T23:45:02Z</dc:date>
    </item>
  </channel>
</rss>

