Book Image

ElasticSearch Cookbook

By : Alberto Paro
Book Image

ElasticSearch Cookbook

By: Alberto Paro

Overview of this book

Table of Contents (20 chapters)
ElasticSearch Cookbook Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Installing and using SemaText SPM


The previous plugins allow real-time monitoring and analysis of your cluster status; if you need to monitor your cluster for a long time, you need tools that will collect your logs and perform analysis on them.

Sematext offers a paid service that allows remote collection and processing of your ElasticSearch activities.

Getting ready

You need a working ElasticSearch cluster and a modern HTML5 browser.

How to do it...

To install the SemaText SPM plugin, we will perform the following steps:

  1. To use the SPM monitor, you need to register an account at the Sematext website (https://apps.sematext.com/users-web/register.do) for a trial period. For every account, an application key is generated; this key is required to download and install the client application.

  2. The SPM monitor is composed of a client application, which must be installed on your server, and a web frontend managed by Sematext Cloud.

    SemaText provides native installers for the following:

    • Centos

    • Amazon Linux

    • RedHat...