Hi, I was using the following URL as a healthcheck for the traefik-log-dashboard container (since my Traefik config requires the container to be healthy to begin reverse proxying it):
http://<traefik-log-dashboard>:3000/api/logs/status
It was working in 2.4.0 but since 3.0.0 it seems to not exist? When I try to load it in my browser I get:
{
"error": "Missing agent id",
"message": "X-Agent-Id header is required"
}
When I use wget and add the X-Agent-Id header, I just get a 404 instead.
Has this endpoint been moved? Thanks
Hi, I was using the following URL as a healthcheck for the
traefik-log-dashboardcontainer (since my Traefik config requires the container to be healthy to begin reverse proxying it):It was working in 2.4.0 but since 3.0.0 it seems to not exist? When I try to load it in my browser I get:
When I use
wgetand add the X-Agent-Id header, I just get a 404 instead.Has this endpoint been moved? Thanks