Splunk Search

How to make lookups faster?

clyde772
Communicator

I realize that Splunk creates indexes for lookup tables. Can Splunk really create indexes to maximize lookup performance? How can we for splunk to index lookup tables large as in GB. So the lookup speed gets improved.

Also when we overwrite a lookup csv file update it with a latest list in large size, can we make splunk to reforce in indexes for lookups manually?

Thanks.!

Tags (1)
0 Karma

Mathieu_Dessus
Splunk Employee
Splunk Employee

If you lookup table are big, the first thing to try is to gzip it. It should improve performance.
However, if you really need more performance, the main option is to use an external command to do the lookup, as a python script or an indexed tables in a database (for example using mysql connector).

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...