Unverified Commit 703b141a authored by Joel Hamill's avatar Joel Hamill Committed by GitHub
Browse files

Merge pull request #159 from confluentinc/joel-hamill/title-fix

Fix title and add anchors
parents de00550a d6035d56
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: