Expired https certificate elasticsearch

wondering what will happen to my elasticsearch cluster if https certificate gets expired [it's used for transport and https]

There is no HTTPS, that I'm aware of, used internally in an Elasticsearch cluster - the master and data nodes all communicate over TCP while client requests (from web browser etc) are done over HTTP, not HTTPS. Even Kibana, when you connect that to a node, uses HTTP.

So if you have an expired HTTPS certificate it shouldn't affect your cluster's operation.

my elasticsearch is secured thru shield

Ah, I'm sorry, then I guess an expired HTTPS certificate could be a problem

I'm not using Shield myself so I'm afraid I can't help you there.

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