Kibana6.x.x——啟動后的一些警告信息記錄以及解決方法


1、發現的第一個警告信息

server  log   [06:55:25.594] [warning][reporting] Generating a random key for xpack.reporting.encryptionKey. 
                   To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml

根據提示,在配置文件kibana.yml中添加【xpack.reporting.encryptionKey】屬性:

xpack.reporting.encryptionKey: "a_random_string"

官方文檔:https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html

 

 2、發現的第二個警告信息

server   log   [06:55:25.686] [warning][security] Generating a random key for xpack.security.encryptionKey. 
                    To prevent sessions from being invalidated on restart, please set xpack.security.encryptionKey in kibana.yml

根據提示,在配置文件kibana.yml中添加【xpack.security.encryptionKey】屬性:

xpack.security.encryptionKey: "something_at_least_32_characters"

官方文檔:https://www.elastic.co/guide/en/kibana/6.x/using-kibana-with-security.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM