src/source/admin_guide/app-plugins.rst
branchdoc-dc
changeset 145 beabb80d6f3e
parent 112 49e4432c0a1d
equal deleted inserted replaced
144:4275975a87c8 145:beabb80d6f3e
     5 
     5 
     6 
     6 
     7 Elasticsearch
     7 Elasticsearch
     8 +++++++++++++
     8 +++++++++++++
     9 
     9 
    10 At first you need to install ElasticSearch (ES); PyAMS is actually compatible with version 5.4. The Ingest attachment
    10 At first you need to install ElasticSearch (ES); PyAMS is actually compatible with version 6.4. The Ingest attachment
    11 plug-in is also required to handle attachments correctly.
    11 plug-in is also required to handle attachments correctly.
    12 
    12 
    13 Visit https://www.elastic.co/ to learn how to install Elasticsearch Server and `ingest-attachment` plug-in
    13 Visit https://www.elastic.co/ to learn how to install Elasticsearch Server and `ingest-attachment` plug-in
    14 
    14 
    15 
    15 
    16 .. tip:: Documentation for installing ElasticSearch 6.4
    16 .. tip:: Documentation for installing ElasticSearch 6.4
    17 
    17 
    18     - https://www.elastic.co/guide/en/elasticsearch/reference/6.4/gs-installation.html
    18     - https://www.elastic.co/guide/en/elasticsearch/reference/6.4/gs-installation.html
    19     - https://www.elastic.co/guide/en/elasticsearch/plugins/4.4/ingest-attachment.html
    19     - https://www.elastic.co/guide/en/elasticsearch/plugins/6.4/ingest-attachment.html
    20 
    20 
    21 
    21 
    22 After Elasticsearch installation, following steps describe how to configure ES with PyAMS.
    22 After Elasticsearch installation, following steps describe how to configure ES with PyAMS.
    23 
    23 
    24 
    24