<?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 Timechart over 1 year displays all events on 1st of month in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-over-1-year-displays-all-events-on-1st-of-month/m-p/652248#M53531</link>
    <description>&lt;P&gt;I'm using a timechart visualization as a drilldown on a dashboard where the time range is controlled by radio buttons with options of: &lt;A href="mailto:-24h@h," target="_blank"&gt;-24h@h,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-7d@d," target="_blank"&gt;-7d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-30d@d," target="_blank"&gt;-30d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-60d@d," target="_blank"&gt;-60d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-90d@d," target="_blank"&gt;-90d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-6mon@d," target="_blank"&gt;-6mon@d,&lt;/A&gt;&amp;nbsp;and &lt;A href="mailto:-1y@d" target="_blank"&gt;-1y@d&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;......&lt;BR /&gt;| timechart count by "Site Name"&lt;/P&gt;&lt;P&gt;Most everything works fine but when I switch select &lt;A href="mailto:-6mon@d" target="_blank"&gt;-6mon@d&lt;/A&gt;&amp;nbsp;or &lt;A href="mailto:-1y@d" target="_blank"&gt;-1y@d&lt;/A&gt;&amp;nbsp;the timechart no longer displays the events with their actual date and instead labels all of them as the first of the month (i.e. July 1, 2023).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine this is something to do with timechart's automatic grouping based on time range but is there a way to disable this and have the events displayed with their actual date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not only is it important for analysis purposes, I have a drilldown of this timechart that shows the specific event data but my search is dependent on the timechart returning the specific date. See search below:&lt;/P&gt;&lt;P&gt;........&lt;BR /&gt;| eval dtg=strftime($dd_earliest$, "%d %b %Y")&lt;BR /&gt;| where Start=dtg AND 'Site Name'="$selected_site$"&lt;/P&gt;&lt;P&gt;These values are set in the drilldown stanzas of the search: | timechart count by "Site Name"&lt;/P&gt;&lt;P&gt;&amp;lt;set token="selected_site"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;eval token="dd_earliest"&amp;gt;$click.value$&amp;lt;/eval&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 16:03:33 GMT</pubDate>
    <dc:creator>michaeler</dc:creator>
    <dc:date>2023-07-27T16:03:33Z</dc:date>
    <item>
      <title>Timechart over 1 year displays all events on 1st of month</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-over-1-year-displays-all-events-on-1st-of-month/m-p/652248#M53531</link>
      <description>&lt;P&gt;I'm using a timechart visualization as a drilldown on a dashboard where the time range is controlled by radio buttons with options of: &lt;A href="mailto:-24h@h," target="_blank"&gt;-24h@h,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-7d@d," target="_blank"&gt;-7d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-30d@d," target="_blank"&gt;-30d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-60d@d," target="_blank"&gt;-60d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-90d@d," target="_blank"&gt;-90d@d,&lt;/A&gt;&amp;nbsp;&lt;A href="mailto:-6mon@d," target="_blank"&gt;-6mon@d,&lt;/A&gt;&amp;nbsp;and &lt;A href="mailto:-1y@d" target="_blank"&gt;-1y@d&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;......&lt;BR /&gt;| timechart count by "Site Name"&lt;/P&gt;&lt;P&gt;Most everything works fine but when I switch select &lt;A href="mailto:-6mon@d" target="_blank"&gt;-6mon@d&lt;/A&gt;&amp;nbsp;or &lt;A href="mailto:-1y@d" target="_blank"&gt;-1y@d&lt;/A&gt;&amp;nbsp;the timechart no longer displays the events with their actual date and instead labels all of them as the first of the month (i.e. July 1, 2023).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine this is something to do with timechart's automatic grouping based on time range but is there a way to disable this and have the events displayed with their actual date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not only is it important for analysis purposes, I have a drilldown of this timechart that shows the specific event data but my search is dependent on the timechart returning the specific date. See search below:&lt;/P&gt;&lt;P&gt;........&lt;BR /&gt;| eval dtg=strftime($dd_earliest$, "%d %b %Y")&lt;BR /&gt;| where Start=dtg AND 'Site Name'="$selected_site$"&lt;/P&gt;&lt;P&gt;These values are set in the drilldown stanzas of the search: | timechart count by "Site Name"&lt;/P&gt;&lt;P&gt;&amp;lt;set token="selected_site"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;eval token="dd_earliest"&amp;gt;$click.value$&amp;lt;/eval&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 16:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-over-1-year-displays-all-events-on-1st-of-month/m-p/652248#M53531</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2023-07-27T16:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over 1 year displays all events on 1st of month</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-over-1-year-displays-all-events-on-1st-of-month/m-p/652250#M53532</link>
      <description>&lt;P&gt;Nevermind. I must have been having a brainfart and forgot about the "span" option in timechart. Fixed my own issue.&lt;/P&gt;&lt;P&gt;.....&lt;BR /&gt;| timechart span=1d count by "Site Name"&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 16:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Timechart-over-1-year-displays-all-events-on-1st-of-month/m-p/652250#M53532</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2023-07-27T16:19:53Z</dc:date>
    </item>
  </channel>
</rss>

