Back to Vector

AWS specific options have been dropped in the Elasticsearch sink

website/content/en/highlights/2020-02-05-drop-aws-options.md

0.55.0564 B
Original Source

The endpoint and region options have been dropped in the elasticsearch sink in favor of using the host option.

Upgrade Guide

diff
 [sinks.es]
   type = "elasticsearch"
-  endpoint = "http://my-domain.us-east-1.es.amazonaws.com"
-  region = "us-east-1"
+  host = "http://my-domain.us-east-1.es.amazonaws.com"

You can find your AWS ES domain in the AWS console. Simply provide the full domain URL as the host value.