We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
It would be normal if I changed it to this address. es_addr = "192.168.26.101:9200"
es_addr = "192.168.26.101:9200"
So, How should I configure the ES cluster connection address?
The text was updated successfully, but these errors were encountered:
Did you try creating 3 differents toml files for each address ?
Sorry, something went wrong.
No branches or pull requests
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.
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?
The text was updated successfully, but these errors were encountered: