Securing remote cluster connections using SearchGuard-SOLVED

Complete question: https://stackoverflow.com/questions/55413997/search-guard-connect-to-remote-elasticsearch-cluster-using-ssl

Local and remote clusters have SSL enabled, same root CA.

is this possible to connect them without using HTTP (plaintext) ?

On both nodes copied CA certs to CA trusted store:

cp /etc/elasticsearch/ssl/root-ca.* /etc/pki/tls/certs/

SearchGuard is a third party plugin so it's probably best to ask on their forum instead. However their docs indicate that it supports remote clusters.

I already asked them and i saw that documentation , but no any exampple how to use it.

Thanks anyway

I see, sorry about that. There are some SearchGuard users in this forum too so hopefully you will receive more help in due course. I'd suggest changing the topic title to something like Securing remote cluster connections using SearchGuard to get the attention of someone more knowledgable.

2 Likes

done, thanks

1 Like

Fixed by specifying port 9300 instead 9200 in Kibana interface

1 Like

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