Getting Data In

How to deploy Splunk default certificates in syslog-ng ?

dhavamanis
Builder

We have generated default certs in Splunk for forwarder and its working fine with Splunk Universal forwarder. Can you please provide the steps to deploy the these certs in syslog-ng with configuration details.

Tags (2)
0 Karma
1 Solution

dhavamanis
Builder

We have found the setting here,

http://docs.splunk.com/Documentation/Storm/Storm/User/Howtosetupsyslog-ng

added the certs like below config.

destination d_splunk {
tcp("splunkindexer.xyc.com" port(5140) tls(peer-verify(required-untrusted) ca_dir("/opt/syslogng/etc/syslog-ng/ca.d")));

};

View solution in original post

0 Karma

dhavamanis
Builder

We have found the setting here,

http://docs.splunk.com/Documentation/Storm/Storm/User/Howtosetupsyslog-ng

added the certs like below config.

destination d_splunk {
tcp("splunkindexer.xyc.com" port(5140) tls(peer-verify(required-untrusted) ca_dir("/opt/syslogng/etc/syslog-ng/ca.d")));

};

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...