we want to send a log from the client to graylog over gelf Http input.
we have public ip, so to send log we want authentication.
our address is http://ip-public-graylog:12202/gelf
, this case anyone with our address can send log!!
How can we consider authentication
for sending data?
thanks.