ELK Docker TLS Encryption and Set up

Below is my set up:

Machine 1:

  • Elasticsearch (1 node) and Kibana containers using Docker-Compose

Machine 2:

  • Logstash container using Docker-Compose, forwarding parsed logs to Machine1

Machine 3:

  • Filebeat installed on remote machine where logs are being sent to the Logstash instance

I would like kibana to be https encrypted along with the inter-application communication. I was wondering if there are any resources or help I could get with my personal set up.

I am not too experienced in the world of CA certificates and how to go about that with my applications all on different machines. Any help would be much appreciated :slight_smile:

Does this help? Configure security for the Elastic Stack | Elasticsearch Guide [7.17] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.