Loading docs/elasticsearch_connector.rst +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 Loading @@ -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: Loading Loading
docs/elasticsearch_connector.rst +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 Loading @@ -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: Loading