Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the 90% disk space limit of ES #22

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Fixed the 90% disk space limit of ES #22

merged 2 commits into from
Nov 13, 2024

Conversation

ezimuel
Copy link
Collaborator

@ezimuel ezimuel commented Nov 13, 2024

This PR fixes the 90% disk space limit of Elasticsearch (issue #19). The minim required space for installing Elasticsearch and Kibana using start-local is 5 GB (about 3 GB for the two docker images + about 1 GB for store space, i.e. indices, + 1 GB for the minimum required by Elasticsearch ). The setting used for Elasticsearch are the following:

- cluster.routing.allocation.disk.watermark.low=1gb
- cluster.routing.allocation.disk.watermark.high=1gb
- cluster.routing.allocation.disk.watermark.flood_stage=1gb

Elasticsearch will continue to operate as long as there is at least 1 GB of free disk space.

@ezimuel ezimuel requested a review from JoshMock November 13, 2024 16:40
Copy link
Member

@JoshMock JoshMock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Love the friendly messaging especially. 👏

@ezimuel ezimuel merged commit fec060f into main Nov 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants