1.安裝&啟動
下載安裝包 elasticsearch-7.9.2-linux-x86_64.tar.gz
下載地址https://www.elastic.co/cn/downloads/elasticsearch
解壓 到/data/ 下
[root@node1 tmp]# tar -zxvf elasticsearch-7.9.2-linux-x86_64.tar.gz -C /data/
解壓成功後 /data/ 目錄下生成 elasticsearch-7.9.2/
[root@node1 elasticsearch-7.9.2]# ll
總用量 572
drwxr-xr-x. 2 root root 4096 9月 23 2020 bin
drwxr-xr-x. 3 root root 4096 6月 9 02:59 config
drwxr-xr-x. 9 root root 99 9月 23 2020 jdk
drwxr-xr-x. 3 root root 4096 9月 23 2020 lib
-rw-r--r--. 1 root root 13675 9月 23 2020 LICENSE.txt
drwxr-xr-x. 2 root root 6 9月 23 2020 logs
drwxr-xr-x. 51 root root 4096 9月 23 2020 modules
-rw-r--r--. 1 root root 544318 9月 23 2020 NOTICE.txt
drwxr-xr-x. 2 root root 6 9月 23 2020 plugins
-rw-r--r--. 1 root root 7007 9月 23 2020 README.asciidoc
啟動es
./bin/elasticsearch
2.啟動報錯
啟動報錯原因 elasticsearch 不允許root 使用者啟動
新增一個es 使用者
[root@node1 elasticsearch-7.9.2]# add