1、安裝nginx:
[root@centos /]
# yum -y install nginx
2、安裝apache密碼生產工具:
3、生成密碼檔案:
[root@centos /]
# mkdir -p /etc/nginx/passwd
[root@centos /]
# htpasswd -c -b /etc/nginx/passwd/kibana.passwd user ******
4、配置nginx:
[root@centos /]
# cp /etc/nginx/nginx.conf /etc/nginx/conf.d/kibana.conf
[root@centos /]
# vim /etc/nginx/conf.d/kibana.conf
#/etc/nginx/conf.d/kibana
server
}
5、修改kibana配置檔案:
[root@centos /]
# vim /etc/kibana/kibana.yml
server.host: 「localhost」
6、重啟kibana服務,配置檔案生效:
[root@centos /]
# service kibana restart
7、重啟nginx服務:
[root@centos /]
# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
[root@centos /]
# service nginx restart
8.頁面如下
輸入使用者名稱密碼
詳解 Nginx反代實現Kibana登入認證功能
kibana 5.5 版後,已不支援認證功能,也就是說,直接開啟頁面就能管理,想想都不安全,不過官方提供了 x pack 認證,但有時間限制。畢竟x pack是商業版。下面我將操作如何使用nginx反向 實現kibana的認證功能。安裝apache httpd 密碼生成工具 yum install ...
詳解 Nginx反代實現Kibana登入認證功能
kibana 5.5 版後,已不支援認證功能,也就是說,直接開啟頁面就能管理,想想都不安全,不過官方提供了 x pack 認證,但有時間限制。畢竟x pack是商業版。下面我將操作如何使用nginx反向 實現kibana的認證功能。安裝apache httpd 密碼生成工具 yum install ...
Kibana簡單使用
三 指令碼使用 3.5 獲取頭資訊 3.6 刪除 四 內建rest elasticsearch是乙個基於lucene的搜尋伺服器。它提供了乙個分布式多使用者能力的全文搜尋引擎,基於restful web介面。index索引 資料庫database type型別 表table document文件 行...