Below you will find pages that utilize the taxonomy term “elasticsearch”
Posts
Elasticsearch Increase Disk
At my company we use AWS Elastic Search Service. It’s actually been great not having to manage the elastic cluster manually. As a test, I recently increased the disk space by 5GB per node to see how AWS manages this. In the AWS console you simply change your disk space size, then apply the changes.
You can query your cluster using the _cat API to see that AWS automatically brought three new nodes online with the designated disk space.