-
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
7.x field changes #28543
7.x field changes #28543
Conversation
In Heartbeat 7.0 there are a number of field changes that have been made to support ECS and refine the schema in other ways. This PR seeks to accomodate those changes, the most significant of which is the switch to extensive use of the ECS `url` namespace. One part of that is removing the Host dropdown filter rather than updating it. This control has always been effectively broken due to its inability to scale to a large number of hosts. Updating it makes no sense when it should be removed.
Pinging @elastic/uptime |
💚 Build Succeeded |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
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.
We're close - it will be great to get this in!
x-pack/plugins/uptime/public/components/queries/monitor_list/monitor_list.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_list/monitor_list.tsx
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_status_bar/monitor_status_bar.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_status_bar/monitor_status_bar.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_status_bar/monitor_status_bar.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_status_bar/monitor_status_bar.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/public/components/queries/monitor_status_bar/monitor_status_bar.tsx
Outdated
Show resolved
Hide resolved
…onitor_list.tsx Co-Authored-By: andrewvc <[email protected]>
💚 Build Succeeded |
💔 Build Failed |
76283c3
to
fc2c9e4
Compare
💚 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
values={{ port }} | ||
defaultMessage="Port: {port}" | ||
id="xpack.uptime.monitorStatusBar.healthStatus.ipMessage" | ||
// TODO: this should not be computed inline |
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.
We can probably remove this comment. Not worth breaking CI for though.
Summary
[Uptime] Adapt UI to 7.x Heartbeat Field Changes. NOTE: The 7.0 Uptime UI Will not work with 6.x Heartbeat data!
In Heartbeat 7.0 there are a number of field changes that have been made to support ECS and refine the schema in other ways. This PR seeks to accomodate those changes, the most significant of which is the switch to extensive use of the ECS
url
namespace.One part of that is removing the Host dropdown filter rather than updating it. This control has always been effectively broken due to its inability to scale to a large number of hosts. Updating it makes no sense when it should be removed.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers