<?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: Data not being displayed with previous working query. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479638#M134426</link>
    <description>&lt;P&gt;Try running this to see what indexes are being populated:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  |tstats count where index=* by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Use the past 24 hours in time picker. &lt;BR /&gt;
This will show any index being written to in your environment. Verify that you see the index you desire to query in the results. &lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 17:20:55 GMT</pubDate>
    <dc:creator>mydog8it</dc:creator>
    <dc:date>2020-01-06T17:20:55Z</dc:date>
    <item>
      <title>Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479635#M134423</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;
I've been using Splunk enterprise search and reporting since a month now and now when I try to search with the same old query which worked previously, the results doesn't even shows up. All i get is "No results found. Try expanding the time range." but I'm using time range of last 30 days.&lt;/P&gt;

&lt;P&gt;Can anyone please help me with this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sid&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 15:45:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479635#M134423</guid>
      <dc:creator>siddharth1479</dc:creator>
      <dc:date>2020-01-06T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479636#M134424</link>
      <description>&lt;P&gt;Would be beneficial posting a sample of the search you're using. This will usually happen in two cases:&lt;BR /&gt;
1. No data is available (perhaps no new data was indexed since it last worked or even the retention of the data you're looking for already deleted the old data)&lt;BR /&gt;
2. The field transformations you were using were changed and you cannot filter anymore the data (in this case I recommend you start cutting the search query you were using to make sure you're matching something, let's say for example you were using this search: &lt;CODE&gt;index=abc sourcetype=abc event=filtered | start count by host&lt;/CODE&gt;, you can search for only index=abc that should give you an idea if you really have data there and the problem is not your query&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479636#M134424</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2020-01-06T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479637#M134425</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Thanks for the reply, as you said to cut down the search to only index, i'm still now able to see any data. I'm pretty much sure that data is being indexed as i can see it on my server logs.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;eg: index="iam" User="*"   ----&amp;gt;  Using this also wont show me any data &lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;The query I'm using is this&lt;/P&gt;

&lt;P&gt;index="uam" User="*" earliest=-15m latest=now| rename date_hour AS Hour date_mday AS Day date_minute AS Minute date_month AS Month date_second AS Second date_wday AS WeekDay  date_year AS Year date_zone AS TimeZone | fields _time Year Month Day WeekDay Hour Minute Second TimeZone host User _raw | dedup _time&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sid&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479637#M134425</guid>
      <dc:creator>siddharth1479</dc:creator>
      <dc:date>2020-09-30T03:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479638#M134426</link>
      <description>&lt;P&gt;Try running this to see what indexes are being populated:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  |tstats count where index=* by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Use the past 24 hours in time picker. &lt;BR /&gt;
This will show any index being written to in your environment. Verify that you see the index you desire to query in the results. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479638#M134426</guid>
      <dc:creator>mydog8it</dc:creator>
      <dc:date>2020-01-06T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479639#M134427</link>
      <description>&lt;P&gt;you have earliest hardcoded in your search bar and it's set to 15min. when you remove that and broaden your search to 30d, does that help at all?&lt;/P&gt;

&lt;P&gt;have you checked that field extractions are working properly? you have User=*, but it could be that something happened that the field extractions are broken somewhere? try just the &lt;CODE&gt;index=uam&lt;/CODE&gt; (I also noticed that in one comment you put &lt;CODE&gt;iam&lt;/CODE&gt; and another you put &lt;CODE&gt;uam&lt;/CODE&gt;, so just double check for any typos) for a broader range and see the last time data came through (you can also use the &lt;CODE&gt;|tstats&lt;/CODE&gt; trick that @mydog8it suggests, but I might add &lt;CODE&gt;|tstats max(_time) as max_time max(_indextime) as max_indextime where index=uam|convert ctime(max_time) ctime(max_indextime)&lt;/CODE&gt; in order to get the last time and indextime for that index)  . If you see that data has come in within the last 15 minutes or so, shorten your time frame and do &lt;CODE&gt;index=uam|fieldsummary&lt;/CODE&gt; to see what fields are being extracted. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:09:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479639#M134427</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2020-01-06T18:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479640#M134428</link>
      <description>&lt;P&gt;Try removing the hardcoded &lt;CODE&gt;earliest=-15m latest=now&lt;/CODE&gt; as this overwrites the time you choose on the time picker&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 11:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479640#M134428</guid>
      <dc:creator>gfreitas</dc:creator>
      <dc:date>2020-01-07T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479641#M134429</link>
      <description>&lt;P&gt;Thanks for the reply, I tried using the command you gave and it doesn't show the desired index i want. Seems like problem with my permission and need to contact my Splunk admin. Thanks for helping me out.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 16:02:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479641#M134429</guid>
      <dc:creator>siddharth1479</dc:creator>
      <dc:date>2020-01-07T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479642#M134430</link>
      <description>&lt;P&gt;Thanks for the reply, I tried using the command you gave and it doesn't show the desired index i want. Seems like problem with my permission and need to contact my Splunk admin. Thanks for helping me out.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 16:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479642#M134430</guid>
      <dc:creator>siddharth1479</dc:creator>
      <dc:date>2020-01-07T16:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being displayed with previous working query.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479643#M134431</link>
      <description>&lt;P&gt;Did the same, still not able to get results. Need to contact my Splunk admin with the issue. Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 16:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-displayed-with-previous-working-query/m-p/479643#M134431</guid>
      <dc:creator>siddharth1479</dc:creator>
      <dc:date>2020-01-07T16:03:22Z</dc:date>
    </item>
  </channel>
</rss>

