Get License violation without over traffic limited


Hi! suddenly graylog server showing license violation. As diagram show, there is no traffic which is over 5GB per day. Can you explain me why this happening?

Thanks

Graylog box need to be able to connect to graylog server URL to check license status. And second problem is sometimes with certificate, if you add your own CA do trusted store, but not include CA which uses graylog on his webpage.

  • Try to check connection to graylog api URL:
    curl -v https://api.graylog.com/releases/active
  • Check if your trusted java store contains CA Sectigo, if you setup TLS encryption
  • Sometimes violation disappear, but you need to close notification

https://docs.graylog.org/en/4.0/pages/enterprise/setup/license.html#details-on-license-verification

Hi @shoothub thank for your solution, by the way, if server cannot reach https://api.graylog.com/releases/active . this also cause license violation?

Yes, that’s correct.

thank you @aaronsachs

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.