diff --git a/docs/configuration_options.rst b/docs/configuration_options.rst index 1ff91f8ce..38f2b752b 100644 --- a/docs/configuration_options.rst +++ b/docs/configuration_options.rst @@ -1,5 +1,5 @@ -Configuration Options -===================== +Elasticsearch Configuration Options +=================================== .. contents:: :local: diff --git a/docs/elasticsearch_connector.rst b/docs/elasticsearch_connector.rst index d723a89b6..e0635708d 100644 --- a/docs/elasticsearch_connector.rst +++ b/docs/elasticsearch_connector.rst @@ -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`. +With this demo you can deploy a Kafka streaming ETL, including Elasticsearch, using KSQL for stream processing. + **Prerequisites:** - :ref:`Confluent Platform ` 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`. diff --git a/docs/index.rst b/docs/index.rst index 4ce4033e3..a4747847f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,5 +12,6 @@ Contents: configuration_options changelog -To see a working example of the Confluent Elasticsearch Connector, check out :ref:`Confluent Platform 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 `_. +Source code at `https://github.com/confluentinc/kafka-connect-elasticsearch `_. \ No newline at end of file