Knowledge Management

Disable kvstore replication to indexers

Lucas_K
Motivator

According to this post kvstores get replicated to indexers.

Is there a way to disable or specifically control this behaviour.

We have a kvstore > 100GB that doesn't need to be replicated. And I believe this may be causing performance issues.

0 Karma

lcrielaa
Communicator

Can't you simply disable the KVStore on the indexers via server.conf?

[kvstore]
disabled = true|false
* Set to true to disable the KV Store process on the current server. To
  completely disable KV Store in a deployment with search head clustering or
  search head pooling, you must also disable KV Store on each individual
  server.
* Defaults to false.
0 Karma

TStrauch
Communicator

Hi Lucas,

no worry. Your kvstore is not automatically replicated to your indexer.

You have a parameter in collections.conf called "replicate" its false by default. By switching it to "true" your kvstore collection gets replicated to the indexers.

So no worry about your 100GB + kvstore.

regards

Lucas_K
Motivator

Ahh so that post is actually wrong! Thanks!

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

Fair enough. My response you refer to could have been a bit more nuanced.
Pre 6.3, there was no capability to replicate KV-Store based lookups to the search peers, which prevented you from using those lookups in searches, because they would not have been available to the indexers similar to what search bundle replication does.
This limitation was removed in 6.3, i.e. we provided the controls to replicate those lookups that are needed by search peers to fulfill search requests.
Yes, you can disable that for lookups you only need to have available on the search heads.
Sorry for any confusion this may have caused you.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...