<?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 How to change timechart data points to reflect full timestamp instead of date_hours in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393172#M114392</link>
    <description>&lt;P&gt;Disclaimer - very green to Splunk  &lt;/P&gt;

&lt;P&gt;My timechart is built with the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$search | timechart avg(date_hour) by date_mday
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the chart itself looks fine but because im only asking for date_hour each point only reflects the hour portion of each log's time stamp. Can I change my query so the alt text for each data point on the chart reflect the full time stamp?  &lt;/P&gt;

&lt;P&gt;Also, my x axis properly sorts point by day but my y axis bounds are off - can I set the max and min myself? &lt;/P&gt;

&lt;P&gt;THANK YOU&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2019 13:47:03 GMT</pubDate>
    <dc:creator>jonleach</dc:creator>
    <dc:date>2019-07-19T13:47:03Z</dc:date>
    <item>
      <title>How to change timechart data points to reflect full timestamp instead of date_hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393172#M114392</link>
      <description>&lt;P&gt;Disclaimer - very green to Splunk  &lt;/P&gt;

&lt;P&gt;My timechart is built with the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$search | timechart avg(date_hour) by date_mday
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the chart itself looks fine but because im only asking for date_hour each point only reflects the hour portion of each log's time stamp. Can I change my query so the alt text for each data point on the chart reflect the full time stamp?  &lt;/P&gt;

&lt;P&gt;Also, my x axis properly sorts point by day but my y axis bounds are off - can I set the max and min myself? &lt;/P&gt;

&lt;P&gt;THANK YOU&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 13:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393172#M114392</guid>
      <dc:creator>jonleach</dc:creator>
      <dc:date>2019-07-19T13:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart data points to reflect full timestamp instead of date_hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393173#M114393</link>
      <description>&lt;P&gt;Try 'span' keyword in 'timechart' command&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;base_search&amp;gt;
| timechart span=1h avg(field_name)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jul 2019 06:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393173#M114393</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-07-22T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change timechart data points to reflect full timestamp instead of date_hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393174#M114394</link>
      <description>&lt;P&gt;Adding span gets me exactly what I needed, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-timechart-data-points-to-reflect-full-timestamp/m-p/393174#M114394</guid>
      <dc:creator>jonleach</dc:creator>
      <dc:date>2019-07-22T13:41:14Z</dc:date>
    </item>
  </channel>
</rss>

