<?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: using inputlookup command on csv file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425210#M173471</link>
    <description>&lt;P&gt;See this on how to upload your csv file as lookup table file.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Knowledge/Usefieldlookupstoaddinformationtoyourevents"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Knowledge/Usefieldlookupstoaddinformationtoyourevents&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once you've the lookup table in your Splunk instance, you can use the lookup table as described here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Lookup"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Lookup&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 19:48:07 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2019-01-23T19:48:07Z</dc:date>
    <item>
      <title>using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425208#M173469</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6439i0F2589FB78CA2A04/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hi,&lt;BR /&gt;
I am new to Splunk. &lt;BR /&gt;
Attached screenshot is the data of my csv file. Please provide me a query to display the value of Field 3 for corresponding Field1 and Field2 values using inputlookup or lookup command.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Vandana&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425208#M173469</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-01-23T07:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425209#M173470</link>
      <description>&lt;P&gt;What have you tried so far?  What results did you get?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 13:58:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425209#M173470</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-01-23T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425210#M173471</link>
      <description>&lt;P&gt;See this on how to upload your csv file as lookup table file.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Knowledge/Usefieldlookupstoaddinformationtoyourevents"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Knowledge/Usefieldlookupstoaddinformationtoyourevents&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once you've the lookup table in your Splunk instance, you can use the lookup table as described here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Lookup"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchReference/Lookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 19:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425210#M173471</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-01-23T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425211#M173472</link>
      <description>&lt;P&gt;| lookup lookup_name field1, field2 OUTPUTNEW field3&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 07:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425211#M173472</guid>
      <dc:creator>ashmaind</dc:creator>
      <dc:date>2019-01-29T07:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425212#M173473</link>
      <description>&lt;P&gt;I found the answer:&lt;BR /&gt;
|inputlookup file.csv | where Colum1="$Column1$" AND Column2="$Clomun2" | return $Column3&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 07:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425212#M173473</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-01-29T07:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: using inputlookup command on csv file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425213#M173474</link>
      <description>&lt;P&gt;I found the answer:&lt;BR /&gt;
|inputlookup file.csv | where Column1="$Column1$" AND Column2="$Column2$" | return $Column3&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 07:56:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-inputlookup-command-on-csv-file/m-p/425213#M173474</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-01-29T07:56:19Z</dc:date>
    </item>
  </channel>
</rss>

