<?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: Timechart over one Month 01.-31. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224386#M66106</link>
    <description>&lt;P&gt;earliest=-1mon@mon latest=now &amp;gt;&amp;gt; &lt;STRONG&gt;shows 01-12.Nov.&lt;/STRONG&gt;&lt;BR /&gt;
But after a few seconds the range from  &lt;STRONG&gt;05.11-12.11&lt;/STRONG&gt; &amp;gt;&amp;gt; I don´t understand this&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2015 08:01:17 GMT</pubDate>
    <dc:creator>cschmit1</dc:creator>
    <dc:date>2015-11-12T08:01:17Z</dc:date>
    <item>
      <title>Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224383#M66103</link>
      <description>&lt;P&gt;I want to design a new timechart dashboard panel based on a specific search over exact 1 Month (or 30 days)&lt;BR /&gt;
My search looks like: &lt;BR /&gt;
sourcetype=”XXX” | timechart count by attack_type&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;I want the x – axis be formatted like 01.12.15 – 31.12.15 not matter if I got logs &amp;gt; to create a monthly pdf of my dashboard&lt;/STRONG&gt;&lt;BR /&gt;
Similar like this: &lt;A href="https://answers.splunk.com/storage/temp/51200-missingdata-20150811.jpg"&gt;https://answers.splunk.com/storage/temp/51200-missingdata-20150811.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How can I do this?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 09:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224383#M66103</guid>
      <dc:creator>cschmit1</dc:creator>
      <dc:date>2015-11-11T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224384#M66104</link>
      <description>&lt;P&gt;Set the timrangepicker to select the period/month you want to look at (Date Range -&amp;gt; Between -&amp;gt; select the dates)&lt;/P&gt;

&lt;P&gt;Or use the advanced options in the timerange picker:&lt;BR /&gt;
To see the current month set earliest=-1mon@mon latest=@mon&lt;BR /&gt;
To see the previous month set earliest=@mon latest=now&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype="xxx" 
 | timechart span=1d count by attack_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Nov 2015 09:31:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224384#M66104</guid>
      <dc:creator>HeinzWaescher</dc:creator>
      <dc:date>2015-11-11T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224385#M66105</link>
      <description>&lt;P&gt;If you want the timeranges to be in cluded in your search, you can use the &lt;CODE&gt;now()&lt;/CODE&gt; feature to calculate the needed start and end dates.&lt;/P&gt;

&lt;P&gt;If your report shall reflect the current month, you can use a search string as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype="xxx" earliest="@mon" latest="+1mon@mon" 
 | timechart span=1d count by attack_time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Same would go for the last month:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype="xxx" earliest="1-mon@mon" latest="@mon" 
 | timechart span=1d count by attack_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Nov 2015 13:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224385#M66105</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2015-11-11T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224386#M66106</link>
      <description>&lt;P&gt;earliest=-1mon@mon latest=now &amp;gt;&amp;gt; &lt;STRONG&gt;shows 01-12.Nov.&lt;/STRONG&gt;&lt;BR /&gt;
But after a few seconds the range from  &lt;STRONG&gt;05.11-12.11&lt;/STRONG&gt; &amp;gt;&amp;gt; I don´t understand this&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224386#M66106</guid>
      <dc:creator>cschmit1</dc:creator>
      <dc:date>2015-11-12T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224387#M66107</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;sourcetype="xxx" earliest="@mon" latest="+1mon@mon" 
| timechart span=1d count by attack_time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;shows also the range from 05.Nov-12.Nov &amp;gt;&amp;gt; I don´t understand this&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224387#M66107</guid>
      <dc:creator>cschmit1</dc:creator>
      <dc:date>2015-11-12T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224388#M66108</link>
      <description>&lt;P&gt;Is there any event with a timestamp &amp;lt;5.11?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 08:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224388#M66108</guid>
      <dc:creator>HeinzWaescher</dc:creator>
      <dc:date>2015-11-13T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224389#M66109</link>
      <description>&lt;P&gt;Yes I got a few events in Oktober but none in November &amp;lt;05.11 &lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 09:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224389#M66109</guid>
      <dc:creator>cschmit1</dc:creator>
      <dc:date>2015-11-13T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart over one Month 01.-31.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224390#M66110</link>
      <description>&lt;P&gt;You are searching the range 1.11 - 31.11, and there is no value to show for 1.11 - 4.11. That's why you don't see values here&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 09:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-over-one-Month-01-31/m-p/224390#M66110</guid>
      <dc:creator>HeinzWaescher</dc:creator>
      <dc:date>2015-11-13T09:34:58Z</dc:date>
    </item>
  </channel>
</rss>

