Commit ec106a2e authored by Shikhar Bhushan's avatar Shikhar Bhushan Committed by GitHub
Browse files

Merge pull request #48 from cotedm/es-security-doc

security limitation docs
parents 040a0606 8c58e0a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -192,3 +192,7 @@ connector jobs to achieve double writes:
      new data to the new indices as long as the data is in Kafka.
   3. Once the data in the old indices are moved to the new indices by the reindexing process, we
      can stop the old connector job.
      
Security
--------
The Elasticsearch connector can read data from secure Kafka by following the instructions in the :ref:`Connect security documentation <connect_security>`. The functionality to write data to a secured Elasticsearch instance is not yet implemented.