product
- Why choose Splunk
- Installation record
- price
- Splunk Enterprise Security
- Splunk Phantom (SOAR)
- Splunk ITSI (Next Generation IT Operations)
- Splunk Observability Cloud
- Splunk UBA
- Macnica CSIRT App Basic
- App for Splunk for Financial Institutions
- Splunk Analytics for Hadoop
- About Apps
- Splunk Edge Hub
- What is Splunk
service
- Dashboard/SPL Creation Pack [Implementation/Building Support]
- Version upgrade service [implementation and construction support]
- Smart Security Monitoring App [Original App/Service]
- Splunk × LANSCOPE Original App [Original App/Service]
- Security Monitoring App for Box [Original App/Service]
- Cloud Security Monitoring App [Original App/Service]
- List of services
- Macnica Premium Support for Splunk (utilization support, version upgrade monitoring)
- Macnica Premium Support for Splunk Skill Up Package
Specifications/Technical Information
Application for evaluation machine
- FAQ
How to enable SSL communication for Splunk Web
- release date
- 2019-03-08
- last updated
- 2023-02-15
- version
- Splunk Enterprise 9.0.3
- Overview
-
- There are three ways to enable SSL communication for Splunk Web
-
- Enable from Server Settings in Splunk Web
- Run the splunk enable web-ssl command from the CLI
- Edit the configuration file web.conf
- Reference information
-
- https://docs.splunk.com/Documentation/Splunk/9.0.3/Security/AboutsecuringauthenticationtoSplunkWeb
- https://docs.splunk.com/Documentation/Splunk/9.0.3/Security/TurnonbasicencryptionwithSplunkWeb
- https://docs.splunk.com/Documentation/Splunk/9.0.3/Security/Turnonbasicencryptionusingweb.conf
- https://docs.splunk.com/Documentation/Splunk/9.0.3/Security/SecureSplunkWebusingasignedcertificate
- content
-
Splunk Web is not encrypted by default, so if you need it, enable it using one of the methods below.
- Enable SSL communication from Splunk Web
- Enable SSL communication from command
- Enable SSL communication from configuration file
If you enable SSL communication for Splunk Web by default, use the server certificate (cert.pem) provided by Splunk by default.
How to enable SSL communication from Splunk Web
You can enable SSL communication from the GUI using Splunk Web. Please follow the steps below.
- Log in to Splunk Web with a user with the admin role
- From the menu on the top right of the screen, click "Settings" > "Server Settings"
- Click "General Settings" on the Server Settings screen.
- Select Yes for "Do you want to enable SSL (HTTPS) for Splunk Web?"
- Click "Save"
- From the menu on the top right of the screen, click "Settings" > "Server Control"
- Click "Restart Splunk"
- Restart Splunk by clicking OK on the restart confirmation dialog
Make sure you can access Splunk Web with https after the restart is complete.
To disable SSL communication again, open the "General Settings" screen in the same way as above, select "No" for "Do you want to enable SSL (HTTPS) in Splunk Web?" and save. , and restarting in ⑧.
How to enable SSL communication from command
You can enable SSL communication for Splunk Web with the following command. After executing the SSL communication enable command, execute the service restart command to reflect the settings.
<Enable SSL communication for Splunk Web>
$SPLUNK_HOME/bin/splunk enable web-ssl -auth <管理ユーザー>:<パスワード>
<Restart Splunk service>
$SPLUNK_HOME/bin/splunk restart
Make sure you can access Splunk Web with https after the restart is complete.
To disable SSL communication again, execute the following command and restart the Splunk service.
<Disabling SSL communication for Splunk Web>
$SPLUNK_HOME/bin/splunk disable web-ssl -auth <管理ユーザー>:<パスワード>
* $SPLUNK_HOME is the installation directory of Splunk, and the following is the default.
Linux:/opt/splunk
Windows:C:\Program Files\SplunkHow to enable SSL communication from the configuration file
If you want to enable SSL communication for Splunk Web in your configuration file, you need to set it in web.conf. Add the settings to the configuration file below.
<Setting file>
$SPLUNK_HOME/etc/system/local/web.conf
<Setting example>
[settings]
enableSplunkWebSSL = trueAfter setting, restart the Splunk service to enable SSL communication. Make sure you can access Splunk Web with https after the restart is complete.
To disable SSL communication again, return to the state before setting, or set enableSplunkWebSSL to false and restart the Splunk service.
* $SPLUNK_HOME is the installation directory of Splunk, and the following is the default.
Linux:/opt/splunk
Windows:C:\Program Files\Splunkthat's all
In charge of Macnica Splunk Co., Ltd.
- TEL:045-476-2010
- E-mail:splunk-sales@macnica.co.jp
Weekdays: 9:00-17:00