-
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
[ML] Adding cloud specific ML node warning #49861
[ML] Adding cloud specific ML node warning #49861
Conversation
Pinging @elastic/ml-ui (:ml) |
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
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
@skearns64 please can we get your review on copy. Thx. |
💔 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.
LGTM ⚡️
💔 Build Failed
|
500e0b9
to
826299e
Compare
💔 Build Failed |
@elasticmachine merge upstream |
💔 Build Failed |
@elasticmachine merge upstream |
💔 Build Failed |
@elasticmachine merge upstream |
💔 Build Failed |
retest |
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
💔 Build Failed |
@elasticmachine merge upstream |
💔 Build Failed |
@elasticmachine merge upstream |
💔 Build Failed |
…owdyelastic/kibana into adding-cloud-specific-ml-node-warning
💔 Build Failed |
Adds a link to the cloud deployment when there are no nodes and kibana is running on cloud.
Text in callout
Can be tested by adding some settings to yml files:
elasticsearch.yml
node.ml: false
kibana.yml
xpack.cloud.id: <supply your own cloud id>
Also moves some code about:
removes
new_job_defaults.ts
in favour of/services/ml_server_info
renames the function
loadNewJobDefaults
toloadMlServerInfo
as more than just new job defaults are being loaded.new_job_defaults
was being deep linked to from other files, so it's best that it's moved to a common location. it also makes sense that the cloud checks to added to this file.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- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately