To docker example given in Logstash - OpenSearch documentation works fine with Opensearch version 1.0.0. Is there a version that works with the latest Opensearch version (1.1.x)?
I get this with the latest Opensearch version (docker opensearchproject/opensearch:latest).
Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>“https:// admin:xxxxxx@localhost:9200/”,
:exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>“OpenSearch Unreachable: [https://admin:xxxxxx@localhost:9200/][Mant
icore::ResolutionFailure] opensearch: Name or service not known”}
Also, I was confused that the OpenSearch documentation I was referring to was “1.1.x” but the example given is using OpenSearch 1.0.0.
Thanks.