src/source/admin_guide/app-plugins.rst
branchdoc-dc
changeset 145 beabb80d6f3e
parent 112 49e4432c0a1d
--- a/src/source/admin_guide/app-plugins.rst	Thu Dec 27 17:46:12 2018 +0100
+++ b/src/source/admin_guide/app-plugins.rst	Fri Dec 28 10:55:16 2018 +0100
@@ -7,7 +7,7 @@
 Elasticsearch
 +++++++++++++
 
-At first you need to install ElasticSearch (ES); PyAMS is actually compatible with version 5.4. The Ingest attachment
+At first you need to install ElasticSearch (ES); PyAMS is actually compatible with version 6.4. The Ingest attachment
 plug-in is also required to handle attachments correctly.
 
 Visit https://www.elastic.co/ to learn how to install Elasticsearch Server and `ingest-attachment` plug-in
@@ -16,7 +16,7 @@
 .. tip:: Documentation for installing ElasticSearch 6.4
 
     - https://www.elastic.co/guide/en/elasticsearch/reference/6.4/gs-installation.html
-    - https://www.elastic.co/guide/en/elasticsearch/plugins/4.4/ingest-attachment.html
+    - https://www.elastic.co/guide/en/elasticsearch/plugins/6.4/ingest-attachment.html
 
 
 After Elasticsearch installation, following steps describe how to configure ES with PyAMS.