CentOS7.X安裝elasticsearch-5.6.2
elasticsearch(ES)
- 安裝JAVA_JDK
-
安裝elasticsearch
cd /root wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.2.tar.gz tar -zxvf elasticsearch-5.6.2.tar.gz mv /root/elasticsearch-5.6.2 /usr/local/elasticsearch
-
修改配置檔案
vim /usr/local/elasticsearch/config/elasticsearch.yml # node.name node.name: node-1 # node.attr node.attr.rack: r1 # 資料路徑 path.data: /usr/local/elasticsearch/data # 日誌路徑 path.logs: /usr/local/elasticsearch/logs # IP繫結 network.host: [區域網ip] # 設定埠 http.port: 9200 ESC :wq
-
系統配置
su root # 編輯sysctl.conf vim /etc/sysctl.conf # 設定最大記憶體佔用1G(1024x1024) vm.max_map_count=1048576 ESC :wq # 過載sysctl.conf配置 sysctl -p # 編輯limits.conf vim /etc/security/limits.conf elasticsearch hard nofile 65536 elasticsearch soft nofile 65536 ESC :wq
-
啟動elasticsearch
useradd elasticsearch chown -R elasticsearch:elasticsearch /usr/local/elasticsearch su elasticsearch /usr/local/elasticsearch/bin/elasticsearch -d -p /usr/local/elasticsearch/logs/elasticsearch.pid
-
防火牆配置
su root systemctl enable firewalld systemctl start firewalld firewall-cmd --zone=public --add-port=9200/tcp --permanent firewall-cmd --zone=public --add-port=9300/tcp --permanent firewall-cmd --reload
-
檢查是否成功執行
curl http://[伺服器區域網]:9200
-
開機啟動
su root vim /etc/rc.local su elasticsearch -c "/usr/local/elasticsearch/bin/elasticsearch -d -p /usr/local/elasticsearch/logs/elasticsearch.pid" ESC :wq
CURL管理所有索引
-
建立一個索引
curl -XPUT `http://[ip]:[port]/[index_name]?pretty`
-
檢視所有索引
curl `http://[ip]:[port]/_cat/indices`
-
刪除指定索引
curl -XDELETE `http://[ip]:[port]/[index_name]?pretty`
Console管理所有索引
-
建立一個索引
PUT /[index_name]
-
刪除多個索引
DELETE /index_* DELETE /index_1,index_2
-
刪除所有索引
DELETE /* DELETE /_all
- 領支付寶紅包支援作者
相關文章
- CentOS7.X安裝NginxCentOSNginx
- CentOS7.X安裝postgresql-10.3CentOSSQL
- CentOS7.X安裝RabbitMQ-3.6.10CentOSMQ
- Centos7.X安裝DB210.5CentOSDB2
- Centos7.x環境下 安裝DiszzCentOS
- CentOS7.X原始碼安裝MySQL-5.7.18CentOS原始碼MySql
- 寶塔 Centos7.x安裝pdo_sqlsrv 擴充套件CentOSSQL套件
- centos7.x 安裝教程 elasticsearch7.0.X & es-headCentOSElasticsearch
- 安裝 CentOS7.x 下的所需的 Lnmp 環境以及配置,PHP 篇CentOSLNMPPHP
- centos7.x掛載磁碟CentOS
- CentOS7.X更新gcc到5.3.0CentOSGC
- 安裝npm 解除安裝npm 安裝apidocNPMAPI
- BiocManager安裝,devtools安裝dev
- Linux安裝解除安裝MySQLLinuxMySql
- linux 安裝yum 安裝phpLinuxPHP
- Ubuntu解除安裝和安裝Ubuntu
- 02 安裝git、安裝TortoiseGitGit
- cocoapods安裝/解除安裝/使用
- JDK安裝和解除安裝JDK
- ffmpeg安裝之mac安裝Mac
- docker安裝及解除安裝Docker
- [ 安裝 ] Zeppelin安裝步驟!
- win10安裝版怎麼安裝_安裝版win10安裝教程Win10
- ElasticSearch的安裝和使用,Postman的安裝,Kibana的安裝,EShead外掛的安裝ElasticsearchPostman
- Mac Redis安裝與解除安裝MacRedis
- 安裝了IDLE後安裝tensorflow
- kratos安裝及依賴安裝
- Linux 解除安裝openjdk 安裝oraclejdkLinuxJDKOracle
- debian安裝和解除安裝vmware
- JDK的安裝與解除安裝JDK
- linux 解除安裝jdk和安裝LinuxJDK
- 【推薦 - glibc安裝】MySQL - 安裝MySql
- linux下安裝snap安裝工具Linux
- [雲原生]Docker - 安裝&解除安裝Docker
- Ubuntu安裝和解除安裝mongodbUbuntuMongoDB
- window下安裝並使用nvm(含解除安裝node、解除安裝nvm、全域性安裝npm)NPM
- 安裝
- air安裝win10怎麼解除安裝_air安裝win10如何解除安裝AIWin10