Getting started with Elasticsearch-Installation and getting started with elasticsearch
Elasticsearch is a real-time distributed search and analysis engine that allows you to explore your data at a speed and scale you have never used before. It is used as a combination of full-text search, structured search, and analysis. -- Authoritative guide
Elasticsearch version: 6.0
I. Installation
1. Download Elasticsearch from the official website: https://www.elastic.co/downloads/elasticsearch. after the download is completed, elasticsearch.batis enabled for Windows.
2. In windows, you can use the curl plug-in of cygwin to verify that elasticsearch is successfully started: https://cygwin.com/install.html. During installation, you can select all the curlplug-ins for installation.
3. Start Cygwin and send curl 'HTTP: // localhost: 9200 /? Pretty '. The following status indicates that the elasticsearch service for a single node has been started, while a cluster type is a group of nodes with the same cluster. name. You can modify the cluster. name of the elasticsearch. yml configuration file.
4. InstallationKibanaGraphical interface: Logging
Then run kibana. bat to start kibana and access http: // localhost: 5601/in the browser.
View status: http: // localhost: 5601/status