hello.
I have a proxy server in front of kibana and I am accessing kibana.
When I check the proxy log, there are times when a 404 error occurs, and the request is as follows.
http://kibanaip:port/built_assets/css/plugins/kibana/build/kibana/src/legacy/core_plugins/kibana/public/index.scss
http://kibanaip:port/built_assets/css/plugins/kibana/build/node_modules/@elastic/eui/src/global_styling/variables/_typography.scss
http://kibanaip:port/built_assets/css/plugins/kibana/build/node_modules/@elastic/eui/src/global_styling/mixins/_shadow.scss
So when I access the path by connecting to the server, I really don't have the file.
kibana was installed with rpm, and even when tested on Windows, the files are not installed.
What is this and how do I fix it?