-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue importing dashboard #7
Comments
I have created pull request with changes to upgrade elasticsearch and kibana to version 7.17.0 |
I'm seeing the same error Sorry, there was an error Console is reporting "WARN", "component": "o.e.c.r.a.DiskThresholdMonitor", "cluster.name": "parsedmarc", "node.name": "13c30e0efe5e", "message": "flood stage disk watermark [95%] exceeded on [s8dDbQZ9SEGGCl-EtAomog][13c30e0efe5e][/usr/share/elasticsearch/data/nodes/0] free: 255.1mb[2.5%], all indices on this node will be marked read-only", kibana | {"type":"response","@timestamp":"2022-03-28T02:37:06Z","tags":[],"pid":7,"method":"post","statusCode":200,"req":{"url":"/api/ui_metric/report","method":"post","headers":{"host":"192.168.16.175","x-real-ip":"192.168.16.128","x-forwarded-for":"192.168.16.128","connection":"close","content-length":"408","sec-ch-ua":"" Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99"","dnt":"1","content-type":"application/json","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36","kbn-version":"7.9.3","sec-ch-ua-platform":""Windows"","accept":"/","origin":"https://192.168.16.175","sec-fetch-site":"same-origin","sec-fetch-mode":"cors","sec-fetch-dest":"empty","referer":"https://192.168.16.175/app/management/kibana/objects","accept-encoding":"gzip, deflate, br","accept-language":"en-US,en;q=0.9"},"remoteAddress":"172.20.0.5","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36","referer":"https://192.168.16.175/app/management/kibana/objects"},"res":{"statusCode":200,"responseTime":17,"contentLength":9},"message":"POST /api/ui_metric/report 200 17ms - 9.0B"} |
When I try to import dashboard, Kibana states the file cannot be processed.
The issue occurs because kibana and elastic search version is too old and must be upgraded to version 7.16.2
In docker-compose.yaml I tried to use latest version.
Now I can import the export.ndjson successfully but dashboards are stating index patterns are missing.
can you help fix these issues?
The text was updated successfully, but these errors were encountered: