You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
385 B
13 lines
385 B
# In larger environments, where there are more than, say, three indexers,
|
|
# it's common to disable the Splunk UI. This helps avoid configuration issues
|
|
# caused by logging in to the UI to do something directly via the manager,
|
|
# as well as saving some system resources.
|
|
|
|
[settings]
|
|
startwebserver = 0
|
|
|
|
# avoid timeout when indexer loaded
|
|
splunkdConnectionTimeout = 120
|
|
|
|
|