<?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 usage in query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576714#M200993</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;That's how the lookup command work (you can alias the field name from the event to be the same as the field name from the lookup)&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN class=""&gt;lookup&lt;/SPAN&gt;&lt;/H1&gt;&lt;H2&gt;&lt;SPAN class=""&gt;Description&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;lookup&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command to invoke field value lookups.&lt;/P&gt;&lt;P&gt;For information about the types of lookups you can define, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/8.2.2111/Knowledge/Aboutlookupsandfieldactions" target="_blank" rel="noopener"&gt;About lookups&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Knowledge Manager Manual&lt;/I&gt;.&lt;/P&gt;&lt;H2&gt;&lt;SPAN class=""&gt;Syntax&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;The required syntax is in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bold&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lookup&lt;/STRONG&gt; [local=&amp;lt;bool&amp;gt;] [update=&amp;lt;bool&amp;gt;] &lt;STRONG&gt;&amp;lt;lookup-table-name&amp;gt;&lt;/STRONG&gt; ( &lt;FONT color="#FF0000"&gt;&amp;lt;lookup-field&amp;gt; [AS &amp;lt;event-field&amp;gt;&lt;/FONT&gt;] )... [ OUTPUT | OUTPUTNEW (&amp;lt;lookup-destfield&amp;gt; [AS &amp;lt;event-destfield&amp;gt;] )... ] &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Lookup" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Lookup&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 08:18:06 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-11-30T08:18:06Z</dc:date>
    <item>
      <title>lookup usage in query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576681#M200974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement like we have a csv file which has the values of functionid and functiondesc, this file was added in lookup also. I get a value eventid from the logs which is same as&amp;nbsp;functionid. Now,&amp;nbsp; we need to fetch&amp;nbsp; the functiondesc of the corresponding eventid. and display it in table.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 05:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576681#M200974</guid>
      <dc:creator>sahana</dc:creator>
      <dc:date>2021-11-30T05:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: lookup usage in query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576707#M200988</link>
      <description>&lt;LI-CODE lang="markup"&gt;| lookup csv_store functionid as eventid&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Nov 2021 07:37:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576707#M200988</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-30T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: lookup usage in query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576710#M200990</link>
      <description>&lt;P&gt;I was suppose to get functiondesc value using eventid?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 08:06:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576710#M200990</guid>
      <dc:creator>sahana</dc:creator>
      <dc:date>2021-11-30T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: lookup usage in query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576714#M200993</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;That's how the lookup command work (you can alias the field name from the event to be the same as the field name from the lookup)&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN class=""&gt;lookup&lt;/SPAN&gt;&lt;/H1&gt;&lt;H2&gt;&lt;SPAN class=""&gt;Description&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;lookup&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command to invoke field value lookups.&lt;/P&gt;&lt;P&gt;For information about the types of lookups you can define, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/8.2.2111/Knowledge/Aboutlookupsandfieldactions" target="_blank" rel="noopener"&gt;About lookups&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Knowledge Manager Manual&lt;/I&gt;.&lt;/P&gt;&lt;H2&gt;&lt;SPAN class=""&gt;Syntax&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;The required syntax is in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bold&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lookup&lt;/STRONG&gt; [local=&amp;lt;bool&amp;gt;] [update=&amp;lt;bool&amp;gt;] &lt;STRONG&gt;&amp;lt;lookup-table-name&amp;gt;&lt;/STRONG&gt; ( &lt;FONT color="#FF0000"&gt;&amp;lt;lookup-field&amp;gt; [AS &amp;lt;event-field&amp;gt;&lt;/FONT&gt;] )... [ OUTPUT | OUTPUTNEW (&amp;lt;lookup-destfield&amp;gt; [AS &amp;lt;event-destfield&amp;gt;] )... ] &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Lookup" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Lookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 08:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-usage-in-query/m-p/576714#M200993</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-30T08:18:06Z</dc:date>
    </item>
  </channel>
</rss>

