Hi,
I have an issue with graylog failing to report its license status.
2018-06-28T16:11:44.607+03:00 WARN [LicenseChecker] License violation - Failed to report license status to Graylog, Inc. - consecutive failures: 90, limit: 72
The server has no issues communicating with the api.graylog.org:
http GET https://api.graylog.com/releases/active
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 213
Content-Type: application/json
Date: Thu, 28 Jun 2018 13:16:37 GMT
Server: Cowboy
Vary: Accept-Encoding
Via: 1.1 vegur
{
“announcement_link”: “–latest release information here–”,
“codename”: “Wildwuchs”,
“published”: true,
“released_at”: “2018-05-29T00:00:00.000Z”,
“suffix”: “”,
“version”: {
“major”: 2,
“minor”: 4,
“patch”: 5
}
}
Any ideas on what is the issue?
Note: had to remove the announcement_link URL so I could post this cause of the limitation (2 URL per post)