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] Add remote cluster license check to Validate Job #37858

Closed
LucaWintergerst opened this issue Jan 25, 2019 · 2 comments
Closed

[ML] Add remote cluster license check to Validate Job #37858

LucaWintergerst opened this issue Jan 25, 2019 · 2 comments
Labels
:ml Machine learning

Comments

@LucaWintergerst
Copy link
Contributor

Elasticsearch version (bin/elasticsearch --version): 6.5.1

Plugins installed: []

JVM version (java -version): 1.8.0_102

OS version (uname -a if on a Unix-like system): Darwin

Description of the problem including expected versus actual behavior:

When creating an ML job, the Validate function allows to run a set of pre-flight checks to ensure that a job will work as expected.
However, this check does not verify that a remote cluster has a sufficient License

Steps to reproduce:

  1. launch 1 node, cluster_a with platinum/trial license
  2. launch 1 node, cluster_b with a basic license
  3. add CCS settings to cluster_a
  4. add ccs index pattern to cluster_a
  5. create advanced job using ccs pattern, click on validate -> all green
  6. attempt to start the job -> it won't run
@LucaWintergerst LucaWintergerst added the :ml Machine learning label Jan 25, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@LucaWintergerst
Copy link
Contributor Author

had a chat with @dimitris-athanasiou and @droberts195
This is something that has to be done in Kibana, but we'll likely need some additional backend enhancements to offer that information to Kibana. It's therefore not a low hanging fruit and will take more work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning
Projects
None yet
Development

No branches or pull requests

3 participants