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?