3 安裝視覺化工具kibana

2022-09-13 06:54:07 字數 1187 閱讀 2328

安裝kibana來檢視elasticsearch中的資料

完成了本章節的第一,第二節

建立授權檔案

由於kibana免費版本不提供認證功能,所以在這裡我們使用basic authentication來完成乙個簡單的使用者認證

#安裝httpd,用於生成認證檔案

#建立使用者

echo "$(htpasswd -nb -c 5 kibana yourpassword)" >> auth

#在k8s中建立保密字典

kubectl create secret generic basic-auth --from-file=auth

安裝
helm install --name kibana --set image.tag=6.7.0,persistentvolumeclaim.storageclass=nfs-client,env."elasticsearch_hosts"="http://elasticsearch-client:9200",ingress.enabled=true,ingress.hosts[0]="kibana.honeysuckle.site",ingress.annotations."kubernetes\.io/ingress\.class"="nginx",ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-type"="basic",ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-secret"="basic-auth",ingress.annotations."nginx\.ingress\.kubernetes\.io/auth-realm"="'authentication required - kibana'",ingress.tls[0].hosts[0]=kibana.honeysuckle.site,ingress.tls[0].secretname="ingress-secret"  stable/kibana
一些就緒之後,可以使用 開啟kibana的web介面

認證通過之後,新增乙個索引匹配模式之後應該就可以看到es中的日誌了

[按需]解除安裝

helm del --purge kibana
遇到的問題

ns3 視覺化工具

視覺化工具 在指令碼中開啟命令列引數 commandline cmd cmd.parse argc,ar 在命令列執行指令碼時,直接加入字尾 vis 例如 然而,當我們真正使用時會發現,ns3 visualsimulatorimpl not found我們.waf時,我們會發現,我們的visuali...

ubuntu 安裝 mysql,視覺化工具

目錄安裝 檢視 mysql 版本 檢視 mysql 是否啟動 啟動 重啟error 1698 28000 access denied for user root localhost 建立使用者並授權 驗證是否可登入 視覺化工具 sudo apt get install mysql server my...

Git History視覺化工具

今天給大家推薦乙個開源的git提交記錄視覺化檢視工具,操作簡單,還有本地cli可以使用,最重要的是效果炫酷,非常方便!1 在github上的檔案,只需要把檔案路徑中的github.com替換為github.githistory.xyz即可,一步到位 第一種方式雖然簡單,但有些同學可能不服,因為公司專...