Hello All,
I have read multiple Post to this Topic but didn’t really understand anything.
When I create an input i can’t start it, I dont know if its the config or something else like the firewall or anything.
My Current input config looks like this:
Hi Thanks for the quick info, but i did an extra config with this Command line:
sudo sed -i ‘/^LimitNOFILE=64000.*/a AmbientCapabilities=CAP_NET_BIND_SERVICE’ /usr/lib/systemd/system/graylog-server.service
But i will try Port 1514
I have also looked at my Graylog logs and it says this:
If you mean you setup the web interface to go over HTTPS there is likely a problem with Graylog accessing itself (sometimes the graylog server talks to the graylog API). What is your bind address, publish URI and external URI in your server.conf file?
It looks from the error like it’s trying to access Graylog via an IP address, but the TLS cert only lists the FQDN not the IP address, which would cause it to not trust the cert and fail.
I have now tried to change the external URI to bpdehamlogcon01.mydomain.de and now getting a slightly different error. It seems to still cant call the API on the node but this time the reason is an unexprected end of stream on 10.28.6.108:443
Im still not sure why the server can’t reach itself
So you actually will want to set the publish uri to be the fqdn used in your cert (as long as that points to your IP abviously) publish uri is the address of that specific node, external uri would be the address of the cluster if you were behind a load balancer lets say, in a single node cluster with no load balancer publish will get used as external if external is left blank.