You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: