(2)ElasticSearch安裝與使用

2022-09-14 12:39:08 字數 1832 閱讀 2346

# 生成證書 提醒輸入路徑可執行回車,若提示輸入密碼'12345678'

.\bin\elasticsearch-certutil ca

# 完成後會生成乙個檔案:elastic-stack-ca.p12

# 輸入密碼和上面保持一樣

.\bin\elasticsearch-certutil cert --ca elastic-stack-ca.p12

.\bin\elasticsearch-keystore add xpack.security.transport.ssl.keystore.secure_password

.\bin\elasticsearch-keystore add xpack.security.transport.ssl.truststore.secure_password

將elastic-certificates.p12、elastic-stack-ca.p12遷移到./config/cert目錄下
修改/config/elasticsearch.yml

# 配置x-pack

xpack.security.enabled: true

xpack.security.authc.accept_default_password: true

xpack.security.transport.ssl.enabled: true

xpack.security.transport.ssl.verification_mode: certificate

.\bin\elasticsearch.bat
.\bin\elasticsearch-setup-passwords  interactive

# 下面會要輸入很多密碼,都要自己能記住,以後要用

# 需要設定 elastic,apm_system,kibana,kibana_system,logstash_system,beats_system,remote_monitoring_user 這些使用者的密碼

es的安裝需要依賴jdk,出現上述問題檢查jdk安裝是否正確。

ElasticSearch 中文分詞外掛程式安裝

1.ik 現在不支援bin plugin install medcl elasticsearch analysis ik 1.1.3 在elasticsearch plugins目錄下建analysis ik目錄 script cd plugins mkdir analysis ik cd anal...

Elasticsearch教程 一)簡介與安裝

外文名 elastic search 設計用途 用於分布式全文檢索 技術支援 通過http使用json進行資料索引 主要目的 解決人們對於搜尋的眾多要求 簡稱 es bin elasticsearch or bin elasticsearch.bat on windows 開啟瀏覽器,輸入http ...

elasticsearch集群一鍵部署安裝

1.前提條件 機器已經配置ssh無密碼登入 2.安裝包製作 elasticsearch 2.3.4 重新打包成.tar.gz。如果安裝包不一致,指令碼也要做相應的修改。elasticsearch.yml 把所有的都注釋掉,只保留下面幾個,不知道為何,請在每行前面加上乙個空格,注意儲存字元格式為utf...