<?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 timechart search return &amp;quot;No results found&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274711#M82858</link>
    <description>&lt;P&gt;Yes, it returns a table of information, and that field is populated. &lt;/P&gt;</description>
    <pubDate>Sun, 07 Feb 2016 01:46:56 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2016-02-07T01:46:56Z</dc:date>
    <item>
      <title>Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274709#M82856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a search where Splunk data is joined with a lookup, and I need a timechart on one of the fields provided by the lookup, but I can't get it to work.  Not sure what I'm doing wrong...&lt;/P&gt;

&lt;P&gt;Here's the search, which works fine. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=network sourcetype=ive_syslog host=*eraweb* "Primary authentication successful" | fields time, CORP_ID, host |dedup CORP_ID |table CORP_ID, host, time  |eval location=case(host LIKE "%mmk%", "MMK", host LIKE "%rtd%", "RTP", host LIKE "%oma%", "OMA", host LIKE "%", "Others")|lookup tinypeople.csv CORP_ID  OUTPUT  CORP_ID, DISPLAY_NAME, COMPLETE_NAME, COST_CENTER, BUSINESS_UNIT_CODE, BUSINESS_GROUP_CODE, BUSINESS_GROUP_DESC, POSN_LOC_LOCALITY_CODE, BUSINESS_UNIT_DESC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried adding a &lt;CODE&gt;|timechart count by BUSINESS_UNIT_DESC&lt;/CODE&gt;, but it comes back with "No Results found".  What am I doing wrong? &lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 00:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274709#M82856</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-02-07T00:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274710#M82857</link>
      <description>&lt;P&gt;Can you confirm that in your search (without timechart) that the field "BUSINESS_UNIT_DESC" actually has data in it?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274710#M82857</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2020-09-29T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274711#M82858</link>
      <description>&lt;P&gt;Yes, it returns a table of information, and that field is populated. &lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 01:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274711#M82858</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-02-07T01:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274712#M82859</link>
      <description>&lt;P&gt;Got it.  Never mind.. Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 02:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274712#M82859</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-02-07T02:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274713#M82860</link>
      <description>&lt;P&gt;Can you try this ?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search |eval BUSINESS_UNIT_DESC=coalesce(BUSINESS_UNIT_DESC,"NOT FOUND"|timechart count by BUSINESS_UNIT_DESC
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Feb 2016 02:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274713#M82860</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-07T02:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274714#M82861</link>
      <description>&lt;P&gt;out of curiosity , what was the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 03:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274714#M82861</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2016-02-07T03:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274715#M82862</link>
      <description>&lt;P&gt;Hi @a212830&lt;/P&gt;

&lt;P&gt;Can you confirm what the issue was and share the answer below for other users to resolve this post?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 20:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274715#M82862</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2016-02-07T20:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274716#M82863</link>
      <description>&lt;P&gt;Is the time field not in the final results? That one is critical for the timechart to work.&lt;/P&gt;

&lt;P&gt;Also, if you do &lt;CODE&gt;dedup&lt;/CODE&gt; and then &lt;CODE&gt;table&lt;/CODE&gt;, consider replacing both with a &lt;CODE&gt;stats&lt;/CODE&gt; command for improved performance.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274716#M82863</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-02-12T22:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why does my timechart search return "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274717#M82864</link>
      <description>&lt;P&gt;try this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=network sourcetype=ive_syslog host=*eraweb* "Primary authentication successful" &lt;BR /&gt;
| lookup tinypeople.csv CORP_ID &lt;BR /&gt;
| timechart count by BUSINESS_UNIT_DESC&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 16:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-my-timechart-search-return-quot-No-results-found-quot/m-p/274717#M82864</guid>
      <dc:creator>Anantha123</dc:creator>
      <dc:date>2019-09-26T16:43:18Z</dc:date>
    </item>
  </channel>
</rss>

