Open byteshiva opened 4 years ago
Searched Net, found the below article. https://techoverflow.net/2019/04/17/how-to-disable-elasticsearch-disk-quota-watermark/
Maybe its because of my disk usage. I'll clear up some space and try the query again.
curl -XGET "http://localhost:9200/_cat/allocation?v&pretty"
shards disk.indices disk.used disk.avail disk.total disk.percent host ip node
6 10.4mb 407.7gb 17.7gb 425.5gb 95 172.17.0.2 172.17.0.2 6834ab86412e
Pinging @elastic/ml-ui (:ml)
Pinging @elastic/kibana-reporting-services (Team:Reporting Services)
Maybe its because of my disk usage. I'll clear up some space and try the query again.
Yeah, sounds like it, please report back if you manage to resolve your issue so that we can close or investigate it further.
I agree the fundamental problem here is lack of disk space causing all ES indices to become read-only.
The one thing we should try to improve is the error reporting. It would be better if the underlying ES exception was displayed instead of "Internal Server Error".
Cool! it worked for me. After clearing the HDD space, I'm able to upload CSV data via Kibana->ML
$curl -XGET "http://localhost:9200/_cat/allocation?v&pretty"
shards disk.indices disk.used disk.avail disk.total disk.percent host ip node
8 11.1mb 376gb 49.4gb 425.5gb 88 172.11.0.3 172.11.0.3 6834ab86412e
2 UNASSIGNED
Some sample working CSV uploads
We'll do some investigation to see if the error handling can be improved on the UI side to display the underlying ES exception here.
Kibana version: 7.9.2
Elasticsearch version: 7.9.2
Server OS version: Ubunu 20.4
Browser version: Brave Version 1.14.84 Chromium: 85.0.4183.121 (Official Build) (64-bit)
Browser OS version: Version 1.14.84 Chromium: 85.0.4183.121 (Official Build) (64-bit)
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug: Unable to push csv via kibana portal.
Steps to reproduce: Click machine learning and import csv file.
Simple Data csv import
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
HTTP response
Provide logs and/or server output (if relevant):
Kibana logs
Kibana Logs
Any additional context:
ElasticSearch Logs