Skip to content

Commit

Permalink
Merge branch '5.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-hamill committed Jul 31, 2018
2 parents 1d951d2 + 32ba282 commit 0712a36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configuration_options.rst
@@ -1,5 +1,5 @@
Configuration Options
=====================
Elasticsearch Configuration Options
===================================

.. contents::
:local:
Expand Down
3 changes: 3 additions & 0 deletions docs/elasticsearch_connector.rst
Expand Up @@ -31,6 +31,9 @@ Quick Start
This quick start uses the Elasticsearch connector to export data produced by the Avro console
producer to Elasticsearch.

For a more detailed Docker-based example of the Confluent Elasticsearch Connector, check out :ref:`Confluent Platform demo<cp-demo>`.
With this demo you can deploy a Kafka streaming ETL, including Elasticsearch, using KSQL for stream processing.

**Prerequisites:**

- :ref:`Confluent Platform <installation>` is installed and services are running by using the Confluent CLI. This quick start assumes that you are using the Confluent CLI, but standalone installations are also supported. By default ZooKeeper, Kafka, Schema Registry, Kafka Connect REST API, and Kafka Connect are started with the ``confluent start`` command. For more information, see :ref:`installation_archive`.
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Expand Up @@ -12,5 +12,6 @@ Contents:
configuration_options
changelog

To see a working example of the Confluent Elasticsearch Connector, check out :ref:`Confluent Platform demo<cp-demo>`. The demo shows you how to deploy a Kafka streaming ETL, including Elasticsearch, using KSQL for stream processing.

The Elasticsearch connector is available as open source software under the
`Apache License v2.0 license <http://www.apache.org/licenses/LICENSE-2.0>`_.
Source code at `https://github.com/confluentinc/kafka-connect-elasticsearch <https://github.com/confluentinc/kafka-connect-elasticsearch>`_.

0 comments on commit 0712a36

Please sign in to comment.