I am using AWS elasticsearch service , which return me a URL for Elasticsearch.
Example : https:// www.es-aws.com // ES Url
When I try to use the URL in logstash, it tries to connect https:// www.es-aws.com:9200 instead of https:// www.es-aws.com.
Can anyone suggest how to get rid of the port and directly listen to the URL without port number.
Logstash be default appends the default Elasticsearch port, which is 9200. If you instead want to use port 443, which is the default for HTTPS, you will need to specify it explicitly.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.