elasticsearch/docs/reference/ml/anomaly-detection
Benjamin Trent c1de07fa83
[ML] adding new flag exclude_generated that removes generated fields in GET config APIs (#63899)
When exporting and cloning ml configurations in a cluster it can be
frustrating to remove all the fields that were generated by
the plugin. Especially as the number of these fields change
from version to version.

This flag, exclude_generated, allows the GET config APIs to return
configurations with these generated fields removed.

APIs supporting this flag: 
- GET _ml/anomaly_detection/<job_id>
- GET _ml/datafeeds/<datafeed_id>
- GET _ml/data_frame/analytics/<analytics_id>

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 is automatically set via another Elastic stack process (e.g. anomaly job custom_settings.created_by)

relates to #63055
2020-10-20 11:28:29 -04:00
..
apis [ML] adding new flag exclude_generated that removes generated fields in GET config APIs (#63899) 2020-10-20 11:28:29 -04:00
functions [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
ml-configuring-aggregations.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00
ml-configuring-categories.asciidoc [DOCS] Per-partition categorization (#61506) 2020-08-26 17:07:46 -07:00
ml-configuring-detector-custom-rules.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00
ml-configuring-populations.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00
ml-configuring-transform.asciidoc [DOCS] Move script and stored fields content to search fields page (#60826) 2020-08-06 12:45:03 -04:00
ml-configuring-url.asciidoc [DOCS] Refresh machine learning custom URL example (#61826) 2020-09-03 16:53:26 -07:00
ml-delayed-data-detection.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00