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

Cherry-pick #16254 to 7.x: [Metricbeat] Update Ceph module to support new API #16404

Merged
merged 2 commits into from
Feb 19, 2020

Conversation

mtojek
Copy link
Contributor

@mtojek mtojek commented Feb 19, 2020

Cherry-pick of PR #16254 to 7.x branch. Original message:

Opening as draft to feel all fields and starting building using CI.

This PR updates Ceph module to use restful API introduced in latest releases.

Issue: #7723

* add new ceph metricsets

* adjust system tests

(cherry picked from commit 273c6a8)
@mtojek mtojek requested a review from a team as a code owner February 19, 2020 11:03
@mtojek mtojek self-assigned this Feb 19, 2020
Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

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

WFG

@mtojek
Copy link
Contributor Author

mtojek commented Feb 19, 2020

jenkins, test this please

@mtojek mtojek merged commit 6f502d4 into elastic:7.x Feb 19, 2020
@mtojek mtojek added test-plan Add this PR to be manual test plan and removed test-plan Add this PR to be manual test plan labels Mar 16, 2020
@wyllys66
Copy link

Looking at the 7.7 branch and some of this code appears to still be using the deprecated APIs and will not work with Mimic or newer releases of Ceph.

For example:

defaultPath = "/api/v0.1/osd/df"

Is using the /api/v0.1 - that is not supported and fails in Mimic and later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants