<?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 lookups in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559518#M6398</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Under lookups we have lookups as below&lt;/P&gt;&lt;P&gt;lookups&lt;/P&gt;&lt;P&gt;abcd.csv&lt;/P&gt;&lt;P&gt;xyz.csv&lt;/P&gt;&lt;P&gt;I could see configs in props.conf to map to these lookups&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="line"&gt;&lt;SPAN class="n"&gt;LOOKUP&lt;/SPAN&gt;-field1-field2 = abcd&lt;SPAN class="n"&gt;_lookup&lt;/SPAN&gt; field &lt;SPAN class="n"&gt;OUTPUTNEW&lt;/SPAN&gt; field1,field2&lt;/SPAN&gt;
&lt;SPAN class="line"&gt;&lt;SPAN class="n"&gt;LOOKUP&lt;/SPAN&gt;-field3 = xyz&lt;SPAN class="n"&gt;_mapping&lt;/SPAN&gt; field &lt;SPAN class="n"&gt;OUTPUTNEW&lt;/SPAN&gt; field3&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;You can see&amp;nbsp; in props.conf, along with the first lookup name they have added _lookup (abcd_lookup) and along with the second lookup name they have added _mapping (xyz_mapping).&lt;/P&gt;&lt;P&gt;is this correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 03:07:27 GMT</pubDate>
    <dc:creator>VijaySrrie</dc:creator>
    <dc:date>2021-07-15T03:07:27Z</dc:date>
    <item>
      <title>lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559518#M6398</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Under lookups we have lookups as below&lt;/P&gt;&lt;P&gt;lookups&lt;/P&gt;&lt;P&gt;abcd.csv&lt;/P&gt;&lt;P&gt;xyz.csv&lt;/P&gt;&lt;P&gt;I could see configs in props.conf to map to these lookups&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="line"&gt;&lt;SPAN class="n"&gt;LOOKUP&lt;/SPAN&gt;-field1-field2 = abcd&lt;SPAN class="n"&gt;_lookup&lt;/SPAN&gt; field &lt;SPAN class="n"&gt;OUTPUTNEW&lt;/SPAN&gt; field1,field2&lt;/SPAN&gt;
&lt;SPAN class="line"&gt;&lt;SPAN class="n"&gt;LOOKUP&lt;/SPAN&gt;-field3 = xyz&lt;SPAN class="n"&gt;_mapping&lt;/SPAN&gt; field &lt;SPAN class="n"&gt;OUTPUTNEW&lt;/SPAN&gt; field3&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;You can see&amp;nbsp; in props.conf, along with the first lookup name they have added _lookup (abcd_lookup) and along with the second lookup name they have added _mapping (xyz_mapping).&lt;/P&gt;&lt;P&gt;is this correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 03:07:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559518#M6398</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2021-07-15T03:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559519#M6399</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i understand correctly, There are two key items w.r.t lookups , in lookup definition name of lookup in your case xyz_mapping, abcd_lookup and files with extension .csv are the original file having data.&lt;/P&gt;&lt;P&gt;You should be able to find same in transforms.conf as below, then it must be right.. you can test same with | inputlook abcd_lookup , | inputlookup xyz_mapping under the app scope they have been configured.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[abcd_lookup]
filename = abcd.csv
[xyz_mapping]
filename = xyz.csv&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; ---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated and Accept solution if this reply helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 03:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559519#M6399</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-15T03:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559520#M6400</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp; you are correct.&lt;/P&gt;&lt;P&gt;So generally when we create lookups and use it for field extraction, do we need to write props.conf and transforms.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 03:39:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559520#M6400</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2021-07-15T03:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: lookups</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559521#M6401</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp; Transforms.conf is kind of one-time set-up to configure the lookup file and definition you don't need to do this everytime unless you want change original settings done by your admin/developer.&lt;/P&gt;&lt;P&gt;If you are going to use the existing lookup file, you mostly use props.conf to deployed to SH and it's not extraction i would say to enrich and create additional fields (OUTPUT, OUTPUTNEW). props.conf LOOKUP-&amp;lt;name &amp;gt; = something, is equivalent to using | lookup command in UI. Hence it depends where you want to code it in UI inline search or backend using props.conf. Hope this clarifies!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 03:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/lookups/m-p/559521#M6401</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-15T03:49:40Z</dc:date>
    </item>
  </channel>
</rss>

