<?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: Divide by quarter in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190398#M11851</link>
    <description>&lt;P&gt;Yes, that's correct.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2014 11:45:05 GMT</pubDate>
    <dc:creator>appleman</dc:creator>
    <dc:date>2014-03-17T11:45:05Z</dc:date>
    <item>
      <title>Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190391#M11844</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;In my search, I configured time as the following format %Y%m to see the trends every month over a year.&lt;BR /&gt;
If I want to count by quarter since I can't see the time(date) how do I define it? (timerange is set "alltime")&lt;BR /&gt;
Additionally, if it's possible, I want to add a custom timerange picker to pick each quarter, so I want to know if I can do it in splunk 6 dashboard. &lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;「年/月」と定義した時間をタイムチャートで表示した時、情報量が多くて時間が隠れてしまいます。&lt;BR /&gt;
これをクウォーターごとに区切ってカウントしたい場合はサーチ文で分割することは可能でしょうか。タイムレンジは傾向が見たいので、なるべく全時間をしても綺麗に結果が出せるようにしたいです。&lt;/P&gt;

&lt;P&gt;尚、クウォーターが選択できるカスタムタイムレンジピッカーをsplunk6で作成する方法はございますでしょうか。&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;My search: index=mdm source=*idm_device cid=* | eval enrolled=strftime(enrolled_date, "%Y/%m") | chart count by enrolled_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/screenshot1.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190391#M11844</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-03-17T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190392#M11845</link>
      <description>&lt;P&gt;Could you try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your filter search&amp;gt; | timechart span=3mon count by enrolled_type
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190392#M11845</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-03-17T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190393#M11846</link>
      <description>&lt;P&gt;I've got this result. Unfortunately, this is not what I want....&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/screenshot2.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190393#M11846</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-03-17T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190394#M11847</link>
      <description>&lt;P&gt;I've got this result. Unfortunately, this is not what I want....&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/screenshot2.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190394#M11847</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-03-17T11:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190395#M11848</link>
      <description>&lt;P&gt;how would you like to display? could you help me understand?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:13:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190395#M11848</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-03-17T11:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190396#M11849</link>
      <description>&lt;P&gt;The result above is missing 2011 through 2012 data while I could see them if I didn't divide by span=3mon. &lt;BR /&gt;
And what I want to try most is show x axis as like "2011-Q1", "2011-Q2".... and so on.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190396#M11849</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-03-17T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190397#M11850</link>
      <description>&lt;P&gt;Oh, that's because there is no data? so you have data for 2011 - 2012 but there is no result for timechart span=3mon count?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:36:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190397#M11850</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2014-03-17T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190398#M11851</link>
      <description>&lt;P&gt;Yes, that's correct.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190398#M11851</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-03-17T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190399#M11852</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=mdm source=*idm_device cid=* | eval enrolled=strftime(enrolled_date,"%Y")."-Q".(round(tonumber(strftime(enrolled_date,"%m"))/3)+ 1) | chart count by enrolled
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190399#M11852</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-17T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by quarter</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190400#M11853</link>
      <description>&lt;P&gt;Hello Brother,&lt;/P&gt;

&lt;P&gt;Its very simple and straight forward &lt;/P&gt;

&lt;P&gt;&lt;YOUR filter="" search=""&gt; | timechart &lt;STRONG&gt;span=qtr&lt;/STRONG&gt; count by enrolled_type&lt;/YOUR&gt;&lt;/P&gt;

&lt;P&gt;If you need to view a report for exactly last 6 quarters&lt;/P&gt;

&lt;P&gt;in the advance time range set the below&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;earliest=-6qtr@qtr  latest=-qtr@qtr&lt;/STRONG&gt;   &lt;/P&gt;

&lt;P&gt;Thanks, and Happy splunking bro !! &lt;/P&gt;

&lt;P&gt;Vote for the answer if it really helps you, thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Divide-by-quarter/m-p/190400#M11853</guid>
      <dc:creator>eashwar</dc:creator>
      <dc:date>2014-04-02T19:37:03Z</dc:date>
    </item>
  </channel>
</rss>

