-
Notifications
You must be signed in to change notification settings - Fork 442
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
[MongoDB] Update the Kibana version condition for the fix of disk space exhaustion. #9221
[MongoDB] Update the Kibana version condition for the fix of disk space exhaustion. #9221
Conversation
🚀 Benchmarks reportTo see the full report comment with |
Co-authored-by: muthu-mps <[email protected]>
💚 Build Succeeded
History
|
|
Package mongodb - 1.13.2 containing this change is available at https://epr.elastic.co/search?package=mongodb |
…ce exhaustion. (#9221) * Update the Kibana version condition for disk space exhaustion.
Hello @ritalwar, I do not get why we've bumped the Kibana minimum versions. We should not confuse the Kibana minimum version by the Elastic Agent version IMHO. |
@lucabelluccini : I completely get your point here, that Elastic Agent and Kibana version can be different. Since there is no specific versioning for the Elastic agent as discussed earlier as well , it is expected that if customers want to utilize a feature added in a new Beats release, they should update the agent to match the stack version. Given the current constraints with Elastic agent versioning, this is the best method to ensure compatibility and feature availability. Until the Elastic agent versioning issue is resolved, this approach remains the most effective way to communicate the need for updates to customers. Please let me know if you have some other thoughts on this Luca. |
Yes, I agree we can mention in the changelog about the requirement to have the same EA version and Kibana version for these type of changes |
…ce exhaustion. (#9221) * Update the Kibana version condition for disk space exhaustion.
…ce exhaustion. (#9221) * Update the Kibana version condition for disk space exhaustion.
Proposed commit message
This PR updates the Kibana version condition for MongoDB integration to address the fix for MongoDB disk space exhaustion.
Checklist
changelog.yml
file.Related issues