Getting Data In

encrypt splunk deployment server and client communication

shaileshmali
Path Finder

I went through security guide and blogs on splunk , but I am still not clear how to encrypt communication between splunk deployment server and deployment client

1) Does by default splunk encrypts this communication using default certificates

2) if no just by adding this stanza in /opt/splunk/etc/system/local/server.conf on deployment server will it start working.

[sslConfig]
enableSplunkdSSL = true
sslKeysfile = forwarder.pem
sslKeysfilePassword = password
caCertFile = cacert.pem
caPath = C:Program FilesSplunkUniversalForwarderetcappsapp-namelocal

3) I see splunk answers for same topic. Some of them also mention outputs.conf on universal agent. We are configuring splunk deployment server to deployment client communication, why outputs.conf is needed for this communication.
In my setup I have universal forwarder reporting to heavy forwarder and I just want to encrypt traffic between deployment client and deployment server.

0 Karma

woodcock
Esteemed Legend

1: No, not unless you enable SSL.

2: No, but that is part of the answer, SSL is on port 9998 instead of 9997 (or maybe the other way around) so you have to change that in each forwarder's deploymentclient.conf file, too.

3: I do not see how outputs.conf fits into Deployment Server technology.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...