Skip to content

How do I connect to an ES cluster #403

Open
@dotjin

Description

@dotjin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions