Hi, I am getting following error. anyone pls. help me ..
Jan 03 13:21:50 siem kibana[10792]: FATAL Error: Unable to complete saved object migrations for the [.kibana_task_manager] index. Please check the health of your Elasticsearch cluster and try again. Unexpected Elasticsearch ResponseError: statusCode: 429, method: PUT, url: /.kibana_task_manager_7.17.11_001/_mapping?timeout=60s error: [cluster_block_exception]: index [.kibana_task_manager_7.17.11_001] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];,
Yes. Not full like 100% but full enough for Elasticsearch to protect yourself. You need to make some disk space on your elasticsearch cluster and then put again the indices as not read-only anymore.
Can u pls. help me ...
I have 1.66 TB Hard disk space where only 100.09GB used...
However, How to incress Elastic server disk space...
Can u pls. help me ...
I was starting with a full LVM extend procedure but you need to understand that you seem to lack basic system knowledge to deploy elastic.
You'll need to boot your VM in a live mode then disable the logical volume
vchange -a n /dev/ubuntu-vg/ubuntu-lv <-- disable the logical volume
lvscan <-- should return your lv as inactive
pvresize [/dev/DISK] <-- choose your disk using lsblk
vchange -a n /dev/ubuntu-vg/ubuntu-lv
lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.