We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3053b39 commit e3e861dCopy full SHA for e3e861d
lib/logstash/outputs/opensearch/http_client.rb
@@ -403,7 +403,7 @@ def template_put(name, template)
403
404
def template_endpoint
405
# TODO: Check Version < 7.8 and use index template for >= 7.8 & OpenSearch
406
- # https://docs-beta.opensearch.org/opensearch/index-templates/
+ # https://opensearch.org/docs/opensearch/index-templates/
407
'_template'
408
end
409
0 commit comments