elasticsearch/docs/java-rest
Benjamin Trent 7bd6e78dae
[ML] adding for_export flag for ml plugin GET resource APIs (#63092)
This adds the new `for_export` flag to the following APIs:

- GET _ml/anomaly_detection/<job_id>
- GET _ml/datafeeds/<datafeed_id>
- GET _ml/data_frame/analytics/<analytics_id>

The flag is designed for cloning or exporting configuration objects to later be put into the same cluster or a separate cluster. 

The following fields are not returned in the objects:

- any field that is not user settable (e.g. version, create_time)
- any field that is a calculated default value (e.g. datafeed chunking_config)
- any field that would effectively require changing to be of use (e.g. datafeed job_id)
- any field that is automatically set via another Elastic stack process (e.g. anomaly job custom_settings.created_by)


closes https://github.com/elastic/elasticsearch/issues/63055
2020-10-02 08:29:19 -04:00
..
high-level [ML] adding for_export flag for ml plugin GET resource APIs (#63092) 2020-10-02 08:29:19 -04:00
low-level [DOCS] Fix old NodeSelector field in Low Level REST Client (#61551) 2020-08-31 09:49:13 -04:00
index.asciidoc [DOCS] Update data frame transform URLs (#46940) 2019-09-20 13:26:57 -07:00
license.asciidoc [DOCS] Bump copyright to 2019 for Java HLRC license (#50206) 2019-12-30 15:38:59 -05:00
overview.asciidoc [DOCS] restructure java clients docs pages (#25517) 2017-07-04 10:58:57 +02:00
redirects.asciidoc [DOCS] Update data frame transform URLs (#46940) 2019-09-20 13:26:57 -07:00