elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.66k stars 24.38k forks source link

[ML] Analytics: add defer_validation option / allow job creation without source index #49856

Open hendrikmuhs opened 4 years ago

hendrikmuhs commented 4 years ago

Transforms has a defer_validation parameter that allows e.g.:

"source": {
    "index": "not_there_yet"
  },

Would be good to have this for analytics jobs, too.

Usecase: ootb jobs where the source index does not exist at install time.

elasticmachine commented 4 years ago

Pinging @elastic/ml-core (:ml)