<?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: After restoring a CSV based index, why are searches using fields or wildcards not returning results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174227#M49992</link>
    <description>&lt;P&gt;You are probably running in to this well-known problem:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/"&gt;http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The solution is to put this into fields.conf in the same directory that you have your field extractions (where props.conf is):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[MyField]
INDEXED_VALUE = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Sep 2015 21:20:07 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-09-21T21:20:07Z</dc:date>
    <item>
      <title>After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174222#M49987</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a big big problem. I restored a csv based index. (MS Exchange mail track log)&lt;BR /&gt;
The restored data is big, over 100GB. &lt;/P&gt;

&lt;P&gt;When I'm starting a search specified by fields or &lt;CODE&gt;"*data*"&lt;/CODE&gt; the search does not find anything. (The search process is very fast)&lt;BR /&gt;
I'm exported some restored data, and I executed an grep command on it and found what I'm looking for.&lt;/P&gt;

&lt;P&gt;Any idea, why I can't search in Splunk via fields or wildcard?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174222#M49987</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2015-08-14T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174223#M49988</link>
      <description>&lt;P&gt;just to clarify, you can see the data in splunk looking only at the index, right? if so:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;check if you are searching using smart or verbose mode while searching.&lt;/LI&gt;
&lt;LI&gt;check if you have the props stanza for the sourcetype assigned to the events. (run this ./splunk btool props list  --debug)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174223#M49988</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-08-14T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174224#M49989</link>
      <description>&lt;P&gt;There isn't any stanza problem, my search was running in verbose mode.&lt;BR /&gt;
When i click to an event i can see the correct fields.&lt;BR /&gt;
When i use a field in search, the process ends very fast without result.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:35:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174224#M49989</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2015-09-16T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174225#M49990</link>
      <description>&lt;P&gt;On left side at field list i can see the total unique fields count and the top 10 fields value.&lt;BR /&gt;
I try to select one field value from field list, but the result is the same. No results, but is it in the index.&lt;/P&gt;

&lt;P&gt;I can't understand why not works. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174225#M49990</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2015-09-16T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174226#M49991</link>
      <description>&lt;P&gt;&lt;CODE&gt;There isn't any stanza problem, my search was running in verbose mode.&lt;/CODE&gt; So switch back to verbose mode, I assume you're in &lt;CODE&gt;fast&lt;/CODE&gt; mode now.&lt;/P&gt;

&lt;P&gt;Read the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.6/Search/Changethesearchmode"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.6/Search/Changethesearchmode&lt;/A&gt; to learn more about the search modes.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:36:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174226#M49991</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-21T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: After restoring a CSV based index, why are searches using fields or wildcards not returning results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174227#M49992</link>
      <description>&lt;P&gt;You are probably running in to this well-known problem:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/"&gt;http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The solution is to put this into fields.conf in the same directory that you have your field extractions (where props.conf is):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[MyField]
INDEXED_VALUE = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Sep 2015 21:20:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/After-restoring-a-CSV-based-index-why-are-searches-using-fields/m-p/174227#M49992</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-09-21T21:20:07Z</dc:date>
    </item>
  </channel>
</rss>

