diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 8368f904e7..bf6e8dae42 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -17197,7 +17197,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -17227,7 +17227,7 @@ "tags": [ "ml.put_calendar" ], - "summary": "Creates a calendar", + "summary": "Create a calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar.html" }, @@ -17301,7 +17301,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -17419,7 +17419,7 @@ "tags": [ "ml.put_calendar_job" ], - "summary": "Adds an anomaly detection job to a calendar", + "summary": "Add anomaly detection job to calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar-job.html" }, @@ -17547,7 +17547,7 @@ "tags": [ "ml.get_data_frame_analytics" ], - "summary": "Retrieves configuration information for data frame analytics jobs", + "summary": "Get data frame analytics job configuration info", "description": "You can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html" @@ -17581,7 +17581,7 @@ "tags": [ "ml.put_data_frame_analytics" ], - "summary": "Instantiates a data frame analytics job", + "summary": "Create a data frame analytics job", "description": "This API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html" @@ -17779,7 +17779,7 @@ "tags": [ "ml.get_datafeeds" ], - "summary": "Retrieves configuration information for datafeeds", + "summary": "Get datafeeds configuration info", "description": "You can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html" @@ -17807,7 +17807,7 @@ "tags": [ "ml.put_datafeed" ], - "summary": "Instantiates a datafeed", + "summary": "Create a datafeed", "description": "Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html" @@ -18124,7 +18124,7 @@ "tags": [ "ml.get_filters" ], - "summary": "Retrieves filters", + "summary": "Get filters", "description": "You can get a single filter or all filters.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-filter.html" @@ -18152,7 +18152,7 @@ "tags": [ "ml.put_filter" ], - "summary": "Instantiates a filter", + "summary": "Create a filter", "description": "A filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-filter.html" @@ -18270,8 +18270,8 @@ "tags": [ "ml.forecast" ], - "summary": "Predicts the future behavior of a time series by using its historical\n", - "description": "behavior.\n\nForecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration.", + "summary": "Predict future behavior of a time series", + "description": "Forecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration. Forcasts predict future behavior\nbased on historical data.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-forecast.html" }, @@ -18433,7 +18433,7 @@ "tags": [ "ml.get_jobs" ], - "summary": "Retrieves configuration information for anomaly detection jobs", + "summary": "Get anomaly detection jobs configuration info", "description": "You can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html" @@ -18716,7 +18716,7 @@ "tags": [ "ml.get_model_snapshots" ], - "summary": "Retrieves information about model snapshots", + "summary": "Get model snapshots info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html" }, @@ -18761,7 +18761,7 @@ "tags": [ "ml.get_model_snapshots" ], - "summary": "Retrieves information about model snapshots", + "summary": "Get model snapshots info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html" }, @@ -18856,7 +18856,7 @@ "tags": [ "ml.get_trained_models" ], - "summary": "Retrieves configuration information for a trained model", + "summary": "Get trained model configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models.html" }, @@ -18898,7 +18898,8 @@ "tags": [ "ml.put_trained_model" ], - "summary": "Enables you to supply a trained model that is not created by data frame analytics", + "summary": "Supply external trained model", + "description": "Enable you to supply a trained model that is not created by data frame analytics.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models.html" }, @@ -19057,8 +19058,8 @@ "tags": [ "ml.put_trained_model_alias" ], - "summary": "Creates or updates a trained model alias", - "description": "A trained model alias is a logical\nname used to reference a single trained model.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", + "summary": "Create or update a trained model alias", + "description": "A trained model alias is a logical name used to reference a single trained\nmodel.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html" }, @@ -19384,7 +19385,7 @@ "tags": [ "ml.flush_job" ], - "summary": "Forces any buffered data to be processed by the job", + "summary": "Force buffered data to be processed", "description": "The flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html" @@ -19512,7 +19513,7 @@ "tags": [ "ml.get_buckets" ], - "summary": "Retrieves anomaly detection job results for one or more buckets", + "summary": "Get anomaly detection job results", "description": "The API presents a chronological view of the records, grouped by bucket.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html" @@ -19567,7 +19568,7 @@ "tags": [ "ml.get_buckets" ], - "summary": "Retrieves anomaly detection job results for one or more buckets", + "summary": "Get anomaly detection job results", "description": "The API presents a chronological view of the records, grouped by bucket.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html" @@ -19624,7 +19625,7 @@ "tags": [ "ml.get_buckets" ], - "summary": "Retrieves anomaly detection job results for one or more buckets", + "summary": "Get anomaly detection job results", "description": "The API presents a chronological view of the records, grouped by bucket.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html" @@ -19676,7 +19677,7 @@ "tags": [ "ml.get_buckets" ], - "summary": "Retrieves anomaly detection job results for one or more buckets", + "summary": "Get anomaly detection job results", "description": "The API presents a chronological view of the records, grouped by bucket.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html" @@ -19730,7 +19731,7 @@ "tags": [ "ml.get_calendar_events" ], - "summary": "Retrieves information about the scheduled events in calendars", + "summary": "Get info about events in calendars", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar-event.html" }, @@ -19831,7 +19832,7 @@ "tags": [ "ml.post_calendar_events" ], - "summary": "Adds scheduled events to a calendar", + "summary": "Add scheduled events to calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html" }, @@ -19902,7 +19903,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -19929,7 +19930,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -19958,7 +19959,7 @@ "tags": [ "ml.get_categories" ], - "summary": "Retrieves anomaly detection job results for one or more categories", + "summary": "Get anomaly detection job results for categories", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html" }, @@ -19994,7 +19995,7 @@ "tags": [ "ml.get_categories" ], - "summary": "Retrieves anomaly detection job results for one or more categories", + "summary": "Get anomaly detection job results for categories", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html" }, @@ -20032,7 +20033,7 @@ "tags": [ "ml.get_categories" ], - "summary": "Retrieves anomaly detection job results for one or more categories", + "summary": "Get anomaly detection job results for categories", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html" }, @@ -20065,7 +20066,7 @@ "tags": [ "ml.get_categories" ], - "summary": "Retrieves anomaly detection job results for one or more categories", + "summary": "Get anomaly detection job results for categories", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html" }, @@ -20100,7 +20101,7 @@ "tags": [ "ml.get_data_frame_analytics" ], - "summary": "Retrieves configuration information for data frame analytics jobs", + "summary": "Get data frame analytics job configuration info", "description": "You can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html" @@ -20133,7 +20134,7 @@ "tags": [ "ml.get_data_frame_analytics_stats" ], - "summary": "Retrieves usage information for data frame analytics jobs", + "summary": "Get data frame analytics jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html" }, @@ -20165,7 +20166,7 @@ "tags": [ "ml.get_data_frame_analytics_stats" ], - "summary": "Retrieves usage information for data frame analytics jobs", + "summary": "Get data frame analytics jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html" }, @@ -20200,7 +20201,7 @@ "tags": [ "ml.get_datafeed_stats" ], - "summary": "Retrieves usage information for datafeeds", + "summary": "Get datafeeds usage info", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html" @@ -20227,7 +20228,7 @@ "tags": [ "ml.get_datafeed_stats" ], - "summary": "Retrieves usage information for datafeeds", + "summary": "Get datafeeds usage info", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html" @@ -20251,7 +20252,7 @@ "tags": [ "ml.get_datafeeds" ], - "summary": "Retrieves configuration information for datafeeds", + "summary": "Get datafeeds configuration info", "description": "You can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html" @@ -20278,7 +20279,7 @@ "tags": [ "ml.get_filters" ], - "summary": "Retrieves filters", + "summary": "Get filters", "description": "You can get a single filter or all filters.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-filter.html" @@ -20305,7 +20306,7 @@ "tags": [ "ml.get_influencers" ], - "summary": "Retrieves anomaly detection job results for one or more influencers", + "summary": "Get anomaly detection job results for influencers", "description": "Influencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html" @@ -20354,7 +20355,7 @@ "tags": [ "ml.get_influencers" ], - "summary": "Retrieves anomaly detection job results for one or more influencers", + "summary": "Get anomaly detection job results for influencers", "description": "Influencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html" @@ -20405,7 +20406,7 @@ "tags": [ "ml.get_job_stats" ], - "summary": "Retrieves usage information for anomaly detection jobs", + "summary": "Get anomaly detection jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html" }, @@ -20428,7 +20429,7 @@ "tags": [ "ml.get_job_stats" ], - "summary": "Retrieves usage information for anomaly detection jobs", + "summary": "Get anomaly detection jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html" }, @@ -20454,7 +20455,7 @@ "tags": [ "ml.get_jobs" ], - "summary": "Retrieves configuration information for anomaly detection jobs", + "summary": "Get anomaly detection jobs configuration info", "description": "You can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html" @@ -20481,8 +20482,8 @@ "tags": [ "ml.get_memory_stats" ], - "summary": "Get information about how machine learning jobs and trained models are using memory,\n", - "description": "on each node, both within the JVM heap, and natively, outside of the JVM.", + "summary": "Get machine learning memory usage info", + "description": "Get information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-memory.html" }, @@ -20511,8 +20512,8 @@ "tags": [ "ml.get_memory_stats" ], - "summary": "Get information about how machine learning jobs and trained models are using memory,\n", - "description": "on each node, both within the JVM heap, and natively, outside of the JVM.", + "summary": "Get machine learning memory usage info", + "description": "Get information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-memory.html" }, @@ -20544,7 +20545,7 @@ "tags": [ "ml.get_model_snapshot_upgrade_stats" ], - "summary": "Retrieves usage information for anomaly detection job model snapshot upgrades", + "summary": "Get anomaly detection job model snapshot upgrade usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-model-snapshot-upgrade-stats.html" }, @@ -20618,7 +20619,7 @@ "tags": [ "ml.get_model_snapshots" ], - "summary": "Retrieves information about model snapshots", + "summary": "Get model snapshots info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html" }, @@ -20660,7 +20661,7 @@ "tags": [ "ml.get_model_snapshots" ], - "summary": "Retrieves information about model snapshots", + "summary": "Get model snapshots info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html" }, @@ -20704,8 +20705,8 @@ "tags": [ "ml.get_overall_buckets" ], - "summary": "Retrieves overall bucket results that summarize the bucket results of\n", - "description": "multiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "summary": "Get overall bucket results", + "description": "Retrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html" }, @@ -20750,8 +20751,8 @@ "tags": [ "ml.get_overall_buckets" ], - "summary": "Retrieves overall bucket results that summarize the bucket results of\n", - "description": "multiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "summary": "Get overall bucket results", + "description": "Retrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html" }, @@ -20798,7 +20799,7 @@ "tags": [ "ml.get_records" ], - "summary": "Retrieves anomaly records for an anomaly detection job", + "summary": "Get anomaly records for an anomaly detection job", "description": "Records contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-record.html" @@ -20847,7 +20848,7 @@ "tags": [ "ml.get_records" ], - "summary": "Retrieves anomaly records for an anomaly detection job", + "summary": "Get anomaly records for an anomaly detection job", "description": "Records contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-record.html" @@ -20898,7 +20899,7 @@ "tags": [ "ml.get_trained_models" ], - "summary": "Retrieves configuration information for a trained model", + "summary": "Get trained model configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models.html" }, @@ -20939,7 +20940,7 @@ "tags": [ "ml.get_trained_models_stats" ], - "summary": "Retrieves usage information for trained models", + "summary": "Get trained models usage info", "description": "You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html" @@ -20972,7 +20973,7 @@ "tags": [ "ml.get_trained_models_stats" ], - "summary": "Retrieves usage information for trained models", + "summary": "Get trained models usage info", "description": "You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html" @@ -21002,7 +21003,7 @@ "tags": [ "ml.infer_trained_model" ], - "summary": "Evaluates a trained model", + "summary": "Evaluate a trained model", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-trained-model.html" }, @@ -21031,7 +21032,7 @@ "tags": [ "ml.infer_trained_model" ], - "summary": "Evaluates a trained model", + "summary": "Evaluate a trained model", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-trained-model.html" }, @@ -21060,8 +21061,8 @@ "tags": [ "ml.info" ], - "summary": "Returns defaults and limits used by machine learning", - "description": "This endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", + "summary": "Return ML defaults and limits", + "description": "Returns defaults and limits used by machine learning.\nThis endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html" }, @@ -21107,7 +21108,7 @@ "ml.open_job" ], "summary": "Open anomaly detection jobs", - "description": "An anomaly detection job must be opened in order for it to be ready to\nreceive and analyze data. It can be opened and closed multiple times\nthroughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", + "description": "An anomaly detection job must be opened to be ready to receive and analyze\ndata. It can be opened and closed multiple times throughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html" }, @@ -21181,7 +21182,7 @@ "tags": [ "ml.post_data" ], - "summary": "Sends data to an anomaly detection job for analysis", + "summary": "Send data to an anomaly detection job for analysis", "description": "IMPORTANT: For each job, data can be accepted from only a single connection at a time.\nIt is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-data.html" @@ -21318,7 +21319,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -21337,7 +21339,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -21358,7 +21361,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -21382,7 +21386,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -21408,7 +21413,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -21439,7 +21444,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -21472,7 +21477,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -21500,7 +21505,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -21530,7 +21535,7 @@ "tags": [ "ml.put_trained_model_definition_part" ], - "summary": "Creates part of a trained model definition", + "summary": "Create part of a trained model definition", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-definition-part.html" }, @@ -21608,7 +21613,7 @@ "tags": [ "ml.put_trained_model_vocabulary" ], - "summary": "Creates a trained model vocabulary", + "summary": "Create a trained model vocabulary", "description": "This API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-vocabulary.html" @@ -21685,7 +21690,7 @@ "tags": [ "ml.reset_job" ], - "summary": "Resets an anomaly detection job", + "summary": "Reset an anomaly detection job", "description": "All model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html" @@ -21744,7 +21749,7 @@ "tags": [ "ml.revert_model_snapshot" ], - "summary": "Reverts to a specific snapshot", + "summary": "Revert to a snapshot", "description": "The machine learning features react quickly to anomalous input, learning new\nbehaviors in data. Highly anomalous input increases the variance in the\nmodels whilst the system learns whether this is a new step-change in behavior\nor a one-off event. In the case where this anomalous input is known to be a\none-off, then it might be appropriate to reset the model state to a time\nbefore this event. For example, you might consider reverting to a saved\nsnapshot after Black Friday or a critical system failure.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html" @@ -21827,8 +21832,8 @@ "tags": [ "ml.set_upgrade_mode" ], - "summary": "Sets a cluster wide upgrade_mode setting that prepares machine learning\n", - "description": "indices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", + "summary": "Set upgrade_mode for ML indices", + "description": "Sets a cluster wide upgrade_mode setting that prepares machine learning\nindices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html" }, @@ -21875,7 +21880,7 @@ "tags": [ "ml.start_data_frame_analytics" ], - "summary": "Starts a data frame analytics job", + "summary": "Start a data frame analytics job", "description": "A data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html" @@ -21936,7 +21941,7 @@ "tags": [ "ml.start_datafeed" ], - "summary": "Starts one or more datafeeds", + "summary": "Start one or more datafeeds", "description": "A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html" @@ -22038,7 +22043,8 @@ "tags": [ "ml.start_trained_model_deployment" ], - "summary": "Starts a trained model deployment, which allocates the model to every machine learning node", + "summary": "Start a trained model deployment", + "description": "It allocates the model to every machine learning node.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trained-model-deployment.html" }, @@ -22164,7 +22170,7 @@ "tags": [ "ml.stop_data_frame_analytics" ], - "summary": "Stops one or more data frame analytics jobs", + "summary": "Stop one or more data frame analytics jobs", "description": "A data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html" @@ -22241,7 +22247,7 @@ "tags": [ "ml.stop_datafeed" ], - "summary": "Stops one or more datafeeds", + "summary": "Stop one or more datafeeds", "description": "A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html" @@ -22340,7 +22346,7 @@ "tags": [ "ml.stop_trained_model_deployment" ], - "summary": "Stops a trained model deployment", + "summary": "Stop a trained model deployment", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/stop-trained-model-deployment.html" }, @@ -22406,7 +22412,7 @@ "tags": [ "ml.update_data_frame_analytics" ], - "summary": "Updates an existing data frame analytics job", + "summary": "Update a data frame analytics job", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-dfanalytics.html" }, @@ -22527,7 +22533,7 @@ "tags": [ "ml.update_datafeed" ], - "summary": "Updates the properties of a datafeed", + "summary": "Update a datafeed", "description": "You must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html" @@ -22736,7 +22742,8 @@ "tags": [ "ml.update_filter" ], - "summary": "Updates the description of a filter, adds items, or removes items from the list", + "summary": "Update a filter", + "description": "Updates the description of a filter, adds items, or removes items from the list.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-filter.html" }, @@ -22823,7 +22830,8 @@ "tags": [ "ml.update_job" ], - "summary": "Updates certain properties of an anomaly detection job", + "summary": "Update an anomaly detection job", + "description": "Updates certain properties of an anomaly detection job.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-job.html" }, @@ -23032,7 +23040,8 @@ "tags": [ "ml.update_model_snapshot" ], - "summary": "Updates certain properties of a snapshot", + "summary": "Update a snapshot", + "description": "Updates certain properties of a snapshot.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-snapshot.html" }, @@ -23113,7 +23122,7 @@ "tags": [ "ml.update_trained_model_deployment" ], - "summary": "Starts a trained model deployment, which allocates the model to every machine learning node", + "summary": "Update a trained model deployment", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-trained-model-deployment.html" }, @@ -23185,8 +23194,8 @@ "tags": [ "ml.upgrade_job_snapshot" ], - "summary": "Upgrades an anomaly detection model snapshot to the latest major version", - "description": "Over time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", + "summary": "Upgrade a snapshot", + "description": "Upgrades an anomaly detection model snapshot to the latest major version.\nOver time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-upgrade-job-model-snapshot.html" }, diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 83b8b7bf17..4021d46f06 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -10355,7 +10355,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -10385,7 +10385,7 @@ "tags": [ "ml.put_calendar" ], - "summary": "Creates a calendar", + "summary": "Create a calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar.html" }, @@ -10459,7 +10459,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -10577,7 +10577,7 @@ "tags": [ "ml.put_calendar_job" ], - "summary": "Adds an anomaly detection job to a calendar", + "summary": "Add anomaly detection job to calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar-job.html" }, @@ -10705,7 +10705,7 @@ "tags": [ "ml.get_data_frame_analytics" ], - "summary": "Retrieves configuration information for data frame analytics jobs", + "summary": "Get data frame analytics job configuration info", "description": "You can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html" @@ -10739,7 +10739,7 @@ "tags": [ "ml.put_data_frame_analytics" ], - "summary": "Instantiates a data frame analytics job", + "summary": "Create a data frame analytics job", "description": "This API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-dfanalytics.html" @@ -10937,7 +10937,7 @@ "tags": [ "ml.get_datafeeds" ], - "summary": "Retrieves configuration information for datafeeds", + "summary": "Get datafeeds configuration info", "description": "You can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html" @@ -10965,7 +10965,7 @@ "tags": [ "ml.put_datafeed" ], - "summary": "Instantiates a datafeed", + "summary": "Create a datafeed", "description": "Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html" @@ -11219,7 +11219,7 @@ "tags": [ "ml.get_filters" ], - "summary": "Retrieves filters", + "summary": "Get filters", "description": "You can get a single filter or all filters.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-filter.html" @@ -11247,7 +11247,7 @@ "tags": [ "ml.put_filter" ], - "summary": "Instantiates a filter", + "summary": "Create a filter", "description": "A filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-filter.html" @@ -11365,7 +11365,7 @@ "tags": [ "ml.get_jobs" ], - "summary": "Retrieves configuration information for anomaly detection jobs", + "summary": "Get anomaly detection jobs configuration info", "description": "You can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html" @@ -11648,7 +11648,7 @@ "tags": [ "ml.get_trained_models" ], - "summary": "Retrieves configuration information for a trained model", + "summary": "Get trained model configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models.html" }, @@ -11690,7 +11690,8 @@ "tags": [ "ml.put_trained_model" ], - "summary": "Enables you to supply a trained model that is not created by data frame analytics", + "summary": "Supply external trained model", + "description": "Enable you to supply a trained model that is not created by data frame analytics.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models.html" }, @@ -11849,8 +11850,8 @@ "tags": [ "ml.put_trained_model_alias" ], - "summary": "Creates or updates a trained model alias", - "description": "A trained model alias is a logical\nname used to reference a single trained model.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", + "summary": "Create or update a trained model alias", + "description": "A trained model alias is a logical name used to reference a single trained\nmodel.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html" }, @@ -12082,7 +12083,7 @@ "tags": [ "ml.flush_job" ], - "summary": "Forces any buffered data to be processed by the job", + "summary": "Force buffered data to be processed", "description": "The flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html" @@ -12210,7 +12211,7 @@ "tags": [ "ml.get_calendar_events" ], - "summary": "Retrieves information about the scheduled events in calendars", + "summary": "Get info about events in calendars", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar-event.html" }, @@ -12311,7 +12312,7 @@ "tags": [ "ml.post_calendar_events" ], - "summary": "Adds scheduled events to a calendar", + "summary": "Add scheduled events to calendar", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html" }, @@ -12382,7 +12383,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -12409,7 +12410,7 @@ "tags": [ "ml.get_calendars" ], - "summary": "Retrieves configuration information for calendars", + "summary": "Get calendar configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html" }, @@ -12438,7 +12439,7 @@ "tags": [ "ml.get_data_frame_analytics" ], - "summary": "Retrieves configuration information for data frame analytics jobs", + "summary": "Get data frame analytics job configuration info", "description": "You can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html" @@ -12471,7 +12472,7 @@ "tags": [ "ml.get_data_frame_analytics_stats" ], - "summary": "Retrieves usage information for data frame analytics jobs", + "summary": "Get data frame analytics jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html" }, @@ -12503,7 +12504,7 @@ "tags": [ "ml.get_data_frame_analytics_stats" ], - "summary": "Retrieves usage information for data frame analytics jobs", + "summary": "Get data frame analytics jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html" }, @@ -12538,7 +12539,7 @@ "tags": [ "ml.get_datafeed_stats" ], - "summary": "Retrieves usage information for datafeeds", + "summary": "Get datafeeds usage info", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html" @@ -12565,7 +12566,7 @@ "tags": [ "ml.get_datafeed_stats" ], - "summary": "Retrieves usage information for datafeeds", + "summary": "Get datafeeds usage info", "description": "You can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html" @@ -12589,7 +12590,7 @@ "tags": [ "ml.get_datafeeds" ], - "summary": "Retrieves configuration information for datafeeds", + "summary": "Get datafeeds configuration info", "description": "You can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html" @@ -12616,7 +12617,7 @@ "tags": [ "ml.get_filters" ], - "summary": "Retrieves filters", + "summary": "Get filters", "description": "You can get a single filter or all filters.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-filter.html" @@ -12643,7 +12644,7 @@ "tags": [ "ml.get_job_stats" ], - "summary": "Retrieves usage information for anomaly detection jobs", + "summary": "Get anomaly detection jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html" }, @@ -12666,7 +12667,7 @@ "tags": [ "ml.get_job_stats" ], - "summary": "Retrieves usage information for anomaly detection jobs", + "summary": "Get anomaly detection jobs usage info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html" }, @@ -12692,7 +12693,7 @@ "tags": [ "ml.get_jobs" ], - "summary": "Retrieves configuration information for anomaly detection jobs", + "summary": "Get anomaly detection jobs configuration info", "description": "You can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html" @@ -12719,8 +12720,8 @@ "tags": [ "ml.get_overall_buckets" ], - "summary": "Retrieves overall bucket results that summarize the bucket results of\n", - "description": "multiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "summary": "Get overall bucket results", + "description": "Retrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html" }, @@ -12765,8 +12766,8 @@ "tags": [ "ml.get_overall_buckets" ], - "summary": "Retrieves overall bucket results that summarize the bucket results of\n", - "description": "multiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "summary": "Get overall bucket results", + "description": "Retrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html" }, @@ -12813,7 +12814,7 @@ "tags": [ "ml.get_trained_models" ], - "summary": "Retrieves configuration information for a trained model", + "summary": "Get trained model configuration info", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models.html" }, @@ -12854,7 +12855,7 @@ "tags": [ "ml.get_trained_models_stats" ], - "summary": "Retrieves usage information for trained models", + "summary": "Get trained models usage info", "description": "You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html" @@ -12887,7 +12888,7 @@ "tags": [ "ml.get_trained_models_stats" ], - "summary": "Retrieves usage information for trained models", + "summary": "Get trained models usage info", "description": "You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html" @@ -12917,7 +12918,7 @@ "tags": [ "ml.infer_trained_model" ], - "summary": "Evaluates a trained model", + "summary": "Evaluate a trained model", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-trained-model.html" }, @@ -12946,7 +12947,7 @@ "tags": [ "ml.infer_trained_model" ], - "summary": "Evaluates a trained model", + "summary": "Evaluate a trained model", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-trained-model.html" }, @@ -12976,7 +12977,7 @@ "ml.open_job" ], "summary": "Open anomaly detection jobs", - "description": "An anomaly detection job must be opened in order for it to be ready to\nreceive and analyze data. It can be opened and closed multiple times\nthroughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", + "description": "An anomaly detection job must be opened to be ready to receive and analyze\ndata. It can be opened and closed multiple times throughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html" }, @@ -13050,7 +13051,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -13069,7 +13071,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -13090,7 +13093,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -13114,7 +13118,8 @@ "tags": [ "ml.preview_data_frame_analytics" ], - "summary": "Previews the extracted features used by a data frame analytics config", + "summary": "Preview features used by data frame analytics", + "description": "Previews the extracted features used by a data frame analytics config.", "externalDocs": { "url": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html" }, @@ -13140,7 +13145,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -13171,7 +13176,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -13204,7 +13209,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -13232,7 +13237,7 @@ "tags": [ "ml.preview_datafeed" ], - "summary": "Previews a datafeed", + "summary": "Preview a datafeed", "description": "This API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html" @@ -13262,7 +13267,7 @@ "tags": [ "ml.put_trained_model_definition_part" ], - "summary": "Creates part of a trained model definition", + "summary": "Create part of a trained model definition", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-definition-part.html" }, @@ -13340,7 +13345,7 @@ "tags": [ "ml.put_trained_model_vocabulary" ], - "summary": "Creates a trained model vocabulary", + "summary": "Create a trained model vocabulary", "description": "This API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-vocabulary.html" @@ -13417,7 +13422,7 @@ "tags": [ "ml.reset_job" ], - "summary": "Resets an anomaly detection job", + "summary": "Reset an anomaly detection job", "description": "All model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html" @@ -13476,7 +13481,7 @@ "tags": [ "ml.start_data_frame_analytics" ], - "summary": "Starts a data frame analytics job", + "summary": "Start a data frame analytics job", "description": "A data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html" @@ -13537,7 +13542,7 @@ "tags": [ "ml.start_datafeed" ], - "summary": "Starts one or more datafeeds", + "summary": "Start one or more datafeeds", "description": "A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html" @@ -13639,7 +13644,8 @@ "tags": [ "ml.start_trained_model_deployment" ], - "summary": "Starts a trained model deployment, which allocates the model to every machine learning node", + "summary": "Start a trained model deployment", + "description": "It allocates the model to every machine learning node.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trained-model-deployment.html" }, @@ -13755,7 +13761,7 @@ "tags": [ "ml.stop_data_frame_analytics" ], - "summary": "Stops one or more data frame analytics jobs", + "summary": "Stop one or more data frame analytics jobs", "description": "A data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html" @@ -13832,7 +13838,7 @@ "tags": [ "ml.stop_datafeed" ], - "summary": "Stops one or more datafeeds", + "summary": "Stop one or more datafeeds", "description": "A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html" @@ -13931,7 +13937,7 @@ "tags": [ "ml.stop_trained_model_deployment" ], - "summary": "Stops a trained model deployment", + "summary": "Stop a trained model deployment", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/stop-trained-model-deployment.html" }, @@ -13997,7 +14003,7 @@ "tags": [ "ml.update_data_frame_analytics" ], - "summary": "Updates an existing data frame analytics job", + "summary": "Update a data frame analytics job", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-dfanalytics.html" }, @@ -14118,7 +14124,7 @@ "tags": [ "ml.update_datafeed" ], - "summary": "Updates the properties of a datafeed", + "summary": "Update a datafeed", "description": "You must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html" @@ -14327,7 +14333,8 @@ "tags": [ "ml.update_filter" ], - "summary": "Updates the description of a filter, adds items, or removes items from the list", + "summary": "Update a filter", + "description": "Updates the description of a filter, adds items, or removes items from the list.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-filter.html" }, @@ -14414,7 +14421,8 @@ "tags": [ "ml.update_job" ], - "summary": "Updates certain properties of an anomaly detection job", + "summary": "Update an anomaly detection job", + "description": "Updates certain properties of an anomaly detection job.", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-job.html" }, @@ -14623,7 +14631,7 @@ "tags": [ "ml.update_trained_model_deployment" ], - "summary": "Starts a trained model deployment, which allocates the model to every machine learning node", + "summary": "Update a trained model deployment", "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-trained-model-deployment.html" }, diff --git a/output/schema/schema.json b/output/schema/schema.json index 16885ab164..469e31062c 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -10056,7 +10056,7 @@ "stability": "stable" } }, - "description": "Forces any buffered data to be processed by the job.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", + "description": "Force buffered data to be processed.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-flush-job.html", "name": "ml.flush_job", "privileges": { @@ -10099,7 +10099,7 @@ "stability": "stable" } }, - "description": "Predicts the future behavior of a time series by using its historical\nbehavior.\n\nForecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration.", + "description": "Predict future behavior of a time series.\n\nForecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration. Forcasts predict future behavior\nbased on historical data.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-forecast.html", "name": "ml.forecast", "privileges": { @@ -10142,7 +10142,7 @@ "stability": "stable" } }, - "description": "Retrieves anomaly detection job results for one or more buckets.\nThe API presents a chronological view of the records, grouped by bucket.", + "description": "Get anomaly detection job results.\nThe API presents a chronological view of the records, grouped by bucket.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html", "name": "ml.get_buckets", "privileges": { @@ -10193,7 +10193,7 @@ "stability": "stable" } }, - "description": "Retrieves information about the scheduled events in calendars.", + "description": "Get info about events in calendars.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar-event.html", "name": "ml.get_calendar_events", "privileges": { @@ -10233,7 +10233,7 @@ "stability": "stable" } }, - "description": "Retrieves configuration information for calendars.", + "description": "Get calendar configuration info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-calendar.html", "name": "ml.get_calendars", "privileges": { @@ -10284,7 +10284,7 @@ "stability": "stable" } }, - "description": "Retrieves anomaly detection job results for one or more categories.", + "description": "Get anomaly detection job results for categories.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-category.html", "name": "ml.get_categories", "privileges": { @@ -10335,7 +10335,7 @@ "stability": "stable" } }, - "description": "Retrieves configuration information for data frame analytics jobs.\nYou can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", + "description": "Get data frame analytics job configuration info.\nYou can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html", "name": "ml.get_data_frame_analytics", "privileges": { @@ -10381,7 +10381,7 @@ "stability": "stable" } }, - "description": "Retrieves usage information for data frame analytics jobs.", + "description": "Get data frame analytics jobs usage info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html", "name": "ml.get_data_frame_analytics_stats", "privileges": { @@ -10427,7 +10427,7 @@ "stability": "stable" } }, - "description": "Retrieves usage information for datafeeds.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html", "name": "ml.get_datafeed_stats", "privileges": { @@ -10473,7 +10473,7 @@ "stability": "stable" } }, - "description": "Retrieves configuration information for datafeeds.\nYou can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds configuration info.\nYou can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed.html", "name": "ml.get_datafeeds", "privileges": { @@ -10519,7 +10519,7 @@ "stability": "stable" } }, - "description": "Retrieves filters.\nYou can get a single filter or all filters.", + "description": "Get filters.\nYou can get a single filter or all filters.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-filter.html", "name": "ml.get_filters", "privileges": { @@ -10565,7 +10565,7 @@ "stability": "stable" } }, - "description": "Retrieves anomaly detection job results for one or more influencers.\nInfluencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", + "description": "Get anomaly detection job results for influencers.\nInfluencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-influencer.html", "name": "ml.get_influencers", "privileges": { @@ -10609,7 +10609,7 @@ "stability": "stable" } }, - "description": "Retrieves usage information for anomaly detection jobs.", + "description": "Get anomaly detection jobs usage info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html", "name": "ml.get_job_stats", "privileges": { @@ -10655,7 +10655,7 @@ "stability": "stable" } }, - "description": "Retrieves configuration information for anomaly detection jobs.\nYou can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", + "description": "Get anomaly detection jobs configuration info.\nYou can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job.html", "name": "ml.get_jobs", "privileges": { @@ -10701,7 +10701,7 @@ "stability": "stable" } }, - "description": "Get information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", + "description": "Get machine learning memory usage info.\nGet information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-memory.html", "name": "ml.get_memory_stats", "privileges": { @@ -10747,7 +10747,7 @@ "stability": "stable" } }, - "description": "Retrieves usage information for anomaly detection job model snapshot upgrades.", + "description": "Get anomaly detection job model snapshot upgrade usage info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-model-snapshot-upgrade-stats.html", "name": "ml.get_model_snapshot_upgrade_stats", "privileges": { @@ -10787,7 +10787,7 @@ "stability": "stable" } }, - "description": "Retrieves information about model snapshots.", + "description": "Get model snapshots info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html", "name": "ml.get_model_snapshots", "privileges": { @@ -10838,7 +10838,7 @@ "stability": "stable" } }, - "description": "Retrieves overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "description": "Get overall bucket results.\n\nRetrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-overall-buckets.html", "name": "ml.get_overall_buckets", "privileges": { @@ -10882,7 +10882,7 @@ "stability": "stable" } }, - "description": "Retrieves anomaly records for an anomaly detection job.\nRecords contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", + "description": "Get anomaly records for an anomaly detection job.\nRecords contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-record.html", "name": "ml.get_records", "privileges": { @@ -10926,7 +10926,7 @@ "stability": "stable" } }, - "description": "Retrieves configuration information for a trained model.", + "description": "Get trained model configuration info.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models.html", "name": "ml.get_trained_models", "privileges": { @@ -10972,7 +10972,7 @@ "stability": "stable" } }, - "description": "Retrieves usage information for trained models. You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", + "description": "Get trained models usage info.\nYou can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html", "name": "ml.get_trained_models_stats", "privileges": { @@ -11018,7 +11018,7 @@ "stability": "stable" } }, - "description": "Evaluates a trained model.", + "description": "Evaluate a trained model.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-trained-model.html", "name": "ml.infer_trained_model", "request": { @@ -11066,7 +11066,7 @@ "stability": "stable" } }, - "description": "Returns defaults and limits used by machine learning.\nThis endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", + "description": "Return ML defaults and limits.\nReturns defaults and limits used by machine learning.\nThis endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-info.html", "name": "ml.info", "privileges": { @@ -11106,7 +11106,7 @@ "stability": "stable" } }, - "description": "Open anomaly detection jobs.\nAn anomaly detection job must be opened in order for it to be ready to\nreceive and analyze data. It can be opened and closed multiple times\nthroughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", + "description": "Open anomaly detection jobs.\nAn anomaly detection job must be opened to be ready to receive and analyze\ndata. It can be opened and closed multiple times throughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html", "name": "ml.open_job", "privileges": { @@ -11149,7 +11149,7 @@ "stability": "stable" } }, - "description": "Adds scheduled events to a calendar.", + "description": "Add scheduled events to calendar.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html", "name": "ml.post_calendar_events", "privileges": { @@ -11192,7 +11192,7 @@ "description": "Posting data directly to anomaly detection jobs is deprecated, in a future major version a datafeed will be required.", "version": "7.11.0" }, - "description": "Sends data to an anomaly detection job for analysis.\n\nIMPORTANT: For each job, data can be accepted from only a single connection at a time.\nIt is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.", + "description": "Send data to an anomaly detection job for analysis.\n\nIMPORTANT: For each job, data can be accepted from only a single connection at a time.\nIt is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-data.html", "name": "ml.post_data", "privileges": { @@ -11236,7 +11236,7 @@ "stability": "stable" } }, - "description": "Previews the extracted features used by a data frame analytics config.", + "description": "Preview features used by data frame analytics.\nPreviews the extracted features used by a data frame analytics config.", "docUrl": "http://www.elastic.co/guide/en/elasticsearch/reference/current/preview-dfanalytics.html", "name": "ml.preview_data_frame_analytics", "privileges": { @@ -11287,7 +11287,7 @@ "stability": "stable" } }, - "description": "Previews a datafeed.\nThis API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", + "description": "Preview a datafeed.\nThis API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-preview-datafeed.html", "name": "ml.preview_datafeed", "privileges": { @@ -11341,7 +11341,7 @@ "stability": "stable" } }, - "description": "Creates a calendar.", + "description": "Create a calendar.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar.html", "name": "ml.put_calendar", "privileges": { @@ -11384,7 +11384,7 @@ "stability": "stable" } }, - "description": "Adds an anomaly detection job to a calendar.", + "description": "Add anomaly detection job to calendar.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-calendar-job.html", "name": "ml.put_calendar_job", "privileges": { @@ -11424,7 +11424,7 @@ "stability": "stable" } }, - "description": "Instantiates a data frame analytics job.\nThis API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", + "description": "Create a data frame analytics job.\nThis API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", "docId": "put-dfanalytics", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/put-dfanalytics.html", "name": "ml.put_data_frame_analytics", @@ -11475,7 +11475,7 @@ "stability": "stable" } }, - "description": "Instantiates a datafeed.\nDatafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", + "description": "Create a datafeed.\nDatafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html", "name": "ml.put_datafeed", "privileges": { @@ -11521,7 +11521,7 @@ "stability": "stable" } }, - "description": "Instantiates a filter.\nA filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", + "description": "Create a filter.\nA filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-filter.html", "name": "ml.put_filter", "privileges": { @@ -11610,7 +11610,7 @@ "stability": "stable" } }, - "description": "Enables you to supply a trained model that is not created by data frame analytics.", + "description": "Supply external trained model.\nEnable you to supply a trained model that is not created by data frame analytics.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models.html", "name": "ml.put_trained_model", "privileges": { @@ -11653,7 +11653,7 @@ "stability": "stable" } }, - "description": "Creates or updates a trained model alias. A trained model alias is a logical\nname used to reference a single trained model.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", + "description": "Create or update a trained model alias.\nA trained model alias is a logical name used to reference a single trained\nmodel.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html", "name": "ml.put_trained_model_alias", "privileges": { @@ -11696,7 +11696,7 @@ "stability": "stable" } }, - "description": "Creates part of a trained model definition.", + "description": "Create part of a trained model definition.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-definition-part.html", "name": "ml.put_trained_model_definition_part", "privileges": { @@ -11739,7 +11739,7 @@ "stability": "stable" } }, - "description": "Creates a trained model vocabulary.\nThis API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", + "description": "Create a trained model vocabulary.\nThis API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-model-vocabulary.html", "name": "ml.put_trained_model_vocabulary", "privileges": { @@ -11782,7 +11782,7 @@ "stability": "stable" } }, - "description": "Resets an anomaly detection job.\nAll model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", + "description": "Reset an anomaly detection job.\nAll model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html", "name": "ml.reset_job", "privileges": { @@ -11822,7 +11822,7 @@ "stability": "stable" } }, - "description": "Reverts to a specific snapshot.\nThe machine learning features react quickly to anomalous input, learning new\nbehaviors in data. Highly anomalous input increases the variance in the\nmodels whilst the system learns whether this is a new step-change in behavior\nor a one-off event. In the case where this anomalous input is known to be a\none-off, then it might be appropriate to reset the model state to a time\nbefore this event. For example, you might consider reverting to a saved\nsnapshot after Black Friday or a critical system failure.", + "description": "Revert to a snapshot.\nThe machine learning features react quickly to anomalous input, learning new\nbehaviors in data. Highly anomalous input increases the variance in the\nmodels whilst the system learns whether this is a new step-change in behavior\nor a one-off event. In the case where this anomalous input is known to be a\none-off, then it might be appropriate to reset the model state to a time\nbefore this event. For example, you might consider reverting to a saved\nsnapshot after Black Friday or a critical system failure.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html", "name": "ml.revert_model_snapshot", "privileges": { @@ -11865,7 +11865,7 @@ "stability": "stable" } }, - "description": "Sets a cluster wide upgrade_mode setting that prepares machine learning\nindices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", + "description": "Set upgrade_mode for ML indices.\nSets a cluster wide upgrade_mode setting that prepares machine learning\nindices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-set-upgrade-mode.html", "name": "ml.set_upgrade_mode", "privileges": { @@ -11905,7 +11905,7 @@ "stability": "stable" } }, - "description": "Starts a data frame analytics job.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", + "description": "Start a data frame analytics job.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html", "name": "ml.start_data_frame_analytics", "privileges": { @@ -11955,7 +11955,7 @@ "stability": "stable" } }, - "description": "Starts one or more datafeeds.\n\nA datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", + "description": "Start one or more datafeeds.\n\nA datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-datafeed.html", "name": "ml.start_datafeed", "privileges": { @@ -11998,7 +11998,7 @@ "stability": "stable" } }, - "description": "Starts a trained model deployment, which allocates the model to every machine learning node.", + "description": "Start a trained model deployment.\nIt allocates the model to every machine learning node.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trained-model-deployment.html", "name": "ml.start_trained_model_deployment", "privileges": { @@ -12041,7 +12041,7 @@ "stability": "stable" } }, - "description": "Stops one or more data frame analytics jobs.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", + "description": "Stop one or more data frame analytics jobs.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-dfanalytics.html", "name": "ml.stop_data_frame_analytics", "privileges": { @@ -12084,7 +12084,7 @@ "stability": "stable" } }, - "description": "Stops one or more datafeeds.\nA datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", + "description": "Stop one or more datafeeds.\nA datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-stop-datafeed.html", "name": "ml.stop_datafeed", "privileges": { @@ -12127,7 +12127,7 @@ "stability": "stable" } }, - "description": "Stops a trained model deployment.", + "description": "Stop a trained model deployment.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/stop-trained-model-deployment.html", "name": "ml.stop_trained_model_deployment", "privileges": { @@ -12170,7 +12170,7 @@ "stability": "stable" } }, - "description": "Updates an existing data frame analytics job.", + "description": "Update a data frame analytics job.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-dfanalytics.html", "name": "ml.update_data_frame_analytics", "privileges": { @@ -12220,7 +12220,7 @@ "stability": "stable" } }, - "description": "Updates the properties of a datafeed.\nYou must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", + "description": "Update a datafeed.\nYou must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html", "name": "ml.update_datafeed", "privileges": { @@ -12263,7 +12263,7 @@ "stability": "stable" } }, - "description": "Updates the description of a filter, adds items, or removes items from the list.", + "description": "Update a filter.\nUpdates the description of a filter, adds items, or removes items from the list.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-filter.html", "name": "ml.update_filter", "privileges": { @@ -12306,7 +12306,7 @@ "stability": "stable" } }, - "description": "Updates certain properties of an anomaly detection job.", + "description": "Update an anomaly detection job.\nUpdates certain properties of an anomaly detection job.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-job.html", "name": "ml.update_job", "privileges": { @@ -12349,7 +12349,7 @@ "stability": "stable" } }, - "description": "Updates certain properties of a snapshot.", + "description": "Update a snapshot.\nUpdates certain properties of a snapshot.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-snapshot.html", "name": "ml.update_model_snapshot", "privileges": { @@ -12392,7 +12392,7 @@ "stability": "stable" } }, - "description": "Starts a trained model deployment, which allocates the model to every machine learning node.", + "description": "Update a trained model deployment.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-trained-model-deployment.html", "name": "ml.update_trained_model_deployment", "privileges": { @@ -12435,7 +12435,7 @@ "stability": "stable" } }, - "description": "Upgrades an anomaly detection model snapshot to the latest major version.\nOver time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", + "description": "Upgrade a snapshot.\nUpgrades an anomaly detection model snapshot to the latest major version.\nOver time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-upgrade-job-model-snapshot.html", "name": "ml.upgrade_job_snapshot", "privileges": { @@ -156469,7 +156469,7 @@ } ] }, - "description": "Forces any buffered data to be processed by the job.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", + "description": "Force buffered data to be processed.\nThe flush jobs API is only applicable when sending data for analysis using\nthe post data API. Depending on the content of the buffer, then it might\nadditionally calculate new results. Both flush and close operations are\nsimilar, however the flush is more efficient if you are expecting to send\nmore data for analysis. When flushing, the job remains open and is available\nto continue analyzing data. A close operation additionally prunes and\npersists the model state to disk and the job must be opened again before\nanalyzing further data.", "inherits": { "type": { "name": "RequestBase", @@ -156643,7 +156643,7 @@ } ] }, - "description": "Predicts the future behavior of a time series by using its historical\nbehavior.\n\nForecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration.", + "description": "Predict future behavior of a time series.\n\nForecasts are not supported for jobs that perform population analysis; an\nerror occurs if you try to create a forecast for a job that has an\n`over_field_name` in its configuration. Forcasts predict future behavior\nbased on historical data.", "inherits": { "type": { "name": "RequestBase", @@ -156858,7 +156858,7 @@ } ] }, - "description": "Retrieves anomaly detection job results for one or more buckets.\nThe API presents a chronological view of the records, grouped by bucket.", + "description": "Get anomaly detection job results.\nThe API presents a chronological view of the records, grouped by bucket.", "inherits": { "type": { "name": "RequestBase", @@ -157062,7 +157062,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves information about the scheduled events in calendars.", + "description": "Get info about events in calendars.", "inherits": { "type": { "name": "RequestBase", @@ -157262,7 +157262,7 @@ } ] }, - "description": "Retrieves configuration information for calendars.", + "description": "Get calendar configuration info.", "inherits": { "type": { "name": "RequestBase", @@ -157377,7 +157377,7 @@ } ] }, - "description": "Retrieves anomaly detection job results for one or more categories.", + "description": "Get anomaly detection job results for categories.", "inherits": { "type": { "name": "RequestBase", @@ -157502,7 +157502,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves configuration information for data frame analytics jobs.\nYou can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", + "description": "Get data frame analytics job configuration info.\nYou can get information for multiple data frame analytics jobs in a single\nAPI request by using a comma-separated list of data frame analytics jobs or a\nwildcard expression.", "inherits": { "type": { "name": "RequestBase", @@ -157630,7 +157630,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves usage information for data frame analytics jobs.", + "description": "Get data frame analytics jobs usage info.", "inherits": { "type": { "name": "RequestBase", @@ -157758,7 +157758,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves usage information for datafeeds.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds usage info.\nYou can get statistics for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget statistics for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``. If the datafeed is stopped, the\nonly information you receive is the `datafeed_id` and the `state`.\nThis API returns a maximum of 10,000 datafeeds.", "inherits": { "type": { "name": "RequestBase", @@ -157845,7 +157845,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves configuration information for datafeeds.\nYou can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", + "description": "Get datafeeds configuration info.\nYou can get information for multiple datafeeds in a single API request by\nusing a comma-separated list of datafeeds or a wildcard expression. You can\nget information for all datafeeds by using `_all`, by specifying `*` as the\n``, or by omitting the ``.\nThis API returns a maximum of 10,000 datafeeds.", "inherits": { "type": { "name": "RequestBase", @@ -157945,7 +157945,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves filters.\nYou can get a single filter or all filters.", + "description": "Get filters.\nYou can get a single filter or all filters.", "inherits": { "type": { "name": "RequestBase", @@ -158060,7 +158060,7 @@ } ] }, - "description": "Retrieves anomaly detection job results for one or more influencers.\nInfluencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", + "description": "Get anomaly detection job results for influencers.\nInfluencers are the entities that have contributed to, or are to blame for,\nthe anomalies. Influencer results are available only if an\n`influencer_field_name` is specified in the job configuration.", "inherits": { "type": { "name": "RequestBase", @@ -158239,7 +158239,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves usage information for anomaly detection jobs.", + "description": "Get anomaly detection jobs usage info.", "inherits": { "type": { "name": "RequestBase", @@ -158327,7 +158327,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves configuration information for anomaly detection jobs.\nYou can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", + "description": "Get anomaly detection jobs configuration info.\nYou can get information for multiple anomaly detection jobs in a single API\nrequest by using a group name, a comma-separated list of jobs, or a wildcard\nexpression. You can get information for all anomaly detection jobs by using\n`_all`, by specifying `*` as the ``, or by omitting the ``.", "inherits": { "type": { "name": "RequestBase", @@ -158816,7 +158816,7 @@ "body": { "kind": "no_body" }, - "description": "Get information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", + "description": "Get machine learning memory usage info.\nGet information about how machine learning jobs and trained models are using memory,\non each node, both within the JVM heap, and natively, outside of the JVM.", "inherits": { "type": { "name": "RequestBase", @@ -158882,7 +158882,7 @@ } } ], - "specLocation": "ml/get_memory_stats/MlGetMemoryStatsRequest.ts#L24-L59" + "specLocation": "ml/get_memory_stats/MlGetMemoryStatsRequest.ts#L24-L60" }, { "body": { @@ -158948,7 +158948,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves usage information for anomaly detection job model snapshot upgrades.", + "description": "Get anomaly detection job model snapshot upgrade usage info.", "inherits": { "type": { "name": "RequestBase", @@ -159109,7 +159109,7 @@ } ] }, - "description": "Retrieves information about model snapshots.", + "description": "Get model snapshots info.", "inherits": { "type": { "name": "RequestBase", @@ -159372,7 +159372,7 @@ } ] }, - "description": "Retrieves overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", + "description": "Get overall bucket results.\n\nRetrievs overall bucket results that summarize the bucket results of\nmultiple anomaly detection jobs.\n\nThe `overall_score` is calculated by combining the scores of all the\nbuckets within the overall bucket span. First, the maximum\n`anomaly_score` per anomaly detection job in the overall bucket is\ncalculated. Then the `top_n` of those scores are averaged to result in\nthe `overall_score`. This means that you can fine-tune the\n`overall_score` so that it is more or less sensitive to the number of\njobs that detect an anomaly at the same time. For example, if you set\n`top_n` to `1`, the `overall_score` is the maximum bucket score in the\noverall bucket. Alternatively, if you set `top_n` to the number of jobs,\nthe `overall_score` is high only when all jobs detect anomalies in that\noverall bucket. If you set the `bucket_span` parameter (to a value\ngreater than its default), the `overall_score` is the maximum\n`overall_score` of the overall buckets that have a span equal to the\njobs' largest bucket span.", "inherits": { "type": { "name": "RequestBase", @@ -159499,7 +159499,7 @@ } } ], - "specLocation": "ml/get_overall_buckets/MlGetOverallBucketsRequest.ts#L25-L143" + "specLocation": "ml/get_overall_buckets/MlGetOverallBucketsRequest.ts#L25-L145" }, { "body": { @@ -159638,7 +159638,7 @@ } ] }, - "description": "Retrieves anomaly records for an anomaly detection job.\nRecords contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", + "description": "Get anomaly records for an anomaly detection job.\nRecords contain the detailed analytical results. They describe the anomalous\nactivity that has been identified in the input data based on the detector\nconfiguration.\nThere can be many anomaly records depending on the characteristics and size\nof the input data. In practice, there are often too many to be able to\nmanually process them. The machine learning features therefore perform a\nsophisticated aggregation of the anomaly records into buckets.\nThe number of record results depends on the number of anomalies found in each\nbucket, which relates to the number of time series being modeled and the\nnumber of detectors.", "inherits": { "type": { "name": "RequestBase", @@ -159817,7 +159817,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves configuration information for a trained model.", + "description": "Get trained model configuration info.", "inherits": { "type": { "name": "RequestBase", @@ -159997,7 +159997,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves usage information for trained models. You can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", + "description": "Get trained models usage info.\nYou can get usage information for multiple trained\nmodels in a single API request by using a comma-separated list of model IDs or a wildcard expression.", "inherits": { "type": { "name": "RequestBase", @@ -160064,7 +160064,7 @@ } } ], - "specLocation": "ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts#L24-L64" + "specLocation": "ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts#L24-L65" }, { "body": { @@ -160149,7 +160149,7 @@ } ] }, - "description": "Evaluates a trained model.", + "description": "Evaluate a trained model.", "inherits": { "type": { "name": "RequestBase", @@ -160419,7 +160419,7 @@ "body": { "kind": "no_body" }, - "description": "Returns defaults and limits used by machine learning.\nThis endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", + "description": "Return ML defaults and limits.\nReturns defaults and limits used by machine learning.\nThis endpoint is designed to be used by a user interface that needs to fully\nunderstand machine learning configurations where some options are not\nspecified, meaning that the defaults should be used. This endpoint may be\nused to find out what those defaults are. It also provides information about\nthe maximum size of machine learning jobs that could run in the current\ncluster configuration.", "inherits": { "type": { "name": "RequestBase", @@ -160433,7 +160433,7 @@ }, "path": [], "query": [], - "specLocation": "ml/info/MlInfoRequest.ts#L22-L35" + "specLocation": "ml/info/MlInfoRequest.ts#L22-L36" }, { "body": { @@ -160514,7 +160514,7 @@ } ] }, - "description": "Open anomaly detection jobs.\nAn anomaly detection job must be opened in order for it to be ready to\nreceive and analyze data. It can be opened and closed multiple times\nthroughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", + "description": "Open anomaly detection jobs.\nAn anomaly detection job must be opened to be ready to receive and analyze\ndata. It can be opened and closed multiple times throughout its lifecycle.\nWhen you open a new job, it starts with an empty model.\nWhen you open an existing job, the most recent model state is automatically\nloaded. The job is ready to resume its analysis from where it left off, once\nnew data is received.", "inherits": { "type": { "name": "RequestBase", @@ -160555,7 +160555,7 @@ } } ], - "specLocation": "ml/open_job/MlOpenJobRequest.ts#L24-L59" + "specLocation": "ml/open_job/MlOpenJobRequest.ts#L24-L58" }, { "body": { @@ -160617,7 +160617,7 @@ } ] }, - "description": "Adds scheduled events to a calendar.", + "description": "Add scheduled events to calendar.", "inherits": { "type": { "name": "RequestBase", @@ -160695,7 +160695,7 @@ "description": "Posting data directly to anomaly detection jobs is deprecated, in a future major version a datafeed will be required.", "version": "7.11.0" }, - "description": "Sends data to an anomaly detection job for analysis.\n\nIMPORTANT: For each job, data can be accepted from only a single connection at a time.\nIt is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.", + "description": "Send data to an anomaly detection job for analysis.\n\nIMPORTANT: For each job, data can be accepted from only a single connection at a time.\nIt is not currently possible to post data to multiple jobs using wildcards or a comma-separated list.", "generics": [ { "name": "TData", @@ -161021,7 +161021,7 @@ } ] }, - "description": "Previews the extracted features used by a data frame analytics config.", + "description": "Preview features used by data frame analytics.\nPreviews the extracted features used by a data frame analytics config.", "inherits": { "type": { "name": "RequestBase", @@ -161048,7 +161048,7 @@ } ], "query": [], - "specLocation": "ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts#L24-L47" + "specLocation": "ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts#L24-L48" }, { "body": { @@ -161122,7 +161122,7 @@ } ] }, - "description": "Previews a datafeed.\nThis API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", + "description": "Preview a datafeed.\nThis API returns the first \"page\" of search results from a datafeed.\nYou can preview an existing datafeed or provide configuration details for a datafeed\nand anomaly detection job in the API. The preview shows the structure of the data\nthat will be passed to the anomaly detection engine.\nIMPORTANT: When Elasticsearch security features are enabled, the preview uses the credentials of the user that\ncalled the API. However, when the datafeed starts it uses the roles of the last user that created or updated the\ndatafeed. To get a preview that accurately reflects the behavior of the datafeed, use the appropriate credentials.\nYou can also use secondary authorization headers to supply the credentials.", "inherits": { "type": { "name": "RequestBase", @@ -161239,7 +161239,7 @@ } ] }, - "description": "Creates a calendar.", + "description": "Create a calendar.", "inherits": { "type": { "name": "RequestBase", @@ -161324,7 +161324,7 @@ "body": { "kind": "no_body" }, - "description": "Adds an anomaly detection job to a calendar.", + "description": "Add anomaly detection job to calendar.", "inherits": { "type": { "name": "RequestBase", @@ -161558,7 +161558,7 @@ } ] }, - "description": "Instantiates a data frame analytics job.\nThis API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", + "description": "Create a data frame analytics job.\nThis API creates a data frame analytics job that performs an analysis on the\nsource indices and stores the outcome in a destination index.", "inherits": { "type": { "name": "RequestBase", @@ -161950,7 +161950,7 @@ } ] }, - "description": "Instantiates a datafeed.\nDatafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", + "description": "Create a datafeed.\nDatafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.\nYou can associate only one datafeed with each anomaly detection job.\nThe datafeed contains a query that runs at a defined interval (`frequency`).\nIf you are concerned about delayed data, you can add a delay (`query_delay') at each interval.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had\nat the time of creation and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.\nYou must use Kibana, this API, or the create anomaly detection jobs API to create a datafeed. Do not add a datafeed\ndirectly to the `.ml-config` index. Do not give users `write` privileges on the `.ml-config` index.", "inherits": { "type": { "name": "RequestBase", @@ -162275,7 +162275,7 @@ } ] }, - "description": "Instantiates a filter.\nA filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", + "description": "Create a filter.\nA filter contains a list of strings. It can be used by one or more anomaly detection jobs.\nSpecifically, filters are referenced in the `custom_rules` property of detector configuration objects.", "inherits": { "type": { "name": "RequestBase", @@ -163290,7 +163290,7 @@ } ] }, - "description": "Enables you to supply a trained model that is not created by data frame analytics.", + "description": "Supply external trained model.\nEnable you to supply a trained model that is not created by data frame analytics.", "inherits": { "type": { "name": "RequestBase", @@ -163354,7 +163354,7 @@ } } ], - "specLocation": "ml/put_trained_model/MlPutTrainedModelRequest.ts#L29-L124" + "specLocation": "ml/put_trained_model/MlPutTrainedModelRequest.ts#L29-L125" }, { "body": { @@ -163685,7 +163685,7 @@ "body": { "kind": "no_body" }, - "description": "Creates or updates a trained model alias. A trained model alias is a logical\nname used to reference a single trained model.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", + "description": "Create or update a trained model alias.\nA trained model alias is a logical name used to reference a single trained\nmodel.\nYou can use aliases instead of trained model identifiers to make it easier to\nreference your models. For example, you can use aliases in inference\naggregations and processors.\nAn alias must be unique and refer to only a single trained model. However,\nyou can have multiple aliases for each trained model.\nIf you use this API to update an alias such that it references a different\ntrained model ID and the model uses a different type of data frame analytics,\nan error occurs. For example, this situation occurs if you have a trained\nmodel for regression analysis and a trained model for classification\nanalysis; you cannot reassign an alias from one type of trained model to\nanother.\nIf you use this API to update an alias and there are very few input fields in\ncommon between the old and new trained models for the model alias, the API\nreturns a warning.", "inherits": { "type": { "name": "RequestBase", @@ -163738,7 +163738,7 @@ } } ], - "specLocation": "ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts#L23-L65" + "specLocation": "ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts#L23-L66" }, { "body": { @@ -163803,7 +163803,7 @@ } ] }, - "description": "Creates part of a trained model definition.", + "description": "Create part of a trained model definition.", "inherits": { "type": { "name": "RequestBase", @@ -163928,7 +163928,7 @@ } ] }, - "description": "Creates a trained model vocabulary.\nThis API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", + "description": "Create a trained model vocabulary.\nThis API is supported only for natural language processing (NLP) models.\nThe vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition.", "inherits": { "type": { "name": "RequestBase", @@ -163982,7 +163982,7 @@ "body": { "kind": "no_body" }, - "description": "Resets an anomaly detection job.\nAll model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", + "description": "Reset an anomaly detection job.\nAll model state and results are deleted. The job is ready to start over as if\nit had just been created.\nIt is not currently possible to reset multiple jobs using wildcards or a\ncomma separated list.", "inherits": { "type": { "name": "RequestBase", @@ -164078,7 +164078,7 @@ } ] }, - "description": "Reverts to a specific snapshot.\nThe machine learning features react quickly to anomalous input, learning new\nbehaviors in data. Highly anomalous input increases the variance in the\nmodels whilst the system learns whether this is a new step-change in behavior\nor a one-off event. In the case where this anomalous input is known to be a\none-off, then it might be appropriate to reset the model state to a time\nbefore this event. For example, you might consider reverting to a saved\nsnapshot after Black Friday or a critical system failure.", + "description": "Revert to a snapshot.\nThe machine learning features react quickly to anomalous input, learning new\nbehaviors in data. Highly anomalous input increases the variance in the\nmodels whilst the system learns whether this is a new step-change in behavior\nor a one-off event. In the case where this anomalous input is known to be a\none-off, then it might be appropriate to reset the model state to a time\nbefore this event. For example, you might consider reverting to a saved\nsnapshot after Black Friday or a critical system failure.", "inherits": { "type": { "name": "RequestBase", @@ -164164,7 +164164,7 @@ "body": { "kind": "no_body" }, - "description": "Sets a cluster wide upgrade_mode setting that prepares machine learning\nindices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", + "description": "Set upgrade_mode for ML indices.\nSets a cluster wide upgrade_mode setting that prepares machine learning\nindices for an upgrade.\nWhen upgrading your cluster, in some circumstances you must restart your\nnodes and reindex your machine learning indices. In those circumstances,\nthere must be no machine learning jobs running. You can close the machine\nlearning jobs, do the upgrade, then open all the jobs again. Alternatively,\nyou can use this API to temporarily halt tasks associated with the jobs and\ndatafeeds and prevent new jobs from opening. You can also use this API\nduring upgrades that do not require you to reindex your machine learning\nindices, though stopping jobs is not a requirement in that case.\nYou can see the current value for the upgrade_mode setting by using the get\nmachine learning info API.", "inherits": { "type": { "name": "RequestBase", @@ -164205,7 +164205,7 @@ } } ], - "specLocation": "ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts#L23-L56" + "specLocation": "ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts#L23-L57" }, { "body": { @@ -164232,7 +164232,7 @@ "body": { "kind": "no_body" }, - "description": "Starts a data frame analytics job.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", + "description": "Start a data frame analytics job.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.\nIf the destination index does not exist, it is created automatically the\nfirst time you start the data frame analytics job. The\n`index.number_of_shards` and `index.number_of_replicas` settings for the\ndestination index are copied from the source index. If there are multiple\nsource indices, the destination index copies the highest setting values. The\nmappings for the destination index are also copied from the source indices.\nIf there are any mapping conflicts, the job fails to start.\nIf the destination index exists, it is used as is. You can therefore set up\nthe destination index in advance with custom settings and mappings.", "inherits": { "type": { "name": "RequestBase", @@ -164357,7 +164357,7 @@ } ] }, - "description": "Starts one or more datafeeds.\n\nA datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", + "description": "Start one or more datafeeds.\n\nA datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.\n\nBefore you can start a datafeed, the anomaly detection job must be open. Otherwise, an error occurs.\n\nIf you restart a stopped datafeed, it continues processing input data from the next millisecond after it was stopped.\nIf new data was indexed for that exact millisecond between stopping and starting, it will be ignored.\n\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the last user to create or\nupdate it had at the time of creation or update and runs the query using those same roles. If you provided secondary\nauthorization headers when you created or updated the datafeed, those credentials are used instead.", "inherits": { "type": { "name": "RequestBase", @@ -164468,7 +164468,7 @@ "body": { "kind": "no_body" }, - "description": "Starts a trained model deployment, which allocates the model to every machine learning node.", + "description": "Start a trained model deployment.\nIt allocates the model to every machine learning node.", "inherits": { "type": { "name": "RequestBase", @@ -164602,7 +164602,7 @@ } } ], - "specLocation": "ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts#L29-L92" + "specLocation": "ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts#L29-L93" }, { "body": { @@ -164635,7 +164635,7 @@ "body": { "kind": "no_body" }, - "description": "Stops one or more data frame analytics jobs.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", + "description": "Stop one or more data frame analytics jobs.\nA data frame analytics job can be started and stopped multiple times\nthroughout its lifecycle.", "inherits": { "type": { "name": "RequestBase", @@ -164776,7 +164776,7 @@ } ] }, - "description": "Stops one or more datafeeds.\nA datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", + "description": "Stop one or more datafeeds.\nA datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped\nmultiple times throughout its lifecycle.", "inherits": { "type": { "name": "RequestBase", @@ -164876,7 +164876,7 @@ "body": { "kind": "no_body" }, - "description": "Stops a trained model deployment.", + "description": "Stop a trained model deployment.", "inherits": { "type": { "name": "RequestBase", @@ -165020,7 +165020,7 @@ } ] }, - "description": "Updates an existing data frame analytics job.", + "description": "Update a data frame analytics job.", "inherits": { "type": { "name": "RequestBase", @@ -165388,7 +165388,7 @@ } ] }, - "description": "Updates the properties of a datafeed.\nYou must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", + "description": "Update a datafeed.\nYou must stop and start the datafeed for the changes to be applied.\nWhen Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at\nthe time of the update and runs the query using those same roles. If you provide secondary authorization headers,\nthose credentials are used instead.", "inherits": { "type": { "name": "RequestBase", @@ -165728,7 +165728,7 @@ } ] }, - "description": "Updates the description of a filter, adds items, or removes items from the list.", + "description": "Update a filter.\nUpdates the description of a filter, adds items, or removes items from the list.", "inherits": { "type": { "name": "RequestBase", @@ -165755,7 +165755,7 @@ } ], "query": [], - "specLocation": "ml/update_filter/MlUpdateFilterRequest.ts#L23-L51" + "specLocation": "ml/update_filter/MlUpdateFilterRequest.ts#L23-L52" }, { "body": { @@ -166017,7 +166017,7 @@ } ] }, - "description": "Updates certain properties of an anomaly detection job.", + "description": "Update an anomaly detection job.\nUpdates certain properties of an anomaly detection job.", "inherits": { "type": { "name": "RequestBase", @@ -166044,7 +166044,7 @@ } ], "query": [], - "specLocation": "ml/update_job/MlUpdateJobRequest.ts#L33-L138" + "specLocation": "ml/update_job/MlUpdateJobRequest.ts#L33-L139" }, { "body": { @@ -166356,7 +166356,7 @@ } ] }, - "description": "Updates certain properties of a snapshot.", + "description": "Update a snapshot.\nUpdates certain properties of a snapshot.", "inherits": { "type": { "name": "RequestBase", @@ -166395,7 +166395,7 @@ } ], "query": [], - "specLocation": "ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts#L23-L54" + "specLocation": "ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts#L23-L55" }, { "body": { @@ -166454,7 +166454,7 @@ } ] }, - "description": "Starts a trained model deployment, which allocates the model to every machine learning node.", + "description": "Update a trained model deployment.", "inherits": { "type": { "name": "RequestBase", @@ -166528,7 +166528,7 @@ "body": { "kind": "no_body" }, - "description": "Upgrades an anomaly detection model snapshot to the latest major version.\nOver time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", + "description": "Upgrade a snapshot.\nUpgrades an anomaly detection model snapshot to the latest major version.\nOver time, older snapshot formats are deprecated and removed. Anomaly\ndetection jobs support only snapshots that are from the current or previous\nmajor version.\nThis API provides a means to upgrade a snapshot to the current major version.\nThis aids in preparing the cluster for an upgrade to the next major version.\nOnly one snapshot per anomaly detection job can be upgraded at a time and the\nupgraded snapshot cannot be the current snapshot of the anomaly detection\njob.", "inherits": { "type": { "name": "RequestBase", @@ -166594,7 +166594,7 @@ } } ], - "specLocation": "ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts#L24-L63" + "specLocation": "ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts#L24-L64" }, { "body": { diff --git a/package-lock.json b/package-lock.json index 743374922d..e903a7cd98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -199,6 +199,7 @@ "version": "6.11.1", "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.11.1.tgz", "integrity": "sha512-1zqsQ0TOuVSnxxZ9mHBfC0IygV6ex7nAY6Mp59mLmw5fW103U9yPVK5ZcX9ZngCmr3PdteAnMDUIIaoDGso6nA==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", diff --git a/specification/ml/flush_job/MlFlushJobRequest.ts b/specification/ml/flush_job/MlFlushJobRequest.ts index 89d2b2c247..f4dc0f88fb 100644 --- a/specification/ml/flush_job/MlFlushJobRequest.ts +++ b/specification/ml/flush_job/MlFlushJobRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { DateTime } from '@_types/Time' /** - * Forces any buffered data to be processed by the job. + * Force buffered data to be processed. * The flush jobs API is only applicable when sending data for analysis using * the post data API. Depending on the content of the buffer, then it might * additionally calculate new results. Both flush and close operations are diff --git a/specification/ml/forecast/MlForecastJobRequest.ts b/specification/ml/forecast/MlForecastJobRequest.ts index 85eb1e31c3..ee702ffa1e 100644 --- a/specification/ml/forecast/MlForecastJobRequest.ts +++ b/specification/ml/forecast/MlForecastJobRequest.ts @@ -22,12 +22,12 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** - * Predicts the future behavior of a time series by using its historical - * behavior. + * Predict future behavior of a time series. * * Forecasts are not supported for jobs that perform population analysis; an * error occurs if you try to create a forecast for a job that has an - * `over_field_name` in its configuration. + * `over_field_name` in its configuration. Forcasts predict future behavior + * based on historical data. * * @rest_spec_name ml.forecast * @availability stack since=6.1.0 stability=stable diff --git a/specification/ml/get_buckets/MlGetBucketsRequest.ts b/specification/ml/get_buckets/MlGetBucketsRequest.ts index dc838a9387..ab7cd973e1 100644 --- a/specification/ml/get_buckets/MlGetBucketsRequest.ts +++ b/specification/ml/get_buckets/MlGetBucketsRequest.ts @@ -24,7 +24,7 @@ import { double, integer } from '@_types/Numeric' import { DateTime } from '@_types/Time' /** - * Retrieves anomaly detection job results for one or more buckets. + * Get anomaly detection job results for buckets. * The API presents a chronological view of the records, grouped by bucket. * @rest_spec_name ml.get_buckets * @availability stack since=5.4.0 stability=stable diff --git a/specification/ml/get_calendar_events/MlGetCalendarEventsRequest.ts b/specification/ml/get_calendar_events/MlGetCalendarEventsRequest.ts index 8c360937a0..6d3582f0da 100644 --- a/specification/ml/get_calendar_events/MlGetCalendarEventsRequest.ts +++ b/specification/ml/get_calendar_events/MlGetCalendarEventsRequest.ts @@ -23,7 +23,7 @@ import { integer } from '@_types/Numeric' import { DateTime } from '@_types/Time' /** - * Retrieves information about the scheduled events in calendars. + * Get info about events in calendars. * @rest_spec_name ml.get_calendar_events * @availability stack since=6.2.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_calendars/MlGetCalendarsRequest.ts b/specification/ml/get_calendars/MlGetCalendarsRequest.ts index 9a733fdd8d..e50affc81f 100644 --- a/specification/ml/get_calendars/MlGetCalendarsRequest.ts +++ b/specification/ml/get_calendars/MlGetCalendarsRequest.ts @@ -23,7 +23,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves configuration information for calendars. + * Get calendar configuration info. * @rest_spec_name ml.get_calendars * @availability stack since=6.2.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_categories/MlGetCategoriesRequest.ts b/specification/ml/get_categories/MlGetCategoriesRequest.ts index bd0b4fea02..a721d0879e 100644 --- a/specification/ml/get_categories/MlGetCategoriesRequest.ts +++ b/specification/ml/get_categories/MlGetCategoriesRequest.ts @@ -23,7 +23,7 @@ import { CategoryId, Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves anomaly detection job results for one or more categories. + * Get anomaly detection job results for categories. * @rest_spec_name ml.get_categories * @availability stack since=5.4.0 stability=stable * @availability serverless stability=stable visibility=private diff --git a/specification/ml/get_data_frame_analytics/MlGetDataFrameAnalyticsRequest.ts b/specification/ml/get_data_frame_analytics/MlGetDataFrameAnalyticsRequest.ts index 65e1be95a9..8329aefe9c 100644 --- a/specification/ml/get_data_frame_analytics/MlGetDataFrameAnalyticsRequest.ts +++ b/specification/ml/get_data_frame_analytics/MlGetDataFrameAnalyticsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves configuration information for data frame analytics jobs. + * Get data frame analytics job configuration info. * You can get information for multiple data frame analytics jobs in a single * API request by using a comma-separated list of data frame analytics jobs or a * wildcard expression. diff --git a/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts b/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts index ba721848bd..1ed18fd7a4 100644 --- a/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts +++ b/specification/ml/get_data_frame_analytics_stats/MlGetDataFrameAnalyticsStatsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves usage information for data frame analytics jobs. + * Get data frame analytics jobs usage info. * @rest_spec_name ml.get_data_frame_analytics_stats * @availability stack since=7.3.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts b/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts index 89f488c86d..0e41438549 100644 --- a/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts +++ b/specification/ml/get_datafeed_stats/MlGetDatafeedStatsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Ids } from '@_types/common' /** - * Retrieves usage information for datafeeds. + * Get datafeeds usage info. * You can get statistics for multiple datafeeds in a single API request by * using a comma-separated list of datafeeds or a wildcard expression. You can * get statistics for all datafeeds by using `_all`, by specifying `*` as the diff --git a/specification/ml/get_datafeeds/MlGetDatafeedsRequest.ts b/specification/ml/get_datafeeds/MlGetDatafeedsRequest.ts index 0d325812f2..f4204ae14e 100644 --- a/specification/ml/get_datafeeds/MlGetDatafeedsRequest.ts +++ b/specification/ml/get_datafeeds/MlGetDatafeedsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Ids } from '@_types/common' /** - * Retrieves configuration information for datafeeds. + * Get datafeeds configuration info. * You can get information for multiple datafeeds in a single API request by * using a comma-separated list of datafeeds or a wildcard expression. You can * get information for all datafeeds by using `_all`, by specifying `*` as the diff --git a/specification/ml/get_filters/MlGetFiltersRequest.ts b/specification/ml/get_filters/MlGetFiltersRequest.ts index 23f6729edb..65c78dc4f7 100644 --- a/specification/ml/get_filters/MlGetFiltersRequest.ts +++ b/specification/ml/get_filters/MlGetFiltersRequest.ts @@ -22,7 +22,7 @@ import { Ids } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves filters. + * Get filters. * You can get a single filter or all filters. * @rest_spec_name ml.get_filters * @availability stack since=5.5.0 stability=stable diff --git a/specification/ml/get_influencers/MlGetInfluencersRequest.ts b/specification/ml/get_influencers/MlGetInfluencersRequest.ts index e8a431d3ec..c2bd06f2fb 100644 --- a/specification/ml/get_influencers/MlGetInfluencersRequest.ts +++ b/specification/ml/get_influencers/MlGetInfluencersRequest.ts @@ -24,7 +24,7 @@ import { double, integer } from '@_types/Numeric' import { DateTime } from '@_types/Time' /** - * Retrieves anomaly detection job results for one or more influencers. + * Get anomaly detection job results for influencers. * Influencers are the entities that have contributed to, or are to blame for, * the anomalies. Influencer results are available only if an * `influencer_field_name` is specified in the job configuration. diff --git a/specification/ml/get_job_stats/MlGetJobStatsRequest.ts b/specification/ml/get_job_stats/MlGetJobStatsRequest.ts index ee2570628d..52d1c71628 100644 --- a/specification/ml/get_job_stats/MlGetJobStatsRequest.ts +++ b/specification/ml/get_job_stats/MlGetJobStatsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Retrieves usage information for anomaly detection jobs. + * Get anomaly detection jobs usage info. * @rest_spec_name ml.get_job_stats * @availability stack since=5.5.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_jobs/MlGetJobsRequest.ts b/specification/ml/get_jobs/MlGetJobsRequest.ts index 00d3108bd8..98761ac0ec 100644 --- a/specification/ml/get_jobs/MlGetJobsRequest.ts +++ b/specification/ml/get_jobs/MlGetJobsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Ids } from '@_types/common' /** - * Retrieves configuration information for anomaly detection jobs. + * Get anomaly detection jobs configuration info. * You can get information for multiple anomaly detection jobs in a single API * request by using a group name, a comma-separated list of jobs, or a wildcard * expression. You can get information for all anomaly detection jobs by using diff --git a/specification/ml/get_memory_stats/MlGetMemoryStatsRequest.ts b/specification/ml/get_memory_stats/MlGetMemoryStatsRequest.ts index c9f470bcc0..100cba2f87 100644 --- a/specification/ml/get_memory_stats/MlGetMemoryStatsRequest.ts +++ b/specification/ml/get_memory_stats/MlGetMemoryStatsRequest.ts @@ -22,6 +22,7 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** + * Get machine learning memory usage info. * Get information about how machine learning jobs and trained models are using memory, * on each node, both within the JVM heap, and natively, outside of the JVM. * @rest_spec_name ml.get_memory_stats diff --git a/specification/ml/get_model_snapshot_upgrade_stats/MlGetModelSnapshotUpgradeStatsRequest.ts b/specification/ml/get_model_snapshot_upgrade_stats/MlGetModelSnapshotUpgradeStatsRequest.ts index 74e101b714..b535ae4254 100644 --- a/specification/ml/get_model_snapshot_upgrade_stats/MlGetModelSnapshotUpgradeStatsRequest.ts +++ b/specification/ml/get_model_snapshot_upgrade_stats/MlGetModelSnapshotUpgradeStatsRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Retrieves usage information for anomaly detection job model snapshot upgrades. + * Get anomaly detection job model snapshot upgrade usage info. * @rest_spec_name ml.get_model_snapshot_upgrade_stats * @availability stack since=7.16.0 stability=stable * @availability serverless stability=stable visibility=private diff --git a/specification/ml/get_model_snapshots/MlGetModelSnapshotsRequest.ts b/specification/ml/get_model_snapshots/MlGetModelSnapshotsRequest.ts index 582afce371..bfc849a1b1 100644 --- a/specification/ml/get_model_snapshots/MlGetModelSnapshotsRequest.ts +++ b/specification/ml/get_model_snapshots/MlGetModelSnapshotsRequest.ts @@ -24,7 +24,7 @@ import { integer } from '@_types/Numeric' import { Duration, DateTime } from '@_types/Time' /** - * Retrieves information about model snapshots. + * Get model snapshots info. * @rest_spec_name ml.get_model_snapshots * @availability stack since=5.4.0 stability=stable * @availability serverless stability=stable visibility=private diff --git a/specification/ml/get_overall_buckets/MlGetOverallBucketsRequest.ts b/specification/ml/get_overall_buckets/MlGetOverallBucketsRequest.ts index e5ad71713e..65535c3f51 100644 --- a/specification/ml/get_overall_buckets/MlGetOverallBucketsRequest.ts +++ b/specification/ml/get_overall_buckets/MlGetOverallBucketsRequest.ts @@ -23,7 +23,9 @@ import { double, integer } from '@_types/Numeric' import { Duration, DateTime } from '@_types/Time' /** - * Retrieves overall bucket results that summarize the bucket results of + * Get overall bucket results. + * + * Retrievs overall bucket results that summarize the bucket results of * multiple anomaly detection jobs. * * The `overall_score` is calculated by combining the scores of all the diff --git a/specification/ml/get_records/MlGetAnomalyRecordsRequest.ts b/specification/ml/get_records/MlGetAnomalyRecordsRequest.ts index d64d83937b..277a562a8d 100644 --- a/specification/ml/get_records/MlGetAnomalyRecordsRequest.ts +++ b/specification/ml/get_records/MlGetAnomalyRecordsRequest.ts @@ -24,7 +24,7 @@ import { double, integer } from '@_types/Numeric' import { DateTime } from '@_types/Time' /** - * Retrieves anomaly records for an anomaly detection job. + * Get anomaly records for an anomaly detection job. * Records contain the detailed analytical results. They describe the anomalous * activity that has been identified in the input data based on the detector * configuration. diff --git a/specification/ml/get_trained_models/MlGetTrainedModelRequest.ts b/specification/ml/get_trained_models/MlGetTrainedModelRequest.ts index 633c4e6a7e..821c2083b9 100644 --- a/specification/ml/get_trained_models/MlGetTrainedModelRequest.ts +++ b/specification/ml/get_trained_models/MlGetTrainedModelRequest.ts @@ -23,7 +23,7 @@ import { integer } from '@_types/Numeric' import { Include } from '@ml/_types/Include' /** - * Retrieves configuration information for a trained model. + * Get trained model configuration info. * @rest_spec_name ml.get_trained_models * @availability stack since=7.10.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts b/specification/ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts index 07edb981c3..ad11fedff7 100644 --- a/specification/ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts +++ b/specification/ml/get_trained_models_stats/MlGetTrainedModelStatsRequest.ts @@ -22,7 +22,8 @@ import { Ids } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Retrieves usage information for trained models. You can get usage information for multiple trained + * Get trained models usage info. + * You can get usage information for multiple trained * models in a single API request by using a comma-separated list of model IDs or a wildcard expression. * @rest_spec_name ml.get_trained_models_stats * @availability stack since=7.10.0 stability=stable diff --git a/specification/ml/infer_trained_model/MlInferTrainedModelRequest.ts b/specification/ml/infer_trained_model/MlInferTrainedModelRequest.ts index 01d02298f5..1d56a85148 100644 --- a/specification/ml/infer_trained_model/MlInferTrainedModelRequest.ts +++ b/specification/ml/infer_trained_model/MlInferTrainedModelRequest.ts @@ -25,7 +25,7 @@ import { InferenceConfigUpdateContainer } from '@ml/_types/inference' import { UserDefinedValue } from '@spec_utils/UserDefinedValue' /** - * Evaluates a trained model. + * Evaluate a trained model. * @rest_spec_name ml.infer_trained_model * @availability stack since=8.3.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/info/MlInfoRequest.ts b/specification/ml/info/MlInfoRequest.ts index fee95bfc07..17ba0702d3 100644 --- a/specification/ml/info/MlInfoRequest.ts +++ b/specification/ml/info/MlInfoRequest.ts @@ -20,6 +20,7 @@ import { RequestBase } from '@_types/Base' /** + * Return ML defaults and limits. * Returns defaults and limits used by machine learning. * This endpoint is designed to be used by a user interface that needs to fully * understand machine learning configurations where some options are not diff --git a/specification/ml/open_job/MlOpenJobRequest.ts b/specification/ml/open_job/MlOpenJobRequest.ts index 9813f14700..b2cfa93aaf 100644 --- a/specification/ml/open_job/MlOpenJobRequest.ts +++ b/specification/ml/open_job/MlOpenJobRequest.ts @@ -23,9 +23,8 @@ import { Duration } from '@_types/Time' /** * Open anomaly detection jobs. - * An anomaly detection job must be opened in order for it to be ready to - * receive and analyze data. It can be opened and closed multiple times - * throughout its lifecycle. + * An anomaly detection job must be opened to be ready to receive and analyze + * data. It can be opened and closed multiple times throughout its lifecycle. * When you open a new job, it starts with an empty model. * When you open an existing job, the most recent model state is automatically * loaded. The job is ready to resume its analysis from where it left off, once diff --git a/specification/ml/post_calendar_events/MlPostCalendarEventsRequest.ts b/specification/ml/post_calendar_events/MlPostCalendarEventsRequest.ts index da39ad5e77..7fdcb4d63a 100644 --- a/specification/ml/post_calendar_events/MlPostCalendarEventsRequest.ts +++ b/specification/ml/post_calendar_events/MlPostCalendarEventsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { CalendarEvent } from '../_types/CalendarEvent' /** - * Adds scheduled events to a calendar. + * Add scheduled events to the calendar. * @rest_spec_name ml.post_calendar_events * @availability stack since=6.2.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/post_data/MlPostJobDataRequest.ts b/specification/ml/post_data/MlPostJobDataRequest.ts index 386bccef1a..fe6bdc1c8d 100644 --- a/specification/ml/post_data/MlPostJobDataRequest.ts +++ b/specification/ml/post_data/MlPostJobDataRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { DateTime } from '@_types/Time' /** - * Sends data to an anomaly detection job for analysis. + * Send data to an anomaly detection job for analysis. * * IMPORTANT: For each job, data can be accepted from only a single connection at a time. * It is not currently possible to post data to multiple jobs using wildcards or a comma-separated list. diff --git a/specification/ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts b/specification/ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts index f33f791c98..8ba0c0ca15 100644 --- a/specification/ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts +++ b/specification/ml/preview_data_frame_analytics/MlPreviewDataFrameAnalyticsRequest.ts @@ -22,6 +22,7 @@ import { Id } from '@_types/common' import { DataframePreviewConfig } from './types' /** + * Preview features used by data frame analytics. * Previews the extracted features used by a data frame analytics config. * @rest_spec_name ml.preview_data_frame_analytics * @availability stack since=7.13.0 stability=stable diff --git a/specification/ml/preview_datafeed/MlPreviewDatafeedRequest.ts b/specification/ml/preview_datafeed/MlPreviewDatafeedRequest.ts index 95eeab1458..a1934d58df 100644 --- a/specification/ml/preview_datafeed/MlPreviewDatafeedRequest.ts +++ b/specification/ml/preview_datafeed/MlPreviewDatafeedRequest.ts @@ -24,7 +24,7 @@ import { JobConfig } from '@ml/_types/Job' import { DateTime } from '@_types/Time' /** - * Previews a datafeed. + * Preview a datafeed. * This API returns the first "page" of search results from a datafeed. * You can preview an existing datafeed or provide configuration details for a datafeed * and anomaly detection job in the API. The preview shows the structure of the data diff --git a/specification/ml/put_calendar/MlPutCalendarRequest.ts b/specification/ml/put_calendar/MlPutCalendarRequest.ts index 0846c4b622..41879b6bc1 100644 --- a/specification/ml/put_calendar/MlPutCalendarRequest.ts +++ b/specification/ml/put_calendar/MlPutCalendarRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Creates a calendar. + * Create a calendar. * @rest_spec_name ml.put_calendar * @availability stack since=6.2.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/put_calendar_job/MlPutCalendarJobRequest.ts b/specification/ml/put_calendar_job/MlPutCalendarJobRequest.ts index d02679327d..6b9a713c24 100644 --- a/specification/ml/put_calendar_job/MlPutCalendarJobRequest.ts +++ b/specification/ml/put_calendar_job/MlPutCalendarJobRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id, Ids } from '@_types/common' /** - * Adds an anomaly detection job to a calendar. + * Add anomaly detection job to calendar. * @rest_spec_name ml.put_calendar_job * @availability stack since=6.2.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts b/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts index 0627e16a20..dc9cf21434 100644 --- a/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts +++ b/specification/ml/put_data_frame_analytics/MlPutDataFrameAnalyticsRequest.ts @@ -28,7 +28,7 @@ import { HttpHeaders, Id, VersionString } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Instantiates a data frame analytics job. + * Create a data frame analytics job. * This API creates a data frame analytics job that performs an analysis on the * source indices and stores the outcome in a destination index. * @rest_spec_name ml.put_data_frame_analytics diff --git a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts index f4233d3e10..c3e656d966 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -35,7 +35,7 @@ import { ScriptField } from '@_types/Scripting' import { Duration } from '@_types/Time' /** - * Instantiates a datafeed. + * Create a datafeed. * Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. * You can associate only one datafeed with each anomaly detection job. * The datafeed contains a query that runs at a defined interval (`frequency`). diff --git a/specification/ml/put_filter/MlPutFilterRequest.ts b/specification/ml/put_filter/MlPutFilterRequest.ts index 6dfccd62ab..3bf02fd54c 100644 --- a/specification/ml/put_filter/MlPutFilterRequest.ts +++ b/specification/ml/put_filter/MlPutFilterRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Instantiates a filter. + * Create a filter. * A filter contains a list of strings. It can be used by one or more anomaly detection jobs. * Specifically, filters are referenced in the `custom_rules` property of detector configuration objects. * @rest_spec_name ml.put_filter diff --git a/specification/ml/put_trained_model/MlPutTrainedModelRequest.ts b/specification/ml/put_trained_model/MlPutTrainedModelRequest.ts index e655d56111..f1cef840e6 100644 --- a/specification/ml/put_trained_model/MlPutTrainedModelRequest.ts +++ b/specification/ml/put_trained_model/MlPutTrainedModelRequest.ts @@ -27,7 +27,8 @@ import { TrainedModelType } from '../_types/TrainedModel' import { InferenceConfigCreateContainer } from '@ml/_types/inference' /** - * Enables you to supply a trained model that is not created by data frame analytics. + * Create a trained model. + * Enable you to supply a trained model that is not created by data frame analytics. * @rest_spec_name ml.put_trained_model * @availability stack since=7.10.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts b/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts index 920b62f40b..bff6f1d490 100644 --- a/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts +++ b/specification/ml/put_trained_model_alias/MlPutTrainedModelAliasRequest.ts @@ -21,8 +21,9 @@ import { RequestBase } from '@_types/Base' import { Id, Name } from '@_types/common' /** - * Creates or updates a trained model alias. A trained model alias is a logical - * name used to reference a single trained model. + * Create or update a trained model alias. + * A trained model alias is a logical name used to reference a single trained + * model. * You can use aliases instead of trained model identifiers to make it easier to * reference your models. For example, you can use aliases in inference * aggregations and processors. diff --git a/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartRequest.ts b/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartRequest.ts index ec98c6cf65..c99622bbed 100644 --- a/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartRequest.ts +++ b/specification/ml/put_trained_model_definition_part/MlPutTrainedModelDefinitionPartRequest.ts @@ -22,7 +22,7 @@ import { integer, long } from '@_types/Numeric' import { Id } from '@_types/common' /** - * Creates part of a trained model definition. + * Create part of a trained model definition. * @rest_spec_name ml.put_trained_model_definition_part * @availability stack since=8.0.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyRequest.ts b/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyRequest.ts index c202fb7a3a..3c77f1149e 100644 --- a/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyRequest.ts +++ b/specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { double } from '@_types/Numeric' /** - * Creates a trained model vocabulary. + * Create a trained model vocabulary. * This API is supported only for natural language processing (NLP) models. * The vocabulary is stored in the index as described in `inference_config.*.vocabulary` of the trained model definition. * @rest_spec_name ml.put_trained_model_vocabulary diff --git a/specification/ml/reset_job/MlResetJobRequest.ts b/specification/ml/reset_job/MlResetJobRequest.ts index 7d736a173a..3e5379aa4a 100644 --- a/specification/ml/reset_job/MlResetJobRequest.ts +++ b/specification/ml/reset_job/MlResetJobRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Resets an anomaly detection job. + * Reset an anomaly detection job. * All model state and results are deleted. The job is ready to start over as if * it had just been created. * It is not currently possible to reset multiple jobs using wildcards or a diff --git a/specification/ml/revert_model_snapshot/MlRevertModelSnapshotRequest.ts b/specification/ml/revert_model_snapshot/MlRevertModelSnapshotRequest.ts index 62a97dee0c..7295273451 100644 --- a/specification/ml/revert_model_snapshot/MlRevertModelSnapshotRequest.ts +++ b/specification/ml/revert_model_snapshot/MlRevertModelSnapshotRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Reverts to a specific snapshot. + * Revert to a snapshot. * The machine learning features react quickly to anomalous input, learning new * behaviors in data. Highly anomalous input increases the variance in the * models whilst the system learns whether this is a new step-change in behavior diff --git a/specification/ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts b/specification/ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts index 73dc9c8655..cb7487379e 100644 --- a/specification/ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts +++ b/specification/ml/set_upgrade_mode/MlSetUpgradeModeRequest.ts @@ -21,6 +21,7 @@ import { RequestBase } from '@_types/Base' import { Duration } from '@_types/Time' /** + * Set upgrade_mode for ML indices. * Sets a cluster wide upgrade_mode setting that prepares machine learning * indices for an upgrade. * When upgrading your cluster, in some circumstances you must restart your diff --git a/specification/ml/start_data_frame_analytics/MlStartDataFrameAnalyticsRequest.ts b/specification/ml/start_data_frame_analytics/MlStartDataFrameAnalyticsRequest.ts index e958fabd52..a8dbcac412 100644 --- a/specification/ml/start_data_frame_analytics/MlStartDataFrameAnalyticsRequest.ts +++ b/specification/ml/start_data_frame_analytics/MlStartDataFrameAnalyticsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** - * Starts a data frame analytics job. + * Start a data frame analytics job. * A data frame analytics job can be started and stopped multiple times * throughout its lifecycle. * If the destination index does not exist, it is created automatically the diff --git a/specification/ml/start_datafeed/MlStartDatafeedRequest.ts b/specification/ml/start_datafeed/MlStartDatafeedRequest.ts index a91d742101..7ec6501727 100644 --- a/specification/ml/start_datafeed/MlStartDatafeedRequest.ts +++ b/specification/ml/start_datafeed/MlStartDatafeedRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { Duration, DateTime } from '@_types/Time' /** - * Starts one or more datafeeds. + * Start datafeeds. * * A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped * multiple times throughout its lifecycle. diff --git a/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts b/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts index c1fa2bba77..0ea1d7f3ce 100644 --- a/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts +++ b/specification/ml/start_trained_model_deployment/MlStartTrainedModelDeploymentRequest.ts @@ -27,7 +27,8 @@ import { } from '../_types/TrainedModel' /** - * Starts a trained model deployment, which allocates the model to every machine learning node. + * Start a trained model deployment. + * It allocates the model to every machine learning node. * @rest_spec_name ml.start_trained_model_deployment * @availability stack since=8.0.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/stop_data_frame_analytics/MlStopDataFrameAnalyticsRequest.ts b/specification/ml/stop_data_frame_analytics/MlStopDataFrameAnalyticsRequest.ts index 774b783999..82655335e8 100644 --- a/specification/ml/stop_data_frame_analytics/MlStopDataFrameAnalyticsRequest.ts +++ b/specification/ml/stop_data_frame_analytics/MlStopDataFrameAnalyticsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** - * Stops one or more data frame analytics jobs. + * Stop data frame analytics jobs. * A data frame analytics job can be started and stopped multiple times * throughout its lifecycle. * @rest_spec_name ml.stop_data_frame_analytics diff --git a/specification/ml/stop_datafeed/MlStopDatafeedRequest.ts b/specification/ml/stop_datafeed/MlStopDatafeedRequest.ts index 4965fa789e..d73da165f4 100644 --- a/specification/ml/stop_datafeed/MlStopDatafeedRequest.ts +++ b/specification/ml/stop_datafeed/MlStopDatafeedRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** - * Stops one or more datafeeds. + * Stop datafeeds. * A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped * multiple times throughout its lifecycle. * @rest_spec_name ml.stop_datafeed diff --git a/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts b/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts index 4339760a5e..7e4abf90a2 100644 --- a/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts +++ b/specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts @@ -21,7 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** - * Stops a trained model deployment. + * Stop a trained model deployment. * @rest_spec_name ml.stop_trained_model_deployment * @availability stack since=8.0.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/update_data_frame_analytics/MlUpdateDataFrameAnalyticsRequest.ts b/specification/ml/update_data_frame_analytics/MlUpdateDataFrameAnalyticsRequest.ts index c72c6f8043..cd0a53c19d 100644 --- a/specification/ml/update_data_frame_analytics/MlUpdateDataFrameAnalyticsRequest.ts +++ b/specification/ml/update_data_frame_analytics/MlUpdateDataFrameAnalyticsRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Updates an existing data frame analytics job. + * Update a data frame analytics job. * @rest_spec_name ml.update_data_frame_analytics * @availability stack since=7.3.0 stability=stable * @availability serverless stability=stable visibility=public diff --git a/specification/ml/update_datafeed/MlUpdateDatafeedRequest.ts b/specification/ml/update_datafeed/MlUpdateDatafeedRequest.ts index 8fd8bad554..c1f55f7994 100644 --- a/specification/ml/update_datafeed/MlUpdateDatafeedRequest.ts +++ b/specification/ml/update_datafeed/MlUpdateDatafeedRequest.ts @@ -29,7 +29,7 @@ import { RuntimeFields } from '@_types/mapping/RuntimeFields' import { ScriptField } from '@_types/Scripting' /** - * Updates the properties of a datafeed. + * Update a datafeed. * You must stop and start the datafeed for the changes to be applied. * When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at * the time of the update and runs the query using those same roles. If you provide secondary authorization headers, diff --git a/specification/ml/update_filter/MlUpdateFilterRequest.ts b/specification/ml/update_filter/MlUpdateFilterRequest.ts index d972a25139..af5d3951ac 100644 --- a/specification/ml/update_filter/MlUpdateFilterRequest.ts +++ b/specification/ml/update_filter/MlUpdateFilterRequest.ts @@ -21,6 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** + * Update a filter. * Updates the description of a filter, adds items, or removes items from the list. * @rest_spec_name ml.update_filter * @availability stack since=6.4.0 stability=stable diff --git a/specification/ml/update_job/MlUpdateJobRequest.ts b/specification/ml/update_job/MlUpdateJobRequest.ts index 508e177f34..0579eca84e 100644 --- a/specification/ml/update_job/MlUpdateJobRequest.ts +++ b/specification/ml/update_job/MlUpdateJobRequest.ts @@ -31,6 +31,7 @@ import { long } from '@_types/Numeric' import { Duration } from '@_types/Time' /** + * Update an anomaly detection job. * Updates certain properties of an anomaly detection job. * @rest_spec_name ml.update_job * @availability stack since=5.5.0 stability=stable diff --git a/specification/ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts b/specification/ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts index b6d3ced1b1..75f8facf9a 100644 --- a/specification/ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts +++ b/specification/ml/update_model_snapshot/MlUpdateModelSnapshotRequest.ts @@ -21,6 +21,7 @@ import { RequestBase } from '@_types/Base' import { Id } from '@_types/common' /** + * Update a snapshot. * Updates certain properties of a snapshot. * @rest_spec_name ml.update_model_snapshot * @availability stack since=5.4.0 stability=stable diff --git a/specification/ml/update_trained_model_deployment/MlUpdateTrainedModelDeploymentRequest.ts b/specification/ml/update_trained_model_deployment/MlUpdateTrainedModelDeploymentRequest.ts index bdd68b11d1..5e2407f350 100644 --- a/specification/ml/update_trained_model_deployment/MlUpdateTrainedModelDeploymentRequest.ts +++ b/specification/ml/update_trained_model_deployment/MlUpdateTrainedModelDeploymentRequest.ts @@ -22,7 +22,7 @@ import { Id } from '@_types/common' import { integer } from '@_types/Numeric' /** - * Starts a trained model deployment, which allocates the model to every machine learning node. + * Update a trained model deployment. * @rest_spec_name ml.update_trained_model_deployment * @availability stack since=8.6.0 stability=stable * @availability serverless stability=beta visibility=public diff --git a/specification/ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts b/specification/ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts index 7962acd332..d3ad1666d9 100644 --- a/specification/ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts +++ b/specification/ml/upgrade_job_snapshot/MlUpgradeJobSnapshotRequest.ts @@ -22,6 +22,7 @@ import { Id } from '@_types/common' import { Duration } from '@_types/Time' /** + * Upgrade a snapshot. * Upgrades an anomaly detection model snapshot to the latest major version. * Over time, older snapshot formats are deprecated and removed. Anomaly * detection jobs support only snapshots that are from the current or previous