Elasticsearch Getting Started Notes

Install

Note: elasticsearch requires a non-ROOT user to start
https://es.xiaoleilu.com/010_Intro/10_Installing_ES.html

download elasticsearch

https://www.elastic.co/downloads/elasticsearch

Download kibana

https://www.elastic.co/downloads/kibana

Install X-Pack

https://www.elastic.co/downloads/x-pack
implementation

bin/x-pack/setup-passwords auto

Record the generated password:

Changed password for user kibana
PASSWORD kibana = inc32lf2XYcHGNB4cBwe

Changed password for user logstash_system
PASSWORD logstash_system = qhC4gHM19yCZxRxV4hZB

Changed password for user elastic
PASSWORD elastic = V33XO5O6KtodeYZqGUN5

Visit:
http://localhost:5601/

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325644558&siteId=291194637
Recommended