<?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 am I unable to search data from Splunk servers when the time period is set for previous week ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205908#M40650</link>
    <description>&lt;P&gt;Are you getting the data for recent time ranges like last 15 mins, last 24 hrs etc? Every Splunk instance generates splunkd logs rather frequently so if your Splunk servers (search head/deployment servers etc) are sending data to your Splunk indexers, you'll see the data for these recent time ranges. If no then probably your Splunk servers are not sending their internal data to Splunk at all. For that you need to check outputs.conf on those Splunk servers to see if it exists and if yes, are they referencing your Splunk indexers?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2016 18:53:08 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-12-23T18:53:08Z</dc:date>
    <item>
      <title>Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205905#M40647</link>
      <description>&lt;P&gt;Hi All, Can any one guide me why I am unable to fetch the data from &lt;CODE&gt;index=_internal  host=splunk1 sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log"&lt;/CODE&gt;  when time period is set for last month?  This is happening only servers related with the Splunk instances. So kindly help us in troubleshooting this issue. &lt;/P&gt;

&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 16:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205905#M40647</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-12-23T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205906#M40648</link>
      <description>&lt;P&gt;So if you just search this you get data? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is the retention period of _internal index in your indexers? Run this query and check&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/indexes/_internal | table title splunk_server frozenTimePeriodInSecs | eval RetentionDays=frozenTimePeriodInSecs/86400 | rename splunk_server as Indexer
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Dec 2016 17:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205906#M40648</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-23T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205907#M40649</link>
      <description>&lt;P&gt;thanks somesoni for quick response, Yes I am able to get the data when we search with the  query  index=_internal sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Retention period is set as 30 days&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;but when we search with the time period for last 10 days, we are getting no result found. As per retention we should get the data right .&lt;/P&gt;

&lt;P&gt;Kindly guide me to trouble shoot this issue. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 17:31:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205907#M40649</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-12-23T17:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205908#M40650</link>
      <description>&lt;P&gt;Are you getting the data for recent time ranges like last 15 mins, last 24 hrs etc? Every Splunk instance generates splunkd logs rather frequently so if your Splunk servers (search head/deployment servers etc) are sending data to your Splunk indexers, you'll see the data for these recent time ranges. If no then probably your Splunk servers are not sending their internal data to Splunk at all. For that you need to check outputs.conf on those Splunk servers to see if it exists and if yes, are they referencing your Splunk indexers?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 18:53:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205908#M40650</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-23T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205909#M40651</link>
      <description>&lt;P&gt;Are your indexes full? Regardless of the retention period, once the _internal index fills the allocated space, it will remove the oldest data  to ensure that it does not exceed that size.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 19:48:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205909#M40651</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-12-25T19:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to search data from Splunk servers when the time period is set for previous week ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205910#M40652</link>
      <description>&lt;P&gt;Hi Somesoni, we are getting data when we keep the duration for 15min or even I could see data for last 7 days but when we set for more that then we are getting no result found. But I need to how to check whether the _internal indexes are full ? as we have 15 splunk instance running in our environment.&lt;BR /&gt;
Kindly guide me on this.. &lt;/P&gt;

&lt;P&gt;Wish you a merry Christmas and Happy New Year. &lt;/P&gt;

&lt;P&gt;thanks in advance &lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 09:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-search-data-from-Splunk-servers-when-the-time/m-p/205910#M40652</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2016-12-26T09:23:47Z</dc:date>
    </item>
  </channel>
</rss>

