Hi @Eniqmatic ,
Thank you so much for your replaying,
here is my logs
{"type":"response","@timestamp":"2019-03-15T09:15:16Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_aliases&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":143,"contentLength":9},"message":"POST /api/console/proxy?path=_aliases&method=GET 200 143ms - 9.0B"}
{"type":"response","@timestamp":"2019-03-15T09:15:16Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_template&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":202,"contentLength":9},"message":"POST /api/console/proxy?path=_template&method=GET 200 202ms - 9.0B"}
{"type":"response","@timestamp":"2019-03-15T09:15:16Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_mapping&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":299,"contentLength":9},"message":"POST /api/console/proxy?path=_mapping&method=GET 200 299ms - 9.0B"}
{"type":"response","@timestamp":"2019-03-15T09:16:16Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_aliases&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":89,"contentLength":9},"message":"POST /api/console/proxy?path=_aliases&method=GET 200 89ms - 9.0B"}
{"type":"response","@timestamp":"2019-03-15T09:16:16Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_template&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":156,"contentLength":9},"message":"POST /api/console/proxy?path=_template&method=GET 200 156ms - 9.0B"}
{"type":"response","@timestamp":"2019-03-15T09:31:25Z","tags":[],"pid":2805,"method":"post","statusCode":200,"req":{"url":"/api/console/proxy?path=_mapping&method=GET","method":"post","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/plain, */*; q=0.01","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","kbn-version":"6.5.4","connection":"keep-alive","content-length":"0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":200,"responseTime":344,"contentLength":9},"message":"POST /api/console/proxy?path=_mapping&method=GET 200 344ms - 9.0B"}
the status of elasticsearch
{
"name" : "YndyYNu",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "Sg1KjND_T1WmWhXwab2q8g",
"version" : {
"number" : "6.5.4",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "d2ef93d",
"build_date" : "2018-12-17T21:17:40.758843Z",
"build_snapshot" : false,
"lucene_version" : "7.5.0",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}
currently my kibana is working fine ,if i close my browser and open ,at that time trying to open the kibana it gives error.
Thanks
Sandeep