Open someone1 opened 6 years ago
I will have a look when I have some time left. Meanwhile if you can also provide logs that would help.
I've moved to the standard ES cluster images as I needed to continue with my project but I can try and spin this up sometime after (next week hopefully!) to get you logs. I think you should be able to recreate the problem by trying to spin up a 2-node cluster.
1) What is the current state for a working docker cluster example? 2) Can we have a procedure in the documentation on best practice for how to setup the cluster with search-guard?
Hi,
What is the current state for a working docker cluster example?
So far no progress has been done here. If I had time to allocate I'd implement an example inside a kubernetes cluster.
Can we have a procedure in the documentation on best practice for how to setup the cluster with search-guard?
Yes.
Since my attention is taken by another project any contributor is welcome to take ownership
Hello,
I'm trying to deploy this across a 4-host cluster where I have it setup with 3 master nodes, 1 ingest node, 1 tribe node, and 2 data nodes. The problem is that it's not clear how this should all work in a setup like this. I keep the data volume local to each host for each node type and I share a nfs volume with each host for /elasticsearch/config/searchguard/ssl so that each node can sign their certificate with the same CA root.
The problem is several layers deep:
cd /elasticsearch/config/searchguard/ssl && NODE_NAME=$HOSTNAME /run/auth/certificates/gen_node_cert.sh
)Here is my compose file (I use Rancher so some of it might be non-standard - I also use my own images which just pull from yours and adds a two ingest plugins, please ignore any mention of x-pack, that plugin is NOT installed):
Any help/guidance getting this to work would be much appreciated!