Splunk Enterprise Security - Advanced Splunk PDF
Splunk Enterprise Security - Advanced Splunk PDF
The following are the steps to enable HTTPS via the Splunk Web
console:
Access the Splunk Web console via a web browser by typing the
IP address followed by the port number.
nkweb\
Splunk needs to be restarted for the newer settings to take effect, and
after the restart of Splunk Server, Splunk Web will be available only
via HTTPS URL, that is, https://localhost:8000 .
Copy
[SSL]
rootCA = $SPLUNK_HOME\etc\auth\cacert.pem #Path of default Key
serverCert = $SPLUNK_HOME\etc\auth\server.pem #Path of default Certificate
password = password
[splunktcp-ssl:9000]
disabled=0
Copy
[tcpout]
defaultGroup = splunkssl
[tcpout:splunkssl]
server = 192.168.1.10:9000
sslVerifyServerCert = false
sslRootCAPath = $SPLUNK_HOME\etc\auth\cacert.pem
sslCertPath = $SPLUNK_HOME\etc\auth\server.pem
sslPassword = password
Similar to the previous section, even in the indexer and forwarder, the
certificates and private keys can be copied to their respective folders.
The path of the certificate and private key can be configured in their
respective config files. Splunk must be restarted for the settings to
take effect.
To apply the same settings of a secret key to all the instances, users
just need to configure all the changes in the configuration files and
restart Splunk to ensure that the splunk.secret file is updated with the
latest information.
Once you have the updated file, just copy the splunk.secret file to all
the other instances and restart the instance, and you will have the
same settings you applied to all the instances.
Splunk can be configured for high security with an access control list.
Using an access control list, various restrictions on the basis of IP
address to various components of Splunk deployment can be applied.
The server.conf and inputs.conf can be edited or modified to specify
which IP address should be allowed and which should be restricted
for various communications within the Splunk deployment.