Crash Course of Elasticsearch in 10 mins
What is Elasticsearch? Elasticsearch is fast, horizontally scalable open source search engine. It provides HTTP API for storing and indexing JSON documents and with default configuration it behaves a little bit like searchable NoSQL database. Installation – RHEL/Centos Install and Configure Elasticsearch: Step by Step Guide Check node’s health status: $ curl 127.0.0.1:9200/_cat/health?v Get list…
