Commit 0f3b483fd75a27e32d7f9189f16d6257e43430a9
1 parent
9d87aa78
Exists in
master
and in
2 other branches
Updated link [skip ci]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -1376,13 +1376,13 @@ Bonsai, Elastic Cloud, and Amazon OpenSearch Service all support encryption at r |
1376 | 1376 | |
1377 | 1377 | ### Automatic Failover |
1378 | 1378 | |
1379 | -Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts: | |
1379 | +Create an initializer with multiple hosts: | |
1380 | 1380 | |
1381 | 1381 | ```ruby |
1382 | 1382 | ENV["ELASTICSEARCH_URL"] = "https://user:password@host1,https://user:password@host2" |
1383 | 1383 | ``` |
1384 | 1384 | |
1385 | -See [elasticsearch-transport](https://github.com/elastic/elasticsearch-ruby/blob/master/elasticsearch-transport) for a complete list of options. | |
1385 | +See [elastic-transport](https://github.com/elastic/elastic-transport-ruby) or [opensearch-transport](https://github.com/opensearch-project/opensearch-ruby/tree/main/opensearch-transport) for a complete list of options. | |
1386 | 1386 | |
1387 | 1387 | ### Lograge |
1388 | 1388 | ... | ... |