<?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: Lookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677750#M231750</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 07:16:26 GMT</pubDate>
    <dc:creator>Muthu_Vinith</dc:creator>
    <dc:date>2024-02-16T07:16:26Z</dc:date>
    <item>
      <title>Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677643#M231708</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey Experts, I'm new to splunk and I'm trying to create a new lookup from data in a &lt;STRONG&gt;index=abc&lt;/STRONG&gt;. Can someone please guide me on how to achieve this? Any help or example queries would be greatly appreciated. Thank You!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 11:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677643#M231708</guid>
      <dc:creator>Muthu_Vinith</dc:creator>
      <dc:date>2024-02-15T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677646#M231710</link>
      <description>&lt;P&gt;Create a search to find the data you want from your index, then use outputlookup to send it to a lookup source.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677646#M231710</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-15T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677653#M231714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260613"&gt;@Muthu_Vinith&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have at first to create the lookup and the lookup definition (don't forget definition!).&lt;/P&gt;&lt;P&gt;Then you have to define the fields list of the new lookup from the fiels in the index and create a search, and at least create a search ending with the outputlookup command (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/SearchReference/Outputlookup" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/SearchReference/Outputlookup&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;So you can run something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc
| dedup field1 field2 field3
| sort field1 field2 field3
| table field1 field2 field3
| outputlookup your_lookup.csv&lt;/LI-CODE&gt;&lt;P&gt;Analyze the options of the outputlookup command to find the ones that you require.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 12:37:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677653#M231714</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-15T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677707#M231725</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (180).png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29375i6F5FCE0CE25C8017/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot (180).png" alt="Screenshot (180).png" /&gt;&lt;/span&gt;&lt;BR /&gt;How to create&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677707#M231725</guid>
      <dc:creator>Muthu_Vinith</dc:creator>
      <dc:date>2024-02-15T17:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677715#M231729</link>
      <description>&lt;P&gt;Click on the Add New link?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677715#M231729</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-15T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677743#M231747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260613"&gt;@Muthu_Vinith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can use the Splunk Lookup Editor App (&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/1724" target="_blank"&gt;https://splunkbase.splunk.com/app/1724&lt;/A&gt; )to create the lookup.&lt;/P&gt;&lt;P&gt;To create the Lookup Definition, you can use the second item of the dashboard that you shared.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 05:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677743#M231747</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-16T05:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677750#M231750</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 07:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677750#M231750</guid>
      <dc:creator>Muthu_Vinith</dc:creator>
      <dc:date>2024-02-16T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677756#M231754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260613"&gt;@Muthu_Vinith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 08:10:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677756#M231754</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-16T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677933#M231835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260613"&gt;@Muthu_Vinith&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 06:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup/m-p/677933#M231835</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-18T06:23:54Z</dc:date>
    </item>
  </channel>
</rss>

