alpreu commented on a change in pull request #17930: URL: https://github.com/apache/flink/pull/17930#discussion_r759046719
########## File path: docs/content/docs/connectors/datastream/elasticsearch.md ########## @@ -65,240 +61,91 @@ about how to package the program with the libraries for cluster execution. Instructions for setting up an Elasticsearch cluster can be found [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html). -Make sure to set and remember a cluster name. This must be set when -creating an `ElasticsearchSink` for requesting document actions against your cluster. ## Elasticsearch Sink -The `ElasticsearchSink` uses a `TransportClient` (before 6.x) or `RestHighLevelClient` (starting with 6.x) to communicate with an -Elasticsearch cluster. - The example below shows how to configure and create a sink: +[//]: # "TODO: update with quickstart example" Review comment: Nothing missing, just forgot to remove the comment :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
