Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Multiple connection points per cluster #264

Open
eriroley opened this issue Oct 1, 2024 · 2 comments
Open

[FEAT] Multiple connection points per cluster #264

eriroley opened this issue Oct 1, 2024 · 2 comments
Assignees
Labels

Comments

@eriroley
Copy link

eriroley commented Oct 1, 2024

Description
would it be possible to allow multiple servers per cluster (so that during rolling upgrades we can still connect/manage the cluster)

currently:
When defining a cluster, a single URI/host must be defined (i.e. "https://elasticsearch1.fakedomain.com:9200")

desired state:
(a) during initial setup, enter a single URI/host, and it then finds/populates all possible hosts (repeat this on any connection in case new hosts are added)
(b) allow for multiple URIs per cluster, similar to the elastic config: discovery.seed_host (i.e. ["https://elasticsearch1.fakedomain.com:9200","https://elasticsearch2.fakedomain.com:9200"] )

@eriroley
Copy link
Author

eriroley commented Oct 1, 2024

(For the record, I use the Chrome plugin - don't know if that matters)

Repository owner deleted a comment from cwsqer006 Oct 7, 2024
Repository owner deleted a comment from cwsqer006 Oct 7, 2024
Repository owner deleted a comment from cwsqer006 Oct 7, 2024
Repository owner deleted a comment from cwsqer006 Oct 7, 2024
@cars10
Copy link
Owner

cars10 commented Oct 7, 2024

Right now nothing stops you from manually saving multiple nodes of the same cluster :) I might look into this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@cars10 @eriroley and others