https://github.com/clong/DetectionLab/issues/362
This commit is contained in:
Chris Long
2019-12-21 01:17:32 -08:00
committed by GitHub
parent 2206c0b944
commit 85563d7742

View File

@@ -210,6 +210,8 @@ dismissedInstrumentationOptInVersion = 1
hideInstrumentationOptInModal = 1 hideInstrumentationOptInModal = 1
showWhatsNew = 0 showWhatsNew = 0
notification_python_3_impact = false' > /opt/splunk/etc/apps/user-prefs/local/user-prefs.conf notification_python_3_impact = false' > /opt/splunk/etc/apps/user-prefs/local/user-prefs.conf
# Disable the instrumentation popup
echo -e "showOptInModal = 0\noptInVersionAcknowledged = 4" >> /opt/splunk/etc/apps/splunk_instrumentation/local/telemetry.conf
# Enable SSL Login for Splunk # Enable SSL Login for Splunk
echo -e "[settings]\nenableSplunkWebSSL = true" > /opt/splunk/etc/system/local/web.conf echo -e "[settings]\nenableSplunkWebSSL = true" > /opt/splunk/etc/system/local/web.conf