Deployment Architecture

edit file server.conf

vumanhtai
Path Finder

i changed file server.conf as per this document "https://docs.splunk.com/Documentation/Splunk/7.3.1/Admin/Serverconf"
The goal is to optimized the load per index to increase performance.
However I got the bellow issue:
Invalid key in stanza [general] in /opt/splunk/etc/system/local/server.conf, line 6: pipelineSetSelectionPolicy (value: weighted_random).
Did you mean 'parallelIngestionPipelines'?
Did you mean 'pass4SymmKey'?
Invalid key in stanza [general] in /opt/splunk/etc/system/local/server.conf, line 7: pipelineSetWeightsUpdatePeriod (value: 15).
Did you mean 'parallelIngestionPipelines'?
Did you mean 'pass4SymmKey'?

Please help to explain why i got this and how to fix
Thanks ALL

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi vumanhtai,
at first, site option must be used only if you have a multisite cluster, do you have it?

Errors are related to the following options

  • pipelineSetSelectionPolicy = weighted_random
  • pipelineSetWeightsUpdatePeriod = 15

about the first, try to insert the default value "round_robin" and check if you have still the error.

About the second, use with caution this option because you could have other problems in search.

Bye.
Giuseppe

0 Karma

vumanhtai
Path Finder

Hi gcusello
i have a multisite Cluster index
i want to optimized index.
the option
pipelineSetWeightsUpdatePeriod, I thought up deleting it for default use.
Thank You

0 Karma

skalliger
Motivator

Please show your complete server.conf stanza. Where and how did you define it exactly?

Skalli

0 Karma

vumanhtai
Path Finder

Hi Skalli
my file server.conf

[general]
serverName = splunk10
pass4SymmKey = $1$V7KhzvNCnuUS
site = default
parallelIngestionPipelines = 2
pipelineSetSelectionPolicy = weighted_random
pipelineSetWeightsUpdatePeriod = 15

[sslConfig]
sslPassword = $1$AP71krYE1bcS

[lmpool:auto_generated_pool_download-trial]
description = auto_generated_pool_download-trial
quota = MAX
slaves = *
stack_id = download-trial

[lmpool:auto_generated_pool_forwarder]
description = auto_generated_pool_forwarder
quota = MAX
slaves = *
stack_id = forwarder

[lmpool:auto_generated_pool_free]
description = auto_generated_pool_free
quota = MAX
slaves = *
stack_id = free

0 Karma
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 ...