Getting Data In

What is the impact of increasing indexed_kv_limit in limits.conf?

mufthmu
Path Finder

Hi,

Some of my data has 1000+ fields and I want to increase indexed_kv_limit value to 2000 from limits.conf .

I know it's a big increase since the default value is only 200. I want to know how this activity can impact my indexing or search performance?

Thanks!

Labels (1)
0 Karma

somesoni2
Revered Legend

I believe it'll cause additional disk usage (as more indexed fields will be stored in tsidx files) and slightly slower indexing rate (more fields to be extracted and stored). Searching would be faster if you're searching on those indexed field.

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...