Hi everyone,
I am new to graylog.
I must send data from my python app to graylog using GELF
I can access graylog through firefox but the url to access gelf is unaccessible.
I read the documentation to send gelf data and pretty much did it the way it is told to.
I tried through requests in python and through postman but the result is the always the same.
An http post on this https://mydomain/gelf gives me :
{
“type”: “ApiError”,
“message”: “HTTP 404 Not Found”
}
And an http get to https://mydomain/search gives a 202
If both didn’t work, I would understand, but having only the gelf endpoint not working is getting me confused
Is the url incorrect or is it the graylog configuration that is incorrect ?
I didn’t configure graylog myself, I just have access to one.
Any idea why I can’t access the gelf endpoint ?