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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...