-
Notifications
You must be signed in to change notification settings - Fork 234
ECK - Increase default Kibana memory limit to 2Gi #6770
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -321,7 +321,7 @@ If `resources` is not defined in the specification of an object, then the operat | |
| | --- | --- | --- | | ||
| | APM Server | `512Mi` | `512Mi` | | ||
| | {{es}} | `2Gi` | `2Gi` | | ||
| | {{kib}} | `1Gi` | `1Gi` | | ||
| | {{kib}} | `1Gi` | `2Gi` | | ||
| | Beat | `300Mi` | `300Mi` | | ||
| | Elastic Agent | `400Mi` | `400Mi` | | ||
| | Elastic Maps Server | `200Mi` | `200Mi` | | ||
|
|
@@ -330,7 +330,7 @@ If `resources` is not defined in the specification of an object, then the operat | |
| | AutoOps Agent | `400Mi` | `400Mi` | | ||
|
|
||
| ::::{note} | ||
| The default 1 Gi {{kib}} limit is sufficient for core functionality. For Platinum and Enterprise users, we recommend at least 2 Gi of memory for each {{kib}} instance. With less than 2 Gi, you can face service interruptions when using features such as Security detection rules, reporting, workflows, and Agent Builder. | ||
| The default 2 Gi {{kib}} limit is sufficient for core functionality. For Platinum and Enterprise users, we recommend at least 2 Gi of memory for each {{kib}} instance. With less than 2 Gi, you can face service interruptions when using features such as Security detection rules, reporting, workflows, and Agent Builder. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sounds a bit weird for me.
We should either increase the recommendation, or remove this line from the documentation
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I agree. Even with the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @eedugon I added this during the window where the default compute resources were lower. I think what this actually needs is version-awareness - I assume in older ECK versions, regardless of stack version, the default would be lower? so the default in the table would need two bullets, one for the two states, and then this note would need to be contextualized to older versions. |
||
| :::: | ||
|
|
||
| If the Kubernetes cluster is configured with [LimitRanges](https://kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/) that enforce a minimum memory constraint, they could interfere with the operator defaults and cause object creation to fail. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.