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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...