<?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: Regarding implementation of Calendar visualization in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307365#M175479</link>
    <description>&lt;P&gt;Can you run just your base search to pull one event? Validate whether the times on the _raw Event matches with _time timestamp for the same event in the Event Viewer? This is to confirm whether your data is in the same timezone as logged in user's timezone or not.&lt;/P&gt;

&lt;P&gt;This could also be possible because you are overriding _time field with the field that you have calculated. Would it be possible for you to paste couple of events(mock up or anonymize and sensitive data). If you have Splunk Entitlement, you can also reach out to Splunk Support for them to assist you with your scenario.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 14:50:19 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-08-22T14:50:19Z</dc:date>
    <item>
      <title>Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307342#M175456</link>
      <description>&lt;P&gt;I have a requirement where I have four fields :&lt;BR /&gt;
1. AverageValue (of a month for some parameter A)&lt;BR /&gt;
2. ActualValue (on each date for that month for the parameter A)&lt;BR /&gt;
3. DeviationValue (AverageValue-ActualValue/Average Value --&amp;gt; on each date for the month)---&amp;gt; this field will be color coded based on the devation percentage&lt;BR /&gt;
4. Each Date for the month with ActualValue&lt;/P&gt;

&lt;P&gt;For example say for the month of february  the average value is 5:&lt;/P&gt;

&lt;P&gt;AverageValue                  ActualValue                           DeviationValue(%)                                Date&lt;/P&gt;

&lt;P&gt;5                                               8                                                 -60                                                 02/06/2017&lt;BR /&gt;
5                                               7                                                  -40                                                 02/08/2017&lt;BR /&gt;
5                                               9                                                 -80                                                 02/10/2017&lt;/P&gt;

&lt;P&gt;I want to display the Deviation value with the color coding in the Calendar Visualization for each month (in this example say February).&lt;/P&gt;

&lt;P&gt;I know we need to use time chart command , but some how I am not getting the output . Please help. &lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 05:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307342#M175456</guid>
      <dc:creator>accgarima</dc:creator>
      <dc:date>2017-02-17T05:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307343#M175457</link>
      <description>&lt;P&gt;Can you give timechart command you are using are you computing AverageValue ActualValue and Deviation value using the final timechart command or using stats/eval prior to that?&lt;/P&gt;

&lt;P&gt;In case you already have computed average Actual and Deviation prior to the timechart then based on the number of buckets per day for a month you might have to use values() or min() or max() or any other suitable command.&lt;/P&gt;

&lt;P&gt;For the deviation percent field, make sure it is numeric field to be plotted.&lt;/P&gt;

&lt;P&gt;Are you using Calendar Heat Map custom visualization or using JS/CSS extension?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 10:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307343#M175457</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-02-17T10:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307344#M175458</link>
      <description>&lt;P&gt;Hi I have the same issue I am trying to display my output in &lt;STRONG&gt;calendar Visualization&lt;/STRONG&gt; and I am using timechart command but  &lt;STRONG&gt;I dont get any output&lt;/STRONG&gt; eventhough I get results for the same query when I use chart or table command.Please help.&lt;BR /&gt;
&lt;STRONG&gt;My query looks like this&lt;/STRONG&gt; "index=""|eval BankCTime=strptime(BankClose, "%Y-%m-%d %H:%M:%S") | convert ctime(BankCTime),timeformat="%H"|eval GCTime=strptime(GC, "%Y-%m-%d %H:%M:%S") |convert ctime(GCTime),timeformat="%H"|fields COBDATE BankCTime GCTime|timechart  span=1d count(GCTime) by COBDATE"&lt;BR /&gt;
Data:&lt;BR /&gt;
COBDATE BankCTime GCTime&lt;BR /&gt;
20160701  14.15   13.12&lt;BR /&gt;
20160702  13.10   15.16&lt;/P&gt;

&lt;P&gt;Please help.Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307344#M175458</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-12T21:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307345#M175459</link>
      <description>&lt;P&gt;@duraji, I have cleaned up your query based on data necessary for your final timechart (since everything else will anyways be removed after timchart command)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Your Base Search&amp;gt;
| eval _time=strptime(COBDATE,"%Y%m%d")
| timechart span=1d count(GC)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As per sample data COPDATE will be YYYYMMDD format based upon which you want to plot timechart. Please try out and let me know if it works.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 07:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307345#M175459</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-13T07:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307346#M175460</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;
Thanks for the reply ,but no this doesn't give me any results. I want to display fields "BankCTime" and "GCTime" (these are eventime fields and I have extracted only hours.minutes for these fields) in CalendarHeatMap Visualization.So it should be COBDATE(_time) against GCTime(13.12-hour.minute) and BankCTime(14.12-hour.minute).&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307346#M175460</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-13T17:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307347#M175461</link>
      <description>&lt;P&gt;Your working query in your example had following as the final pipe&lt;/P&gt;

&lt;P&gt;| timechart span=1d count(GCTime) by COBDATE, which implies you are doing count of GCTime by COBDATE. I had filtered query according to the same. With Calendar Heat Map you can split visuals &lt;CODE&gt;by COBDATE&lt;/CODE&gt; or something else in the by clause.&lt;/P&gt;

&lt;P&gt;I dont think your current data qualifies for a visualization through Calendar Heat Map. Can you mock the desired output screenshot?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 02:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307347#M175461</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-14T02:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307348#M175462</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
My intention is to display green or Red color in the calendarHeatmap fro each date according to the range of the BankCtime and GCTime for e.g if BankCtime is between the range( 13.15 to 14.15 -Display in Green ) or (15.15to 15.30 -Orange) or (16.00 to 16.30 -Red).Please let me know how I can achieve this.&lt;BR /&gt;
DATE       BankCTime GCTime  ResultBankCtime  ResultGCTime&lt;BR /&gt;
20160701 14.15        13.12          Green                    Orange&lt;/P&gt;

&lt;P&gt;20160702 13.10         15.16          Red                      Green&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307348#M175462</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-17T16:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307349#M175463</link>
      <description>&lt;P&gt;Hi Please let me know how I can achieve the above I am still having difficulty.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 23:26:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307349#M175463</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-19T23:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307350#M175464</link>
      <description>&lt;P&gt;@duraij , you want to use hour.minute value as range for BankCTime and GCTime. The ranges should be continuous otherwise the gaps will pickup unwanted colors. Calendar map contains ranges starting from 0 and it adjusts color dynamically based on max value and number of buckets.&lt;/P&gt;

&lt;P&gt;In your case you can divide your data into three ranges&lt;BR /&gt;
&lt;STRONG&gt;Green&lt;/STRONG&gt;: &lt;CODE&gt;&amp;lt;15.15&lt;/CODE&gt; --&amp;gt; &lt;STRONG&gt;Range=2&lt;/STRONG&gt;&lt;BR /&gt;
&lt;STRONG&gt;Yellow&lt;/STRONG&gt;(light Green for Calendar Heat Map Visualization): &lt;CODE&gt;&amp;gt;=15.15 AND &amp;lt;16&lt;/CODE&gt;--&amp;gt; &lt;STRONG&gt;Range=1&lt;/STRONG&gt;&lt;BR /&gt;
&lt;STRONG&gt;Red&lt;/STRONG&gt;: &lt;CODE&gt;&amp;gt;=16&lt;/CODE&gt; --&amp;gt; &lt;STRONG&gt;Range=0&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;If you assign colors to Calendar Heat Map with &lt;CODE&gt;Min Color Red&lt;/CODE&gt; and &lt;CODE&gt;Max Color Green&lt;/CODE&gt; and define three bins then, above should format the data as per your need.&lt;/P&gt;

&lt;P&gt;Following part of the query creates dummy data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval DATE ="20170715"
| eval BankCTime  = "14.15"
| eval GCTime  = "13.12"
| append [
  | makeresults
  | eval DATE ="20170716"
  | eval BankCTime  = "13.10"
  | eval GCTime  = "15.16"
  ]
| append [
  | makeresults
  | eval DATE ="20170717"
  | eval BankCTime  = "16.10"
  | eval GCTime  = "17.16"
  ]  
| append [
  | makeresults
  | eval DATE ="20170718"
  | eval BankCTime  = "15.20"
  | eval GCTime  = "14.16"
  ]   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Following is the actual query for timechart based on your tabular data (PS: Days with No Data will be Red &lt;CODE&gt;| fillnull value=0&lt;/CODE&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval _time=strptime(DATE,"%Y%m%d")
| timechart span=1d values(BankCTime) as BankCTime values(GCTime) as GCTime
| eval BankCTime= case(BankCTime&amp;lt;15.15,2,BankCTime&amp;gt;=15.15 AND BankCTime&amp;lt;16,1,BankCTime&amp;gt;=16,0)
| eval GCTime= case(GCTime&amp;lt;15.15,2,GCTime&amp;gt;=15.15 AND GCTime&amp;lt;16,1,GCTime&amp;gt;=16,0)
| fillnull value=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Following is run anywhere SimpleXML&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;viz type="calendar_heatmap_app.calendar_heatmap"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
    | eval DATE ="20170715"
    | eval BankCTime  = "14.15"
    | eval GCTime  = "13.12"
    | append [
      | makeresults
      | eval DATE ="20170716"
      | eval BankCTime  = "13.10"
      | eval GCTime  = "15.16"
      ]
    | append [
      | makeresults
      | eval DATE ="20170717"
      | eval BankCTime  = "16.10"
      | eval GCTime  = "17.16"
      ]  
    | append [
      | makeresults
      | eval DATE ="20170718"
      | eval BankCTime  = "15.20"
      | eval GCTime  = "14.16"
      ]   
    | eval _time=strptime(DATE,"%Y%m%d")
    | timechart span=1d values(BankCTime) as BankCTime values(GCTime) as GCTime
    | eval BankCTime= case(BankCTime&amp;amp;lt;15.15,2,BankCTime&amp;amp;gt;=15.15 AND BankCTime&amp;amp;lt;16,1,BankCTime&amp;amp;gt;=16,0)
    | eval GCTime= case(GCTime&amp;amp;lt;15.15,2,GCTime&amp;amp;gt;=15.15 AND GCTime&amp;amp;lt;16,1,GCTime&amp;amp;gt;=16,0)
    | fillnull value=0&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.cellPadding"&amp;gt;2&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.cellSize"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.cellStyle"&amp;gt;square&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.legendType"&amp;gt;independent&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.maxColor"&amp;gt;#269489&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.minColor"&amp;gt;#d93f3c&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.numOfBins"&amp;gt;3&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.showLegend"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="calendar_heatmap_app.calendar_heatmap.splitMonths"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2017 10:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307350#M175464</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-20T10:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307351#M175465</link>
      <description>&lt;P&gt;Thanks a lot for response.But I don't get any results for the query.I drill down that the timechart command is not fetching me any results for GCTime and BankCTime (timechart span=1d values(BankCTime) as BankCTime values(GCTime) as GCTime).whereas when I use anyother command like "chart values(BankCTime) as BankCTime values(GCTime) as GCTime" or "table BankCtime GCTime" gives the result.Please let me know what I am missing.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 19:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307351#M175465</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-21T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307352#M175466</link>
      <description>&lt;P&gt;In your last example table prior to my answer, you have mentioned String Date field DATE however, in your initial clarification it was COBDATE. Please ensure you are converting correct date field from string time to epoch time. &lt;/P&gt;

&lt;P&gt;If it is COBDATE, use the following prior to timechart command&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval _time=strptime(COBDATE,"%Y%m%d")&lt;/CODE&gt;&lt;BR /&gt;
PS: Timechart will work with _time field containing epoch time. So you should convert String Date field to epoch and assign the same to _time.&lt;/P&gt;

&lt;P&gt;Also based on your clarification per day you should have only one GCTime and BankCTime for values() to work or else you might have to use max() or last() instead of values(). For example: max(GCTime) or last(GCTime).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 20:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307352#M175466</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-21T20:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307353#M175467</link>
      <description>&lt;P&gt;Hi ,Yes I am converting my Date(COBDATE) to EpochTime. and yes I have only one value of GCTime and BankCTime per day.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:12:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307353#M175467</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-21T21:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307354#M175468</link>
      <description>&lt;P&gt;If you run command &lt;CODE&gt;| table _time GCTime BankCTime&lt;/CODE&gt; are you seeing expected results? Ideally timechart should work then.&lt;/P&gt;

&lt;P&gt;You mentioned that chart command was working fine for you. Can you try using chart as timechart command by introducing &lt;CODE&gt;by _time&lt;/CODE&gt; clause and also &lt;CODE&gt;span=1d&lt;/CODE&gt; for daily bucket?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| chart span=1d values(BankCTime) as BankCTime values(GCTime) as GCTime by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Jul 2017 04:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307354#M175468</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-22T04:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307355#M175469</link>
      <description>&lt;P&gt;Thanks and appreciate your replies.Yes Chart ,table commands worked issue was only with timechart seems weird. But I was able to do a work around.&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307355#M175469</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-25T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307356#M175470</link>
      <description>&lt;P&gt;Can you please post the workaround for other's reference?&lt;BR /&gt;
Were you able to try out &lt;CODE&gt;chart&lt;/CODE&gt; with &lt;CODE&gt;span=1d&lt;/CODE&gt; and aggregated &lt;CODE&gt;by _time&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:59:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307356#M175470</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-25T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307357#M175471</link>
      <description>&lt;P&gt;Sure.Span cannot be used with chart command as far as I know. Also tried it, dint work. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307357#M175471</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-07-25T16:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307358#M175472</link>
      <description>&lt;P&gt;Yes span is available with chart command: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/SearchReference/Chart#Span_options"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/SearchReference/Chart#Span_options&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you have tried span with chart and it did not work, can you post the command that you tried?&lt;/P&gt;

&lt;P&gt;Further, if &lt;CODE&gt;chart command&lt;/CODE&gt; is working for you and &lt;CODE&gt;chart along with span and split by _time&lt;/CODE&gt; is not working, then it will confirm that &lt;CODE&gt;_time&lt;/CODE&gt; field is not available when you are trying to plot the chart. For which you will need a command like  &lt;CODE&gt;| eval _time=strptime(COBDATE,"%Y%m%d")&lt;/CODE&gt; before calling the chart command as I had mentioned earlier.&lt;/P&gt;

&lt;P&gt;In any case if you have solved your issue with a work-around, you can post the same for other's reference and close this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307358#M175472</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-25T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307359#M175473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was able to create the calendar heatmap visuvalization but havig difficulty with the accurate display.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;convert ctime(DATE),timeformat="%Y-%m-%d" |eval BankCTime=case(BankCTime&amp;gt;="0" AND BankCTime&amp;lt;="13.30","0", BankCTime&amp;gt;="13.30" AND BankCTime&amp;lt;="14.00","1", BankCTime&amp;gt;"14.00" AND BankCTime&amp;gt;="14.01","2")   |eval GCTime=case(GCTime&amp;gt;="0" AND GCTime&amp;lt;="15.0","0",GCTime&amp;gt;="15.01" AND GCTime&amp;lt;="15.30","1", GCTime&amp;lt;="15.30" AND GCTime&amp;gt;="15.31","2")|eval _time=strptime(DATE,"%Y-%m-%d")|timechart span=1d max(BankCTime) as IBTime values(GCTime) as GCTime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I select Statistic visualization, the data is all correct, but when I select the Calendar Visualization for the same, I see that the Friday's data is listed for Thursday and Monday data is listed as Sunday's. I am not sure about this shift of data. Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 17:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307359#M175473</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-08-21T17:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307360#M175474</link>
      <description>&lt;P&gt;Can you add screenshots from stats and visualization tabs? Most likely this would be happening due to User's Time Zone. On the top Splunk Bar next to Messages click on the User Name and choose Account Settings. Under the Global section select the TimeZone as per the need.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 06:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307360#M175474</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-08-22T06:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding implementation of Calendar visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307361#M175475</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2501i9D6C078773701982/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 13:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regarding-implementation-of-Calendar-visualization/m-p/307361#M175475</guid>
      <dc:creator>duraij</dc:creator>
      <dc:date>2017-08-22T13:47:15Z</dc:date>
    </item>
  </channel>
</rss>

