Splunk Search

Lookups slow performance

cwinkler109
New Member

Background

  • We are a new SplunkCloud customer and are building out our instance, setting up our indexes, field extractions, etc. I’m currently working on Lookups and and seeing unexpected performance characteristics from the searches I am running.
  • I created an automatic lookup that links the data in one of our indexes to a lookup table that has about 15k rows and 7 columns of data. The automatic lookup links the index to the lookup table via a “guid" field.

Issue:

  • This search takes 48 seconds to complete and has a scan count of 16million index=my_index guid=my_guid
  • This search takes 300ms to complete and has a scan count of 410 index=my_index my_guid

Why is the first search doing all of this extra work? We are about to roll out access to Splunk to about 150 employees. I want to make sure I understand the proper way to recommend people to run searches against this index that is linked to the lookup table.

Thanks in advance,
Chris

Tags (1)
0 Karma

woodcock
Esteemed Legend

It depends on how many definitions exist to create the field guid and what types they are. This is a VERY deep topic. Start here and pay special attention to the parts regarding lispy:
https://conf.splunk.com/files/2017/slides/fields-indexed-tokens-and-you.pdf
Also check out this:
https://splunkbase.splunk.com/app/2871/

If the field guid is an indexed field, then you can use this:

index=my_index guid::my_guid 
0 Karma

tiagofbmm
Influencer

The second search is going directly for the index to look for your guid. The first one needs to match (don't know how many fields are you matching against the lookup) every event to the lookup before filtering, and that's where this questions come into place

Is that lookup CSV or KVStore based?

If it is KVStore, maybe you'd prefer it to be replicated to the Indexer layer for performance increase?

How frequently is that lookup updated?

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...