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

How do I connect to an ES cluster #403

Open
dotjin opened this issue Jan 4, 2023 · 1 comment
Open

How do I connect to an ES cluster #403

dotjin opened this issue Jan 4, 2023 · 1 comment

Comments

@dotjin
Copy link

dotjin commented Jan 4, 2023

In river.toml file, I set the address to connect to ES like this

es_addr = "192.168.26.101:9200,192.168.26.102:9200,192.168.26.103:9200"

The program reported an error when I started.

image

It would be normal if I changed it to this address.
es_addr = "192.168.26.101:9200"

So, How should I configure the ES cluster connection address?

@solidossnakos
Copy link

Did you try creating 3 differents toml files for each address ?

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

No branches or pull requests

2 participants