I have a question about using graylog behind an Apache reverse proxy.
I am using the context graylog to access the graylog server so the url that I specify is https://server1.local/graylog/
I got this to work.
I am using the docker version of graylog 4.0.1 downloaded today.
What I have noticed is that on the Search page when I want to “Export the search” to the dashboard the url that I am directed to is
https://server1.local/dashboards/new
Where I should be directed to is
/graylog/dashboards/new
If I manually correct the url I do end up on the dashboard page however the search that I was trying to save is gone. Has anybody else noticed this for graylog behind a reverse proxy with a non “/” context?