<?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: Ignore automatic lookup just for a search in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166130#M712</link>
    <description>&lt;P&gt;You can lead a horse to water....&lt;BR /&gt;
Look, when you search for the sourcetype the search will of course find all fields and all associated look ups.&lt;BR /&gt;&lt;BR /&gt;
Like I said, you need to include in your search only fields that are not lookup fields.&lt;BR /&gt;
Try this with your search and check the cost (this is very basic example):&lt;BR /&gt;
sourcetype=vanguard |fields index&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2013 16:34:00 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-12-13T16:34:00Z</dc:date>
    <item>
      <title>Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166127#M709</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;do you think if there's a way to say Splunk to ignore automatic lookups just for a search? I'm configuring some custom reports on a Splunk installation with ES and PCI Apps. Those apps do an intensive usage of automatic lookups which are fine, but that introduce some overhead. Running my custom report I see from Search Inspector that the most time (28secs out of 31secs)is spent in command.search.lookups.&lt;/P&gt;

&lt;P&gt;Is there a way to say: for this seach ignore automatic lookups?&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 11:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166127#M709</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2013-12-04T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166128#M710</link>
      <description>&lt;P&gt;Automatic lookup are used when the search includes the lookup output.  For example: If you have an input RETURNCODE and an output returncode_name, and you run a search like this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;search |table RETURNCODE&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The cost for command.search.lookups will be zero.&lt;/P&gt;

&lt;P&gt;If you run the search:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;search |table returncode_name&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The cost for command.search.lookups will have a value.&lt;/P&gt;

&lt;P&gt;What you'll need to do is create your custom search so that it uses the inputs to the lookup, and not the outputs.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 14:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166128#M710</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-04T14:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166129#M711</link>
      <description>&lt;P&gt;I'm sorry to contraddict your reply: in the Splunk for PCI app, for instance, everytime there's a host, src or dest field, the automatic lookups are fired to produce more infos from the assets.csv file. So the cost of in my case has always a quite significant value.&lt;/P&gt;

&lt;P&gt;The search "sourcetype=vanguard" in the last 15m has the following costs:&lt;BR /&gt;
1.959 events in 8,65 seconds.&lt;BR /&gt;
5,021   command.search&lt;BR /&gt;
4,049   command.search.lookups&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 15:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166129#M711</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2013-12-13T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166130#M712</link>
      <description>&lt;P&gt;You can lead a horse to water....&lt;BR /&gt;
Look, when you search for the sourcetype the search will of course find all fields and all associated look ups.&lt;BR /&gt;&lt;BR /&gt;
Like I said, you need to include in your search only fields that are not lookup fields.&lt;BR /&gt;
Try this with your search and check the cost (this is very basic example):&lt;BR /&gt;
sourcetype=vanguard |fields index&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 16:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166130#M712</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-13T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166131#M713</link>
      <description>&lt;P&gt;If this answer helped, please mark it as excepted.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2013 01:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166131#M713</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-14T01:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166132#M714</link>
      <description>&lt;P&gt;Although this thread is quite old, I'd still like to see if anyone out there is still experiencing this exact same issue?&lt;/P&gt;

&lt;P&gt;We've been working with support for some time now to troubleshoot poor search performance on our (4) ES SH Cluster where a majority of our time is spent in command.search.lookups, where in our (6) Non ES SH Cluster running the exact same search produces lighting fast results.&lt;/P&gt;

&lt;P&gt;We are obviously aware of the nature of how ES functions with the automatic lookups, but I"m curious as others experience with Enterprise Security searching vs non ES Search performance?  Is it similar, better, worse, and how close is the experience between the environments for end users?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 11:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166132#M714</guid>
      <dc:creator>millern4</dc:creator>
      <dc:date>2015-08-24T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore automatic lookup just for a search</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166133#M715</link>
      <description>&lt;P&gt;Did you ever get an answer to this?   I am wanting to disable the automatic lookups for specific searches using triggered fields.  &lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Ignore-automatic-lookup-just-for-a-search/m-p/166133#M715</guid>
      <dc:creator>JimGat_SSI</dc:creator>
      <dc:date>2016-10-27T14:50:47Z</dc:date>
    </item>
  </channel>
</rss>

