can some help i get the error below when i try to run "sudo filebeat setup"
Loading dashboards (Kibana must be running and reachable)
Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to https://127.0.0.1:443/api/status fails: fail to execute the HTTP GET request: Get "https://127.0.0.1:443/api/status": x509: certificate signed by unknown authority. Response: .
"filebeat.yml"
setup.kibana:
host: "127.0.0.1:443"
username: "my_kibana_user"
password: "{pwd}"
the link work good in the browser
"https://127.0.0.1:443/api/status"