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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...