Кибана 7.1.1. - PullRequest
       32

Кибана 7.1.1.

0 голосов
/ 04 июля 2019

Я получаю ниже ошибки. любая идея.

Я использую elk OSS 7.1.1 с плагином own-home и readonlyrest. Без этих двух плагинов настройка лося работает хорошо, но как только я использую эти плагины, он начинает выдавать ошибку ниже и не может открыть кибану в браузере.

{"type":"log","@timestamp":"2019-07-04T11:38:21Z","tags":["debug","legacy-proxy"],"pid":15224,"message":"\"getConnections\" has been called."}
{"type":"log","@timestamp":"2019-07-04T11:38:23Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:25Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:26Z","tags":["debug","legacy-proxy"],"pid":15224,"message":"\"getConnections\" has been called."}
{"type":"log","@timestamp":"2019-07-04T11:38:28Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:30Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:31Z","tags":["debug","legacy-proxy"],"pid":15224,"message":"\"getConnections\" has been called."}
{"type":"log","@timestamp":"2019-07-04T11:38:33Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:35Z","tags":["plugin","debug"],"pid":15224,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-07-04T11:38:36Z","tags":["debug","legacy-proxy"],"pid":15224,"message":"\"getConnections\" has been called."}
{"type":"log","@timestamp":"2019-07-04T11:38:37Z","tags":["debug","legacy-proxy"],"pid":15224,"message":"Event is being forwarded: connection"}
{"type":"log","@timestamp":"2019-07-04T11:38:37Z","tags":["debug","legacy-service"],"pid":15224,"message":"Request will be handled by proxy GET:/app/kibana."}
{"type":"log","@timestamp":"2019-07-04T11:38:37Z","tags":["plugin:own-home","debug"],"pid":15224,"message":"Stored kibana.index not found: TypeError: Cannot read property 'key' of null"}
{"type":"log","@timestamp":"2019-07-04T11:38:37Z","tags":["plugin:own-home","debug"],"pid":15224,"message":"Replace kibana.index \".kibana\" with \".kibana_admin\""}
{"type":"log","@timestamp":"2019-07-04T11:38:37Z","tags":["plugin:own-home","debug"],"pid":15224,"message":"Replaced path: /.kibana_admin/_doc/config:7.1.1"}
{"type":"error","@timestamp":"2019-07-04T11:38:37Z","tags":[],"pid":15224,"level":"error","error":{"message":"Cannot destructure property `updated_at` of 'undefined' or 'null'.","name":"TypeError","stack":"TypeError: Cannot destructure property `updated_at` of 'undefined' or 'null'.\n    at SavedObjectsRepository.get (/platform/kibana-7.1.1-linux-x86_64/src/legacy/server/saved_objects/service/lib/repository.js:531:48)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/app/kibana","path":"/app/kibana","href":"/app/kibana"},"message":"Cannot destructure property `updated_at` of 'undefined' or 'null'."}
{"type":"response","@timestamp":"2019-07-04T11:38:37Z","tags":[],"pid":15224,"method":"get","statusCode":500,"req":{"url":"/app/kibana","method":"get","headers":{"x-proxy-user":"admin","host":"127.0.0.1:5601","connection":"close","cache-control":"max-age=0","upgrade-insecure-requests":"1","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3","accept-encoding":"gzip, deflate","accept-language":"en-GB,en-US;q=0.9,en;q=0.8"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":500,"responseTime":13,"contentLength":9},"message":"GET /app/kibana 500 13ms - 9.0B"}
...