I'm trying to use Threat Intel MISP on filebeat and when i start the filebeat i have this error
Aug 17 14:11:20 ubuntuserver filebeat[18895]: {"log.level":"error","@timestamp":"2022-08-17T14:11:20.550Z","log.logger":"input.httpjson-cursor.retryablehttp","log.origin":
{"file.name":"go-retryablehttp@v0.6.6/client.go","file.line":553},"message":"request failed","service.name":"filebeat","id":"81BF425127182E05",
"input_source":"https://192.168.100.62/events/restSearch","input_url":"https://192.168.100.62/events/restSearch",
"error":{"message":"Post "https://192.168.100.62/events/restSearch\": x509: certificate signed by unknown authority"},
"method":"POST","url":"https://192.168.100.62/events/restSearch","ecs.version":"1.6.0"}
I did filebeat test config and filebeat test output and is all good.
Any solution for this problem?