OpenSearch/x-pack/plugin/ml/qa/native-multi-node-tests
David Roberts da5aeb8be7
[ML] Return assigned node in start/open job/datafeed response (#55570)
Adds a "node" field to the response from the following endpoints:

1. Open anomaly detection job
2. Start datafeed
3. Start data frame analytics job

If the job or datafeed is assigned to a node immediately then
this field will return the ID of that node.

In the case where a job or datafeed is opened or started lazily
the node field will contain an empty string.  Clients that want
to test whether a job or datafeed was opened or started lazily
can therefore check for this.

Backport of #55473
2020-04-22 12:06:53 +01:00
..
src/test/java/org/elasticsearch/xpack/ml/integration [ML] Return assigned node in start/open job/datafeed response (#55570) 2020-04-22 12:06:53 +01:00
build.gradle [7.x] [ML] Fix log spam and disable ILM/SLM history for native ML tests (#55475) 2020-04-20 15:41:30 -04:00