Elasticsearch system installation configuration and start learning -elasticsearch

A, windows environment installation elastisearch

1.1, install jdk

Software download path: https://www.oracle.com/technetwork/java/javase/downloads/index.html

image

image

image

image

image

image

1.2, configure the environment variables

Configuration environment variable:

image

image

image

1) JAVA_HOME environment variable

image

2) Path environment variable configuration

These statements ;%JAVA_HOME%\binappended to the Pathrearmost value of a variable

image

1.3 Test

image

1.4, install and start es

Es installed into the bin directory under the Executive bin \ elasticsearch.bat to

image

Es check the success of start:

Browser and enter http: // localhost:? 9200 / pretty

image

Change the cluster name can be edited elasticsearch.yml

1.5, the installation starts kibana

Kibana use development interface to operate es

image

bin \ kibana.bat, start kibana, the default listening port is 5601

image

Test kibana, enter the browser: HTTP: // localhost: 5601

image


Two, Linux environment es installation configuration

to be continued

Guess you like

Origin www.cnblogs.com/hujinzhong/p/11443065.html