Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you configure the secure mode for transporting data transport from the a source to the a Splunk destination, verify and ensure that Splunk is configured as discussed described in this section. For complete and detailed information on deploying Splunk deployment, refer to the documentation for Splunk documentation.

To enable transport of data in the secure mode, complete the following on the Splunk server:

  1. In the inputs.conf file, add the following lines:

    [splunktcp-ssl:9997]
    compressed = true
    disabled = 0

    [SSL]
    serverCert = /opt/splunk/etc/auth/server.pem
    sslPassword = <certificate_passphrase>==
    requireClientCert = true

  2. In the server.conf file, add the following lines:
    [sslConfig]
    sslPassword = <certificate_passphrase>==
    sslRootCAPath = /opt/splunk/etc/auth/cacert.pem

  3. Restart the Splunk server.

...

titleNote

...

To switch from the secure mode to

...

insecure

...

,

...

do the following:

...

  1. Log in to the Infoblox Portal.
  2. On the Splunk Destination Configuration

...

  1. screen, go to the Splunk Details section

...

  1. .
  2. Select Insecure Mode, and save the destination. For more information,

...

  1. see Setting Up Splunk.

...

  1. On the Splunk server, in the input.conf and server.conf files, remove the lines

...

  1. added to enable secure transport

...

  1. .
  2. Restart the server.