Commit 8c58e0a5 authored by Dustin Cote's avatar Dustin Cote Committed by GitHub
Browse files

security limitation docs

parent 040a0606
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.