July 2017
Intermediate to advanced
374 pages
8h
English
Elasticsearch (https://www.elastic.co/products/elasticsearch) is a Log Analytics tool that helps store and create index out of the bulk of data streams based on the configuration with timestamp, which solves the problem of developers trying to identify the log related to their issue. Elasticsearch is a NoSQL database that is based on the Lucene search engine.
Once you have installed Elasticsearch, you can validate the version and cluster details by clicking on the following URL: http://ip-address:9200/.
The output will look like this:

This proves that Elasticsearch is up and running. Now, if you want to see whether logs are being ...