在filebeat中配置kibana报错解决

报错内容

Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to https://x.x.x.x:443/api/status fails: fail to execute the HTTP GET request: Get https://x.x.x.x:443/api/status: x509: certificate signed by unknown authority. Response: .

解决办法

在filebeat配置文件中增加如下配置,这将使 winlogbeat 忽略证书验证错误
setup.kibana:
ssl.verification_mode: none

上一篇:[Vulfocus解题系列]Tomcat文件包含 & 文件读取漏洞(CVE-2020-1938)


下一篇:Elasticsearch 常用工具