diff --git a/docs/reference-ml-delete_expired_data.asciidoc b/docs/reference-ml-delete_expired_data.asciidoc index 9292215e0..b426cc2fc 100644 --- a/docs/reference-ml-delete_expired_data.asciidoc +++ b/docs/reference-ml-delete_expired_data.asciidoc @@ -29,7 +29,7 @@ [[client.ml.deleteExpiredData]] === client.ml.deleteExpiredData -Delete expired ML data. Deletes all job results, model snapshots and forecast data that have exceeded their retention days period. Machine learning state documents that are not associated with any job are also deleted. You can limit the request to a single or set of anomaly detection jobs by using a job identifier, a group name, a comma-separated list of jobs, or a wildcard expression. You can delete expired data for all anomaly detection jobs by using _all, by specifying * as the , or by omitting the . +Delete expired ML data. Deletes all job results, model snapshots and forecast data that have exceeded their retention days period. Machine learning state documents that are not associated with any job are also deleted. You can limit the request to a single or set of anomaly detection jobs by using a job identifier, a group name, a list of jobs, or a wildcard expression. You can delete expired data for all anomaly detection jobs by using _all, by specifying * as the , or by omitting the . {ref}/ml-delete-expired-data.html[{es} documentation] diff --git a/docs/reference-ml-get_data_frame_analytics.asciidoc b/docs/reference-ml-get_data_frame_analytics.asciidoc index d75b6287a..68cad855d 100644 --- a/docs/reference-ml-get_data_frame_analytics.asciidoc +++ b/docs/reference-ml-get_data_frame_analytics.asciidoc @@ -29,7 +29,7 @@ [[client.ml.getDataFrameAnalytics]] === client.ml.getDataFrameAnalytics -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. +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 list of data frame analytics jobs or a wildcard expression. {ref}/get-dfanalytics.html[{es} documentation] diff --git a/docs/reference-ml-get_datafeed_stats.asciidoc b/docs/reference-ml-get_datafeed_stats.asciidoc index 6a9c547d7..4ef48893b 100644 --- a/docs/reference-ml-get_datafeed_stats.asciidoc +++ b/docs/reference-ml-get_datafeed_stats.asciidoc @@ -29,7 +29,7 @@ [[client.ml.getDatafeedStats]] === client.ml.getDatafeedStats -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 ``, or by omitting the ``. If the datafeed is stopped, the only information you receive is the `datafeed_id` and the `state`. This API returns a maximum of 10,000 datafeeds. +Get datafeeds usage info. You can get statistics for multiple datafeeds in a single API request by using a list of datafeeds or a wildcard expression. You can get statistics for all datafeeds by using `_all`, by specifying `*` as the ``, or by omitting the ``. If the datafeed is stopped, the only information you receive is the `datafeed_id` and the `state`. This API returns a maximum of 10,000 datafeeds. {ref}/ml-get-datafeed-stats.html[{es} documentation] diff --git a/docs/reference-ml-get_datafeeds.asciidoc b/docs/reference-ml-get_datafeeds.asciidoc index c85585c1e..195fa2c5b 100644 --- a/docs/reference-ml-get_datafeeds.asciidoc +++ b/docs/reference-ml-get_datafeeds.asciidoc @@ -29,7 +29,7 @@ [[client.ml.getDatafeeds]] === client.ml.getDatafeeds -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 ``, or by omitting the ``. This API returns a maximum of 10,000 datafeeds. +Get datafeeds configuration info. You can get information for multiple datafeeds in a single API request by using a list of datafeeds or a wildcard expression. You can get information for all datafeeds by using `_all`, by specifying `*` as the ``, or by omitting the ``. This API returns a maximum of 10,000 datafeeds. {ref}/ml-get-datafeed.html[{es} documentation] diff --git a/docs/reference-ml-get_jobs.asciidoc b/docs/reference-ml-get_jobs.asciidoc index a9c7f9886..b1a516ee3 100644 --- a/docs/reference-ml-get_jobs.asciidoc +++ b/docs/reference-ml-get_jobs.asciidoc @@ -29,7 +29,7 @@ [[client.ml.getJobs]] === client.ml.getJobs -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 `_all`, by specifying `*` as the ``, or by omitting the ``. +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 list of jobs, or a wildcard expression. You can get information for all anomaly detection jobs by using `_all`, by specifying `*` as the ``, or by omitting the ``. {ref}/ml-get-job.html[{es} documentation] diff --git a/docs/reference-ml-get_trained_models_stats.asciidoc b/docs/reference-ml-get_trained_models_stats.asciidoc index 2a684ae33..5cb36224b 100644 --- a/docs/reference-ml-get_trained_models_stats.asciidoc +++ b/docs/reference-ml-get_trained_models_stats.asciidoc @@ -29,7 +29,7 @@ [[client.ml.getTrainedModelsStats]] === client.ml.getTrainedModelsStats -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. +Get trained models usage info. You can get usage information for multiple trained models in a single API request by using a list of model IDs or a wildcard expression. {ref}/get-trained-models-stats.html[{es} documentation] diff --git a/docs/reference-ml-post_data.asciidoc b/docs/reference-ml-post_data.asciidoc index 1c7787f5f..ed86af304 100644 --- a/docs/reference-ml-post_data.asciidoc +++ b/docs/reference-ml-post_data.asciidoc @@ -29,7 +29,7 @@ [[client.ml.postData]] === client.ml.postData -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. +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 list. {ref}/ml-post-data.html[{es} documentation] diff --git a/docs/reference-shared-types-synonyms-types.asciidoc b/docs/reference-shared-types-synonyms-types.asciidoc index 47e6a1634..c79f8ba80 100644 --- a/docs/reference-shared-types-synonyms-types.asciidoc +++ b/docs/reference-shared-types-synonyms-types.asciidoc @@ -41,7 +41,7 @@ interface SynonymsSynonymRule { pass:[/**] @property id Synonym Rule identifier */ id?: <> - pass:[/**] @property synonyms Synonyms, in Solr format, that conform the synonym rule. See https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-graph-tokenfilter.html#_solr_synonyms_2 */ + pass:[/**] @property synonyms Synonyms, in Solr format, that conform the synonym rule. See */ synonyms: <> } [pass] @@ -60,7 +60,7 @@ interface SynonymsSynonymRule { interface SynonymsSynonymRuleRead { pass:[/**] @property id Synonym Rule identifier */ id: <> - pass:[/**] @property synonyms Synonyms, in Solr format, that conform the synonym rule. See https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-graph-tokenfilter.html#_solr_synonyms_2 */ + pass:[/**] @property synonyms Synonyms, in Solr format, that conform the synonym rule. See */ synonyms: <> } [pass]