From 5deb963a5de2d129a1f6eefc6e0626cd7e96efae Mon Sep 17 00:00:00 2001 From: Splunk User Date: Thu, 7 Dec 2023 15:37:26 +0100 Subject: [PATCH] update --- deployment-apps/README | 0 splunk-launch.conf | 27 ++++++--------------------- splunk-launch.conf.bak | 24 ++++++++++++++++++++++++ splunk.version | 4 ++-- 4 files changed, 32 insertions(+), 23 deletions(-) mode change 100755 => 100644 deployment-apps/README create mode 100644 splunk-launch.conf.bak diff --git a/deployment-apps/README b/deployment-apps/README old mode 100755 new mode 100644 diff --git a/splunk-launch.conf b/splunk-launch.conf index 43ba0815..55f8a3bf 100644 --- a/splunk-launch.conf +++ b/splunk-launch.conf @@ -1,24 +1,9 @@ -# Version 9.0.0 +[default] +SPLUNK_SERVER_NAME = Splunkd -# 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 +PYTHONHTTPSVERIFY = 0 -# 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 +OPTIMISTIC_ABOUT_FILE_LOCKING = 1 + +PYTHONUTF8 = 1 -# 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 diff --git a/splunk-launch.conf.bak b/splunk-launch.conf.bak new file mode 100644 index 00000000..43ba0815 --- /dev/null +++ b/splunk-launch.conf.bak @@ -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 diff --git a/splunk.version b/splunk.version index 5a71b27b..c2b41cb1 100644 --- a/splunk.version +++ b/splunk.version @@ -1,4 +1,4 @@ -VERSION=9.1.0.2 -BUILD=b6436b649711 +VERSION=9.1.2 +BUILD=b6b9c8185839 PRODUCT=splunk PLATFORM=Linux-x86_64