<?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: Why does my search not return some of events older than 30 days? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244980#M72996</link>
    <description>&lt;P&gt;same results. &lt;BR /&gt;
Thanks for mentioning the job inspector. Seems that it only can show up to 328 events (eventAvailableCount)&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 23:48:52 GMT</pubDate>
    <dc:creator>moeini</dc:creator>
    <dc:date>2016-05-10T23:48:52Z</dc:date>
    <item>
      <title>Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244976#M72992</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have a very easy search to see how many events with field A have happened in each month.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=X sourcetype=Y 
| dedup A date_month 
| stats  count(A) by date_month
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I use this search and set the time range to (2 months ago to 1 month ago), the values for that month are different from when I use it with (2 months ago to now). I checked the events and saw that Splunk does not detect some of the events that only occurred more than 30 days ago. Can anyone tell me where the problem is and How I can solve it? &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 18:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244976#M72992</guid>
      <dc:creator>moeini</dc:creator>
      <dc:date>2016-05-10T18:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244977#M72993</link>
      <description>&lt;P&gt;consult your authorize.conf and check the value assign to &lt;BR /&gt;
srchTimeWin&lt;BR /&gt;
srchMaxTime&lt;/P&gt;

&lt;P&gt;probably it set to limit your results&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:07:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244977#M72993</guid>
      <dc:creator>mosman_splunk</dc:creator>
      <dc:date>2016-05-10T19:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244978#M72994</link>
      <description>&lt;P&gt;Can you try this search and see if the results are better&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=X sourcetype=Y | stats dc(A) as countA by date_month
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;AND &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=X sourcetype=Y | dedup date_month A  | stats  count(A) by date_month
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 May 2016 20:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244978#M72994</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-10T20:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244979#M72995</link>
      <description>&lt;P&gt;Also check the job inspector to see what is going on with the search.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 21:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244979#M72995</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-05-10T21:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244980#M72996</link>
      <description>&lt;P&gt;same results. &lt;BR /&gt;
Thanks for mentioning the job inspector. Seems that it only can show up to 328 events (eventAvailableCount)&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 23:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244980#M72996</guid>
      <dc:creator>moeini</dc:creator>
      <dc:date>2016-05-10T23:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my search not return some of events older than 30 days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244981#M72997</link>
      <description>&lt;P&gt;Thanks for the help. I should check that with my administrator. Seems that I don't have access to this option. &lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 23:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-search-not-return-some-of-events-older-than-30-days/m-p/244981#M72997</guid>
      <dc:creator>moeini</dc:creator>
      <dc:date>2016-05-10T23:49:25Z</dc:date>
    </item>
  </channel>
</rss>

