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

最新文章

  1. 敏捷组织中PMO应遵循的准则
  2. Linux学习笔记17--Linux系统启动详解
  3. LeetCode【217. Contains Duplicate】
  4. C++中const小结
  5. File上传
  6. LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the contex异常的原因
  7. 《SpringMVC数据绑定入门》笔记
  8. Js 跨域CORS报错 Response for preflight has invalid HTTP status code 405
  9. 550 Create directory operation failed
  10. ⒁bootstrap组件 工具提示框 弹出框 警告框 基础案例
  11. 反反爬虫 IP代理
  12. Hessian源码分析--总体架构
  13. 在ubuntu18 安装nginx过程,以及遇到的错误!
  14. Codeforces Round #554 (Div. 2)-C(gcd应用)
  15. Java的面向对象(初涉)
  16. 097实战 关于ETL的几种运行方式
  17. python3用BeautifulSoup用字典的方法抓取a标签内的数据
  18. embedding与word2vec
  19. 几种流行的AJAX框架对比:Jquery,Mootools,Dojo,ExtJs,Dwr
  20. 调试工具BTrace 的使用--例子

热门文章

  1. css垂直居中方法(二)
  2. 第三天:Servlet运行原理
  3. oracle 调整输出的列宽、行宽
  4. [poj1703]Find them, Catch them(种类并查集)
  5. PHP的count(数组)和strlen(字符串)的内部实现
  6. 一个典型的PHP分页实例代码
  7. C++获取电脑上连接的多个摄像头名称与编号
  8. java中是如何解决编码问题的,比如char类型的对象是如何存储的呢?
  9. kaggle Cross-Validation
  10. [译]Javascript数列filter方法