Problem connecting rest api

I want to send log to graylog installed by docker in my local network
i can get for example this url output http://10.0.2.106:9000/api/api-docs
so i can connect to graylog via http
I made HTTP Api in System/Inputs
I try to send data with postman
I Use Authentication Basic with my admin user And password
using post with this http://10.0.2.106:9000/api/
but whatever i do i get this response
{
“type”: “ApiError”,
“message”: “HTTP 405 Method Not Allowed”
}
is there any documentation to send data via restapi?

Hello @Welcome @alireza

By chance are you testing this out with Graylogs API Browswer?

yes but I had a problem that I asked in another post

hey @alireza

I understand now. I think that other post gets fixed then this issue will get resolved

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.