Elastic search couldnt start after deleting the nodes-HELP! URGENT

in that disk elasticsearch is mounted

elasticsearch/nodes/0 -contains lot of indices.dont know how the disk is filling completely

Sorry, you still haven't shared any evidence that you are running out of space. What exactly are you seeing that makes you think this?

In kibana when i try to save any visualization,it shows forbidden error.Also while saving dashboard also it is shows forbidden error.At that time i have checked the memory,the elastic search directory is full.so i have cleared some memory and tried to save the data it works.

I don't know what "forbidden error" means but I do not think this is exactly what you are seeing.

if you get this error

##FOBIDDEN/12/index read-only / allow delete (api)

run this code

PUT _all/_settings
{
"index.blocks.read_only_allow_delete": null
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.