<?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 Monthly Graph not showing proper value on X axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438828#M124882</link>
    <description>&lt;P&gt;I am creating monthly chart using splunk timechart query as shown below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sample_audit_log" | timechart span=1mon dc(username) as TOTAL_USERS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In statistics tab, results are showing proper months like 2019-07, 2019-08 but in visualization line chart, months are displaying wrong date June 30, 2019 6:30 PM and July 30, 2019 6:30 PM respectively.&lt;/P&gt;

&lt;P&gt;In Statistics Tab:&lt;BR /&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/7479iF997EFC04784E8FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In Visualization Tab:&lt;BR /&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/7480i7293603B8F5A6C85/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It is displaying wrong date for every month. Example for July month, it is showing 30th June date. &lt;/P&gt;

&lt;P&gt;Any suggestions would really be helpful and appreciable.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 11:23:04 GMT</pubDate>
    <dc:creator>hanibans</dc:creator>
    <dc:date>2019-08-12T11:23:04Z</dc:date>
    <item>
      <title>Monthly Graph not showing proper value on X axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438828#M124882</link>
      <description>&lt;P&gt;I am creating monthly chart using splunk timechart query as shown below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sample_audit_log" | timechart span=1mon dc(username) as TOTAL_USERS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In statistics tab, results are showing proper months like 2019-07, 2019-08 but in visualization line chart, months are displaying wrong date June 30, 2019 6:30 PM and July 30, 2019 6:30 PM respectively.&lt;/P&gt;

&lt;P&gt;In Statistics Tab:&lt;BR /&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/7479iF997EFC04784E8FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In Visualization Tab:&lt;BR /&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/7480i7293603B8F5A6C85/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It is displaying wrong date for every month. Example for July month, it is showing 30th June date. &lt;/P&gt;

&lt;P&gt;Any suggestions would really be helpful and appreciable.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 11:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438828#M124882</guid>
      <dc:creator>hanibans</dc:creator>
      <dc:date>2019-08-12T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Graph not showing proper value on X axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438829#M124883</link>
      <description>&lt;P&gt;hi @hanibans &lt;BR /&gt;
This is weird, yet your screen shot supports your statement. Assuming you have access to the _audit index, can you please run this query as is for all time range or last 3 months and tell us if you still see the same issue?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_audit" | timechart span=1mon dc(action) as TOTAL_ACTIONS
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Aug 2019 16:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438829#M124883</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-12T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Graph not showing proper value on X axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438830#M124884</link>
      <description>&lt;P&gt;@hanibans what is the timezone of logged in user? Can you set the same to UTC and see?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 16:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438830#M124884</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-08-12T16:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Graph not showing proper value on X axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438831#M124885</link>
      <description>&lt;P&gt;@Sukisen1981  I am facing same issue for longer time duration. I tried running same query for 3 months and 6 months. &lt;/P&gt;

&lt;P&gt;On Mouse hover, it is showing date of last month. &lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 19:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438831#M124885</guid>
      <dc:creator>hanibans</dc:creator>
      <dc:date>2019-08-12T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Graph not showing proper value on X axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438832#M124886</link>
      <description>&lt;P&gt;uhh @hanibans - check out what @niketnilay says , the reason i asked you to try this was I was doubting what niket is saying, doesn't look like an issue with search duration, try tinkering with the timezones&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 19:08:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Monthly-Graph-not-showing-proper-value-on-X-axis/m-p/438832#M124886</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-12T19:08:09Z</dc:date>
    </item>
  </channel>
</rss>

