-
Notifications
You must be signed in to change notification settings - Fork 497
[Ceph] Add Integration Package with OSD Tree data stream #5174
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
[Ceph] Add Integration Package with OSD Tree data stream #5174
Conversation
/test |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Approved
- name: exists | ||
type: boolean | ||
description: Represent OSD node still exist or not (1-true, 0-false). | ||
- name: id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change this to osd_id or node_id which ever is most appropriate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field contains both osd_id
as well as node_id
. We can change it to node_osd_id. Please let me know your suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets go with node_osd_id
- name: id | ||
type: long | ||
description: OSD or bucket node id. | ||
- name: name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change this to osd_name or node_name whichever is most appropriate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field contains both osd_name
as well as node_name
. We can change it to node_osd_name. Please let me know your suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets go with node_osd_name
- name: exists | ||
type: boolean | ||
description: Represent OSD node still exist or not (1-true, 0-false). | ||
- name: id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets go with node_osd_id
- name: id | ||
type: long | ||
description: OSD or bucket node id. | ||
- name: name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets go with node_osd_name
…into package-ceph_osd_tree
Package ceph - 0.4.0 containing this change is available at https://epr.elastic.co/search?package=ceph |
What does this PR do?
Checklist
How to test this PR locally
elastic-package test
Related issues