Skip to content
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] Transforms: List should highlight when transform role is missing #92227

Closed
peteharverson opened this issue Feb 22, 2021 · 1 comment · Fixed by #93956
Closed

[ML] Transforms: List should highlight when transform role is missing #92227

peteharverson opened this issue Feb 22, 2021 · 1 comment · Fixed by #93956
Assignees
Labels
enhancement New value added to drive a business result Feature:Transforms ML transforms :ml usability v7.13.0

Comments

@peteharverson
Copy link
Contributor

Transforms require a transform node to run on. The Transform list should check whether there is a transform node, and if not, add a callout to the page warning them to configure at least one node with the transform role. Additionally the page could show the count of nodes with the transform role.

To verify whether there is a node that can run transforms, the output of GET _cat/nodes can be checked, so that at least 1 node has a t e.g.

v.x.y.z 2 99 2 0.68 0.66 1.43 dt  * elasticsearch03

This is of particular benefit now that Security includes a transform by default, so all new users are using transforms, and after a change to the cluster, such as a rolling upgrade or fine-tuning of settings, users may forget to set the transform role as they are unaware that they are using one.

Related to elastic/elasticsearch#69260.

@peteharverson peteharverson added enhancement New value added to drive a business result :ml usability Feature:Transforms ML transforms v7.13.0 labels Feb 22, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Transforms ML transforms :ml usability v7.13.0
Projects
None yet
3 participants