Skip to content

Strip trailing forward slashes from elasticsearch URLs

What does this MR do?

Converts URLs like http://localhost:9200/ to http://localhost:9200

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

URLs with trailing slashes are not supported by elasticsearc-ruby: https://github.com/elastic/elasticsearch-ruby/issues/278

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #2039 (closed)

Merge request reports