Skip to content

Commit

Permalink
Update publish-events-to-elasticsearch.rst
Browse files Browse the repository at this point in the history
Closes #971
  • Loading branch information
ravindk89 authored Oct 4, 2023
1 parent 72d4eb9 commit 3b5a753
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ MinIO supports publishing :ref:`bucket notification
<minio-bucket-notifications>` events to an
`Elasticsearch <https://www.elastic.co/>`__ service endpoint.

MinIO relies on the :github:`olivere/elastic` v7 project for Elastic
connectivity. The ``elastic/v7`` library specifically targets Elasticsearch
v7.0 and is *not compatible with earlier Elasticsearch versions*.
MinIO relies on the :github:`elastic/go-elasticsearch` v7 project for Elastic
connectivity.

Add a Elasticsearch Endpoint to a MinIO Deployment
--------------------------------------------------
Expand Down Expand Up @@ -341,4 +340,4 @@ a notification.
.. code-block:: shell
:class: copyable
mc cp ~/data/new-object.txt ALIAS/BUCKET
mc cp ~/data/new-object.txt ALIAS/BUCKET

0 comments on commit 3b5a753

Please sign in to comment.