Show/Hide Toolbars

The following instructions detail a RedHat installation via the Elasticsearch file. If your system is unable to perform this type of installation, please contact Mitratech Support at support@mitratech.com.

1.Download the RPM file from https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-4. TeamConnect is only certified against Elasticsearch 1.7.4. Later 1.7.x patches and updates will be supported. No updates outside of the 1.7.x line will be supported.

2.yum install the elasticsearch.xxxxx.rpm or rpm –Uvh elasticsearch.xxxxx.rpm

3.chkconfig –add elasticsearch to have Elasticsearch start on boot.

For the following steps, the paths listed below should be accurate to your installation. If not, find the elasticsearch/bin folder and substitute that path in the directions below.

1.Run /usr/share/elasticsearch/bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.7.0

This plug-in provides the 'attachment' field type to Elasticsearch, thereby allowing it to index to content of documents like PDF files and Microsoft Word files.

2.Run /usr/share/elasticsearch/bin/plugin install royrusso/elasticsearch-HQ

This plug-in provides monitoring, management, and querying web interface for ElasticSearch instances and clusters.

 Note: Monitoring the cluster is done on port 9200 by default, i.e., servername:9200/_plugin/hq. The firewall may need to be manually opened.

3.Configure properties as detailed in Elasticsearch Configuration.

4.Start elasticsearch with: /etc/init.d/elasticsearch start after configuration is set.