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
The url schema for the dual stack endpoints is different from the old IPv4 only endpoints
Domain endpoint (IPv4)
https://{{domainId}}.{{region}}.es.amazonaws.com
Domain endpoint v2 (dual stack)
https://{{domainId}}.aos.{{region}}.on.aws
Using the new dual stack endpoint currently does not work:
region cannot be parsed from endpoint address, either the endpoint must end in .<region>.es.amazonaws.com or --region should be provided as an argument
usage: aws-es-kibana [options] <aws-es-cluster-endpoint>
The text was updated successfully, but these errors were encountered:
The url schema for the dual stack endpoints is different from the old IPv4 only endpoints
Domain endpoint (IPv4)
https://{{domainId}}.{{region}}.es.amazonaws.com
Domain endpoint v2 (dual stack)
https://{{domainId}}.aos.{{region}}.on.aws
Using the new dual stack endpoint currently does not work:
The text was updated successfully, but these errors were encountered: