How do disable Kibana's 404 page?

Hey, I am wanting to use a nginx to redirect to a 404 page that I have created, however I keep being directed to the Kibana 404 page which contains too much server information. How do I disable the Kibana 404/force NginX's 404?

Can you share the requests that have too much information?

As far as proxying, you'll probably want to look into proxy_intercept_errors in nginx. There isn't anything at the Kibana layer that will help.

Hey Jon,

My concern comes from when you reach the 404 page from Kibana, it references the webserver by name and version number, something I do not want visible from a 404 page.

Jon,

Thank you, your suggestion worked.

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