-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Monitoring] Kibana monitoring to EUI #26361
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
Merged
chrisronline
merged 33 commits into
elastic:monitoring_eui
from
chrisronline:monitoring/eui_kibana
Dec 12, 2018
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6eaa4bb
Convert cluster alerts page to use EUI tables. Also adds baseline sup…
chrisronline 8d55e54
Fix tests
chrisronline b5fd045
Merge remote-tracking branch 'elastic/master' into monitoring/eui_alerts
chrisronline 923c57c
Remove these two files
chrisronline 93b9f6e
Keep the original table but offer a new one so existing UIs still work
chrisronline 63d5f63
Use different base table controller for the EUI table
chrisronline 47a7ca6
Use EUI specific asc and desc constants
chrisronline 38a71bf
Update summary status
chrisronline 445e762
ES nodes
chrisronline 8e182fe
Indices page
chrisronline b460147
ML job listing
chrisronline bb76c83
Fix tests up
chrisronline 022ee06
Merge in monotiring_eui
chrisronline c5f007a
Node listing page
chrisronline 6701f58
Advanced node page
chrisronline a8cb066
Advanced index
chrisronline 6279105
Fix tests
chrisronline 2b13435
Fix onBrush
chrisronline a3ae2dd
Cluster listing page
chrisronline b100433
Merge in monitoring_eui
chrisronline 15d5bb9
Overview page
chrisronline c36fa87
Update snapshots
chrisronline 8497bcc
Fix functional tests
chrisronline 940c267
Beats instances
chrisronline 1727079
Fix more tests
chrisronline d867656
Update tests
chrisronline c29f10c
Update cluster tests
chrisronline 3d46fd4
Logstash UIs
chrisronline ace5aa3
Logstash tests
chrisronline a520f8b
APM pages
chrisronline ef72de5
Kibana pages
chrisronline 458c336
Merge in monitoring_eui
chrisronline 3bc4f59
Merge remote-tracking branch 'elastic/monitoring_eui' into monitoring…
chrisronline File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
x-pack/plugins/monitoring/public/components/beats/listing/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License; | ||
| * you may not use this file except in compliance with the Elastic License. | ||
| */ | ||
|
|
||
| export { Listing } from './listing'; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 would advise not naming things with EUI that are not from EUI, or are planned to be pushed up to EUI for clarity, but that's just my $0.02