Hello
I would like to have encrypted comunication between logstash and Filebeat. Im using basic license. Since last year is possible to use X-Pack security feature for free .. in my docker-compose es01 I did :
xpack.license.self_generated.type=basic
- xpack.security.enabled:true
- xpack.security.transport.ssl.enabled:true
- xpack.security.transport.ssl.keystore.type:PKCS12
- xpack.security.transport.ssl.verification_mode:certificate
- xpack.security.transport.ssl.keystore.path:elastic-certificates.p12
- xpack.security.transport.ssl.truststore.path:elastic-certificates.p12
- xpack.security.transport.ssl.truststore.type:PKCS12
I was also following this steps : http://codingfundas.com/setting-up-elasticsearch-6-8-with-kibana-and-x-pack-security-enabled/index.html
Could you please help me: some tips or some links
Many thanks