How do you enable SSL connections to the indexer?
See original GitHub issueI’ve looked at the helm docs, but I don’t see any instructions on where to specify the certs to connect to the indexer after setting insecureSSL: false
in the helm values.yml
2018-10-10 22:12:48 +0000 [warn]: #0 failed to flush the buffer. retry_time=0 next_retry_seconds=2018-10-10 22:12:48 +0000 chunk="577e7273b2f87eac439ed0708b15ea3c" error_class=OpenSSL::SSL::SSLError error="SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate)"
Issue Analytics
- State:
- Created 5 years ago
- Comments:16
Top Results From Across the Web
Solved: How to set up SSL/TLS for the Splunk indexer
Solved: Hi, I am trying to establish an SSL/TLS-connection with own certificates between the UFs and the indexer. I would also like to...
Read more >Appendix C: Enabling SSL between the universal forwarders ...
SSL only works with Linux worker nodes. The Universal Forwarders verify that the indexers they connect to have a certificate signed by the...
Read more >Configuring SSL Certificates in Splunk - YouTube
In this video, I'll go over the process for first enabling SSL connections to a Splunk instance, as well as changing the self-signed...
Read more >Securing Splunk Enterprise With SSL | by Vikash Talanki
Enable replication of data between indexers and between search heads over SSL by setting. Host : All indexers, search heads
Read more >Securing Splunk Enterprise with SSL - TekStream Solutions
Configuring indexers to use a new signed certificate: Copy the server certificate and CA public certificate into an accessible directory on the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the help @matthewmodestino - I’ve got it all up and running well now.
Thanks @matthewmodestino for the explanations,
I’m already stuck on the configuration related to the
splunk.hec
, more specific about the 3 fieldsclientCert
,clientKey
andcaFile
. If I got it right, I can create a certificate for Splunk and when I do that I’ll have the two first fields correct? After that how can I get thecaFile
?Another doubt that I have is: at the
values.yaml
it requests the content of the certificate and the key, so I need to copy and paste the content of the .pem files directly to the yaml file?