I installed elasticsearch with version 7.10.1 and kibana 7.10.1 on my local ubuntu machine.
{
"name" : "validation-es",
"cluster_name" : "validation-es-cluster",
"cluster_uuid" : "QhjLeuvZQVGA9Str2lc8Wg",
"version" : {
"number" : "7.10.1",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "1c34507e66d7db1211f66f3513706fdf548736aa",
"build_date" : "2020-12-05T01:00:33.671820Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
When I tried to open kibana via web browser(I am using firefox with version 81.0, it kept me in loading status, and browser is hang. I went to the logs of kibana, but I didn't see fatal issue.
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":302,"req":{"url":"/","method":"get","headers":{"host":"10.60.2.80:5601","user-agent":"Mozilla
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":302,"req":{"url":"/spaces/enter","method":"get","headers":{"host":"10.60.2.80:5601","user-age
Jan 07 11:18:41 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:41Z","tags":,"pid":124553,"method":"get","statusCode":200,"req":{"url":"/app/home","method":"get","headers":{"host":"10.60.2.80:5601","user-agent":
Jan 07 11:18:42 R2-D2 kibana[124553]: {"type":"response","@timestamp":"2021-01-07T03:18:42Z","tags":["api"],"pid":124553,"method":"get","statusCode":304,"req":{"url":"/bootstrap.js","method":"get","headers":{"host":"10.60.2.80:5601","use
Could anyone help me on this issue? Thanks.