From a925768de26b1fb13aae81581e4f3484d0d6e81a Mon Sep 17 00:00:00 2001 From: lcawley Date: Thu, 12 Apr 2018 09:59:17 -0700 Subject: [PATCH] [DOCS] Updated terms re wildcard support Original commit: elastic/x-pack-elasticsearch@76510b0c8c82d8652b916ec0cf6ec27102389f0a --- docs/en/rest-api/ml/jobresource.asciidoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/en/rest-api/ml/jobresource.asciidoc b/docs/en/rest-api/ml/jobresource.asciidoc index 670a7e9a441..bb959fd728c 100644 --- a/docs/en/rest-api/ml/jobresource.asciidoc +++ b/docs/en/rest-api/ml/jobresource.asciidoc @@ -481,7 +481,8 @@ The `model_plot_config` object has the following properties: each entity that is being analyzed. By default, this is not enabled. `terms`:: - (string) Limits data collection to this comma separated list of partition or by field values. - If terms are not specified or it is an empty string, no filtering is applied. - For example, "CPU,NetworkIn,DiskWrites". This is experimental. Only the specified `terms` can - be viewed when using the Single Metric Viewer. + experimental[] (string) Limits data collection to this comma separated list of + partition or by field values. If terms are not specified or it is an empty + string, no filtering is applied. For example, "CPU,NetworkIn,DiskWrites". + Wildcards are not supported. Only the specified `terms` can be viewed when + using the Single Metric Viewer.