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

Error when configuring multiple ElasticSearch nodes #38

Closed
To-om opened this issue Dec 7, 2017 · 0 comments
Closed

Error when configuring multiple ElasticSearch nodes #38

To-om opened this issue Dec 7, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Dec 7, 2017

from TheHive-Project/TheHive#383

When setting multiple ES hosts in TheHive configuration:
search.host = ["es-server1:9300", "es-server2:9300", "es-server3:9300", "es-server4:9300"]

the generated uri is not correct:
elasticsearch://server1:9300,elasticsearch://es-server2:9300,elasticsearch://es-server3:9300,elasticsearch://es-server4:9300

it should be:
elasticsearch://server1:9300,es-server2:9300,es-server3:9300,es-server4:9300

@To-om To-om added the bug label Dec 7, 2017
@To-om To-om self-assigned this Dec 7, 2017
@To-om To-om added this to the 1.4.1 milestone Dec 7, 2017
@To-om To-om closed this as completed Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant