<?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: How to specify x-axis intervals on timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41840#M9695</link>
    <description>&lt;P&gt;Okay rather than this you can use &lt;/P&gt;

&lt;P&gt;|bucket _time span=1d|timechart count. This will always show 1 day interval not two days&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2013 08:57:47 GMT</pubDate>
    <dc:creator>linu1988</dc:creator>
    <dc:date>2013-08-22T08:57:47Z</dc:date>
    <item>
      <title>How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41834#M9689</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;When doing a query like so&lt;BR /&gt;
 &lt;CODE&gt;* | timechart span=1d count&lt;/CODE&gt;&lt;BR /&gt;
I would expect the intervals on the x-axis to be 1 day per tick, but instead it is 2 days per tick.&lt;/P&gt;

&lt;P&gt;Is there a way to format the x-axis to follow the span? &lt;BR /&gt;
Maybe specifying something "manually" to alter the x-axis would also be fine.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 14:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41834#M9689</guid>
      <dc:creator>jel_splunk</dc:creator>
      <dc:date>2013-08-21T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41835#M9690</link>
      <description>&lt;P&gt;What is the time span for your search?  If it is too large to display the data at 1 day per column (for example) then it will combine the columns to cover multiple days.  A smaller time span will likely change the chart to display the data as you like.  (Of course, you might already know this or are having other issues.)  &lt;/P&gt;

&lt;P&gt;The other thing you can do is to filter the results to show only the results where the value is above a certain threshold to reduce the amount of noise in the chart.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 14:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41835#M9690</guid>
      <dc:creator>zeroactive</dc:creator>
      <dc:date>2013-08-21T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41836#M9691</link>
      <description>&lt;P&gt;The time span in this case is 7 days, which gives me the ticks that are 2 days apart. In another case I need the chart to cover a month in which case the ticks are 7 days apart, which doesn't work out for me either.&lt;/P&gt;

&lt;P&gt;Sadly I can't change the time span of the searches to be less.&lt;/P&gt;

&lt;P&gt;If only it was possible to specify "Major unit" for x-axis in the dashboard as it is possible for the y-axis.&lt;/P&gt;

&lt;P&gt;I'm afraid I need every day to appear on the chart regardless of the results on the given day. Thanks though&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 15:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41836#M9691</guid>
      <dc:creator>jel_splunk</dc:creator>
      <dc:date>2013-08-21T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41837#M9692</link>
      <description>&lt;P&gt;If you select to view the data as a table instead of a chart (using the buttons just above and to the left of the chart), do the columns in the table represent 1 day or 2 day periods?  If 1 day then the data is correct but something is skewing your chart view, such as screen resolution / browser window size...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 17:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41837#M9692</guid>
      <dc:creator>zeroactive</dc:creator>
      <dc:date>2013-08-21T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41838#M9693</link>
      <description>&lt;P&gt;The table represents 1 day periods and the results are in 1 day periods if I hover over the chart, but its the x-axis that shows larger intervals.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41838#M9693</guid>
      <dc:creator>jel_splunk</dc:creator>
      <dc:date>2013-08-22T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41839#M9694</link>
      <description>&lt;P&gt;Does this help?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/91717/timechart-x-axis"&gt;http://answers.splunk.com/answers/91717/timechart-x-axis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 08:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41839#M9694</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-08-22T08:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41840#M9695</link>
      <description>&lt;P&gt;Okay rather than this you can use &lt;/P&gt;

&lt;P&gt;|bucket _time span=1d|timechart count. This will always show 1 day interval not two days&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 08:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41840#M9695</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-08-22T08:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify x-axis intervals on timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41841#M9696</link>
      <description>&lt;P&gt;It does, thanks! I think it would be great if some of these features available through the advancedXML would also be possibly through the regular panel UI.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 11:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-x-axis-intervals-on-timechart/m-p/41841#M9696</guid>
      <dc:creator>jel_splunk</dc:creator>
      <dc:date>2013-08-22T11:05:42Z</dc:date>
    </item>
  </channel>
</rss>

