Commit b8840083 authored by Joel Hamill's avatar Joel Hamill
Browse files

Merge branch '3.3.1-post' into 4.0.0-post

parents b8f1f10d 28a30e0f
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
.. _elasticsearch-overview:

Elasticsearch  Connector
========================
The Elasticsearch connector allows moving data from Kafka to Elasticsearch. It writes data from
@@ -22,9 +24,11 @@ Elasticsearch can determine field names and types from data, however, some types
and decimal, may not be correctly inferred. To ensure that the types are correctly inferred, the
connector provides a feature to infer mapping from the schemas of Kafka messages.

.. _elasticsearch-quickstart:

Quick start
----------
In this Quickstart, we use the Elasticsearch connector to export data produced by the Avro console
-----------
This quick start uses the Elasticsearch connector to export data produced by the Avro console
producer to Elasticsearch.

First, start all the necessary services using Confluent CLI: