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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...