Inputs show failed, but ports are open and logs are coming in

image

ok, fixed!!! so, thanks for all your help on this… I had made these mistakes:

  1. i had
http_publish_uri = http://lnb-graylog.company.local:9000/

but should have bee this

http_publish_uri = https://lnb-graylog.company.local:9000/
  1. i skipped over the part in the docs ( Using HTTPS - Configuring Graylog) where you need to create a san cert and include BOTH the FQDN AND the IP of the server.

fixing these two things got me working

thanks again for your help!

1 Like