Getting Data In

At what point do very large lookup files (csv) get indexed?

rroberts
Splunk Employee
Splunk Employee

After creating a very large lookup csv file splunk creates *.csv.index directories under my lookup directory. What is the default csv file size for this to happen?

Tags (2)
1 Solution

Genti
Splunk Employee
Splunk Employee

See this previous answer:

http://answers.splunk.com/questions/8326/are-lookup-tables-indexed

From limits.conf:

 [lookup]

 max_memtable_bytes = <integer> 
 * maximum size of static lookup file to use a in-memory index for
 * Defaults to 10000000

10MB.

View solution in original post

Genti
Splunk Employee
Splunk Employee

See this previous answer:

http://answers.splunk.com/questions/8326/are-lookup-tables-indexed

From limits.conf:

 [lookup]

 max_memtable_bytes = <integer> 
 * maximum size of static lookup file to use a in-memory index for
 * Defaults to 10000000

10MB.

supersleepwalke
Communicator

Turns out this only works for .csv that are not also gzipped. So, if you write out to .csv.gz, this won't work. If you write out to .csv, it will.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...