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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...