parent
538676b17a
commit
5deb963a5d
@ -1,24 +1,9 @@
|
|||||||
# Version 9.0.0
|
[default]
|
||||||
|
|
||||||
# Modify the following line to suit the location of your Splunk install.
|
|
||||||
# If unset, Splunk will use the parent of the directory containing the splunk
|
|
||||||
# CLI executable.
|
|
||||||
#
|
|
||||||
# SPLUNK_HOME=/opt/splunk-home
|
|
||||||
|
|
||||||
# By default, Splunk stores its indexes under SPLUNK_HOME in the
|
|
||||||
# var/lib/splunk subdirectory. This can be overridden
|
|
||||||
# here:
|
|
||||||
#
|
|
||||||
# SPLUNK_DB=/opt/splunk-home/var/lib/splunk
|
|
||||||
# Splunkd daemon name
|
|
||||||
SPLUNK_SERVER_NAME = Splunkd
|
SPLUNK_SERVER_NAME = Splunkd
|
||||||
|
|
||||||
# If SPLUNK_OS_USER is set, then Splunk service will only start
|
|
||||||
# if the 'splunk [re]start [splunkd]' command is invoked by a user who
|
|
||||||
# is, or can effectively become via setuid(2), $SPLUNK_OS_USER.
|
|
||||||
# (This setting can be specified as username or as UID.)
|
|
||||||
#
|
|
||||||
# SPLUNK_OS_USER
|
|
||||||
PYTHONHTTPSVERIFY = 0
|
PYTHONHTTPSVERIFY = 0
|
||||||
|
|
||||||
OPTIMISTIC_ABOUT_FILE_LOCKING = 1
|
OPTIMISTIC_ABOUT_FILE_LOCKING = 1
|
||||||
|
|
||||||
|
PYTHONUTF8 = 1
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,24 @@
|
|||||||
|
# Version 9.0.0
|
||||||
|
|
||||||
|
# Modify the following line to suit the location of your Splunk install.
|
||||||
|
# If unset, Splunk will use the parent of the directory containing the splunk
|
||||||
|
# CLI executable.
|
||||||
|
#
|
||||||
|
# SPLUNK_HOME=/opt/splunk-home
|
||||||
|
|
||||||
|
# By default, Splunk stores its indexes under SPLUNK_HOME in the
|
||||||
|
# var/lib/splunk subdirectory. This can be overridden
|
||||||
|
# here:
|
||||||
|
#
|
||||||
|
# SPLUNK_DB=/opt/splunk-home/var/lib/splunk
|
||||||
|
# Splunkd daemon name
|
||||||
|
SPLUNK_SERVER_NAME=Splunkd
|
||||||
|
|
||||||
|
# If SPLUNK_OS_USER is set, then Splunk service will only start
|
||||||
|
# if the 'splunk [re]start [splunkd]' command is invoked by a user who
|
||||||
|
# is, or can effectively become via setuid(2), $SPLUNK_OS_USER.
|
||||||
|
# (This setting can be specified as username or as UID.)
|
||||||
|
#
|
||||||
|
# SPLUNK_OS_USER
|
||||||
|
PYTHONHTTPSVERIFY=0
|
||||||
|
OPTIMISTIC_ABOUT_FILE_LOCKING=1
|
||||||
@ -1,4 +1,4 @@
|
|||||||
VERSION=9.1.0.2
|
VERSION=9.1.2
|
||||||
BUILD=b6436b649711
|
BUILD=b6b9c8185839
|
||||||
PRODUCT=splunk
|
PRODUCT=splunk
|
||||||
PLATFORM=Linux-x86_64
|
PLATFORM=Linux-x86_64
|
||||||
|
|||||||
Loading…
Reference in new issue