-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add Beta Ceph metrics module to Kibana Home #20223
Conversation
💚 Build Succeeded |
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
ran changes in Chrome and viewed Ceph Add Data page. Did not attempt to follow instructions and setup data flow
@gchaps Do you want to review? |
Read through the text. LGTM Minor: Until the icon is ready, you could shift the text in the Ceph metrics box to the left on the Add Data page. |
@gchaps Could you share on how I can do that? |
@ruflin I believe if you just comment out this line: https://github.com/ruflin/kibana/blob/3976b57ea5cd762dccc69edeabc99a023ecb9053/src/core_plugins/kibana/server/tutorials/ceph_metrics/index.js#L34 It should layout that card without an icon since that icon does not actually exist yet. |
3976b57
to
dc16c0f
Compare
@cchaos Thanks for your help. Change applied. |
💚 Build Succeeded |
This is a first example on how to use the `isBeat` feature.
dc16c0f
to
97b778c
Compare
artifacts: { | ||
application: { | ||
label: 'Discover', | ||
path: '/app/kibana#/discover' |
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.
@tsg @alexfrancoeur I'm jumping here now to the discovery page. I was thinking if we should jump to discovery and already filter for the data from the module?
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.
Another option is to leave that out and then there is simply no button at the end. But I think Discover is not bad.
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.
I tried this at first but it feels awkward as the user kind of gets stuck. Everything is complete, what now? Will move forward with discover for now and can still improve it in the future.
I rebased this PR now on top of #20514 to get the new check data feature and added a link to discovery. Please have a look again. |
💚 Build Succeeded |
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.
<img width="2043" alt="screen shot 2018-06-29 at 12 43 22 pm" src="https://user-images.githubusercontent.com/373691/42109208-1aedc92e-7b9a-11e8-8c96-1c9be12a10d1.png"> <img width="2042" alt="screen shot 2018-06-29 at 12 43 30 pm" src="https://user-images.githubusercontent.com/373691/42109217-1f81ce40-7b9a-11e8-8eca-f3e8695b9e7f.png">
<img width="2043" alt="screen shot 2018-06-29 at 12 43 22 pm" src="https://user-images.githubusercontent.com/373691/42109208-1aedc92e-7b9a-11e8-8c96-1c9be12a10d1.png"> <img width="2042" alt="screen shot 2018-06-29 at 12 43 30 pm" src="https://user-images.githubusercontent.com/373691/42109217-1f81ce40-7b9a-11e8-8eca-f3e8695b9e7f.png">
<img width="2043" alt="screen shot 2018-06-29 at 12 43 22 pm" src="https://user-images.githubusercontent.com/373691/42109208-1aedc92e-7b9a-11e8-8c96-1c9be12a10d1.png"> <img width="2042" alt="screen shot 2018-06-29 at 12 43 30 pm" src="https://user-images.githubusercontent.com/373691/42109217-1f81ce40-7b9a-11e8-8eca-f3e8695b9e7f.png">
Add beta
Ceph
module to Metrics modules.