<?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 How do I search a csv file created via Outputlookup? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133667#M36501</link>
    <description>&lt;P&gt;I am creating lookup csv files for my app on a nightly basis via scheduled searches doing &lt;CODE&gt;search | outputlookup mydata.csv&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;I have verified that the &lt;CODE&gt;mydata.csv&lt;/CODE&gt; exists under my app's lookups directory, and it contains the correct data.  However, when running &lt;CODE&gt;inputlookup mydata.csv&lt;/CODE&gt; no results come back.&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2014 13:28:57 GMT</pubDate>
    <dc:creator>mshapirovp</dc:creator>
    <dc:date>2014-07-08T13:28:57Z</dc:date>
    <item>
      <title>How do I search a csv file created via Outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133667#M36501</link>
      <description>&lt;P&gt;I am creating lookup csv files for my app on a nightly basis via scheduled searches doing &lt;CODE&gt;search | outputlookup mydata.csv&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;I have verified that the &lt;CODE&gt;mydata.csv&lt;/CODE&gt; exists under my app's lookups directory, and it contains the correct data.  However, when running &lt;CODE&gt;inputlookup mydata.csv&lt;/CODE&gt; no results come back.&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133667#M36501</guid>
      <dc:creator>mshapirovp</dc:creator>
      <dc:date>2014-07-08T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a csv file created via Outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133668#M36502</link>
      <description>&lt;P&gt;Perhaps a flaw in your inputlookup usage, but if you don't post an example search we cannot see.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133668#M36502</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-07-08T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a csv file created via Outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133669#M36503</link>
      <description>&lt;P&gt;I had actually posted the complete search I was trying in the post itself, but I just across a "ah-ha" moment that showed me what I was doing wrong.  I needed to add a pipe before the &lt;CODE&gt;inputlookup&lt;/CODE&gt; command before I would get results&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:32:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133669#M36503</guid>
      <dc:creator>mshapirovp</dc:creator>
      <dc:date>2014-07-08T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a csv file created via Outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133670#M36504</link>
      <description>&lt;P&gt;It appears that you must start the search with a pipe.  I was trying:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;inputlookup mydata.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But got no results.  What I should have been searching for was:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mydata.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That pipe made it work.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:36:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133670#M36504</guid>
      <dc:creator>mshapirovp</dc:creator>
      <dc:date>2014-07-08T13:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search a csv file created via Outputlookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133671#M36505</link>
      <description>&lt;P&gt;That'll do it...&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-a-csv-file-created-via-Outputlookup/m-p/133671#M36505</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-07-08T17:05:59Z</dc:date>
    </item>
  </channel>
</rss>

