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

ecamp3-logging: use own script to remove old indexes #5630

Merged

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Jul 28, 2024

With the 2GB of memory, the Index Lifecycle Management (ilm) of elasticsearch does not work reliably.
But in prod, we need these indexes deleted, else the RAM consumption rises and the volume gets full.
With this script, we can do the index lifecycle management with a lot less ram.

With the 2GB of memory, the Index Lifecycle Management (ilm) of elasticsearch does
not work reliably.
But in prod, we need these indexes deleted, else the RAM consumption rises and
the volume gets full.
With this script, we can do the index lifecycle management with a lot less ram.
@BacLuc BacLuc marked this pull request as ready for review July 28, 2024 15:48
@BacLuc BacLuc requested a review from a team July 28, 2024 15:48
@BacLuc
Copy link
Contributor Author

BacLuc commented Jul 28, 2024

already deployed like this in prod

@pmattmann pmattmann added this pull request to the merge queue Aug 4, 2024
Merged via the queue into ecamp:devel with commit b665a2e Aug 4, 2024
28 checks passed
This was referenced Aug 6, 2024
@BacLuc BacLuc deleted the ecamp3-logging-index-lifecycle-management branch August 28, 2024 20:52
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