kibana version:6.6.0
i can not open kibana in my chrome, the error message is:
Kibana did not load properly. Check the server output for more information.
and i use f12 to debug, i found some js file not found
the server logs:
{
"type":"response",
"@timestamp":"2019-02-01T03:59:45Z",
"tags":[
],
"pid":219466,
"method":"get",
"statusCode":404,
"req":{
"url":"/app/kibanadlls/vendors.bundle.dll.js",
"method":"get",
"headers":{
"host":"",
"connection":"close",
"x-forwarded-for":"",
"proxy-connection":"keep-alive",
"pragma":"no-cache",
"cache-control":"no-cache",
"user-agent":"",
"accept":"*/*",
"referer":"/monitor/app/monitoring",
"accept-language":"zh-CN,zh;q=0.9,en;q=0.8",
"x-rio-seq":"",
"x-real-ip":"",
"x-proxy-by":"SmartGate-IDC",
"x-ngn-network":"intranet",
"staffid":"136902",
"staffname":",
"x-ext-data":"",
"accept-encoding":"gzip"
},
"remoteAddress":"",
"userAgent":"",
"referer":"/monitor/app/monitoring"
},
"res":{
"statusCode":404,
"responseTime":42,
"contentLength":9
},
"message":"GET /app/kibanadlls/vendors.bundle.dll.js 404 42ms - 9.0B"
}
i deleted some Sensitive information above