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

Allow OpenSearch addresses to be specified as ; separated values in a single String #1382

Closed
jnioche opened this issue Oct 28, 2024 · 0 comments

Comments

@jnioche
Copy link
Contributor

jnioche commented Oct 28, 2024

Addresses for connecting to an OpenSearch cluster can be set as a list

  opensearch.addresses: 
    - "http://opensearch-node1:9200"
    - "http://opensearch-node2:9200"

or a single String

opensearch.addresses: "http://opensearch-node1:9200"

There are situations where we need to pass the values via environment variables or file substitution in which case being able to specify multiple values in a single string would help

opensearch.addresses: "http://opensearch-node1:9200;http://opensearch-node2:9200"

@jnioche jnioche added this to the 3.1.1 milestone Oct 28, 2024
jnioche added a commit that referenced this issue Nov 1, 2024
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
@rzo1 rzo1 closed this as completed in a2c84b9 Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant