<?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: Request: Lookup Search Ability in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136892#M184758</link>
    <description>&lt;P&gt;But that's not a lookup. If you have " lookup local=1 lookup_name foo OUTPUT blah", then you could have a regex search to find all lookups which call lookup_name. Also this is just a feature request, not looking for an answer&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:02:11 GMT</pubDate>
    <dc:creator>edschembor</dc:creator>
    <dc:date>2020-09-28T17:02:11Z</dc:date>
    <item>
      <title>Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136890#M184756</link>
      <description>&lt;P&gt;It would be very convenient to be able to see all of the dashboards in which a lookup is being used - that way if I want to clone/rename a lookup, I know which dashboard panels I need to also change.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136890#M184756</guid>
      <dc:creator>edschembor</dc:creator>
      <dc:date>2014-07-10T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136891#M184757</link>
      <description>&lt;P&gt;I don't think that's a question that can be reasonably answered.&lt;/P&gt;

&lt;P&gt;Here's a simple example why I have doubts:&lt;BR /&gt;
Say you have a lookup defined for sourcetype &lt;CODE&gt;foo&lt;/CODE&gt;. The lookup search algorithm would obviously flag all searches (and hence dashboards using them) that search for &lt;CODE&gt;sourcetype="foo"&lt;/CODE&gt;.&lt;BR /&gt;
However, what if you have a search for &lt;CODE&gt;index=bar&lt;/CODE&gt; with no sourcetype specified? The index may or may not contain the &lt;CODE&gt;foo&lt;/CODE&gt; sourcetype, and this may change over time with new events arriving and old events getting removed. As a result, you can't really decide if this search uses the lookup or not.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136891#M184757</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-10T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136892#M184758</link>
      <description>&lt;P&gt;But that's not a lookup. If you have " lookup local=1 lookup_name foo OUTPUT blah", then you could have a regex search to find all lookups which call lookup_name. Also this is just a feature request, not looking for an answer&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136892#M184758</guid>
      <dc:creator>edschembor</dc:creator>
      <dc:date>2020-09-28T17:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136893#M184759</link>
      <description>&lt;P&gt;You could go to "manage views" and search for "lookup".  That would return all queries where in-line search syntax contains the lookup.&lt;/P&gt;

&lt;P&gt;Similarly, you could do the same within the "saved searches &amp;amp; reports" management UI.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 17:10:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136893#M184759</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2014-07-10T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136894#M184760</link>
      <description>&lt;P&gt;That's an explicit lookup called from within the search... however, many lookups are used as an automatic lookup configured to be automatically added to a sourcetype. Those aren't easy to find, and usually are the ones you miss when looking for them by hand.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 17:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136894#M184760</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-10T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Request: Lookup Search Ability</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136895#M184761</link>
      <description>&lt;P&gt;Alternatively, you can find saved searches using an explicit &lt;CODE&gt;lookup, inputlookup, outputlookup&lt;/CODE&gt; command using this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/user/app/saved/searches | table title eai:acl.app eai:acl.owner search | rex max_match=0 field=search "(?i)\|\s*(input|output)?lookup\s+([^=|]+=[^=|]\s+)*(?&amp;lt;lookup&amp;gt;\w+)" | search lookup=*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The lookups used are extracted into the field &lt;CODE&gt;lookup&lt;/CODE&gt;... provided I didn't miss odd cases in my QnD regex &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 17:20:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Request-Lookup-Search-Ability/m-p/136895#M184761</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-10T17:20:58Z</dc:date>
    </item>
  </channel>
</rss>

