Hello,
Please forgive me in advance if this question seems ignorant, but i’m trying to secure logged messages to Graylog using https and cannot find if this is supported or not. We tried sitting graylog in front of an nginx server, but since the X-Forwareded-For header isn’t supported, the source IP would always be the localhost, so I wonder, is there any native way to do this? We are logging somewhat sensative information and would prefer not to send it to graylog in clear text, but can’t seem to figure out how this can be done.
Any thoughts here? Looking at it now, it does appear that the HTTPS connection is being established but is failing to validate the certificate maybe? I’m not entirely sure tbh.
Hi Jan,
Could you be a little more specific? What do you mean by configuring the HTTP GELF input to use HTTPS? Where and how can this be done? This seems to be the missing piece of the puzzle for me.
There it is - sorry, you’ll have to ignore my ignorance, you’ve clarified what i was looking for. As you can probably tell, i’m not a graylog administrator - i didn’t even have access to modify or create inputs. I was able to get the necessary access and can see that we can enable TLS and provide the certificate path for this. I’ll create a new input and test this - thank you for your direction!