[DOCS] Updated terms re wildcard support
Original commit: elastic/x-pack-elasticsearch@76510b0c8c
This commit is contained in:
parent
9eaec0c808
commit
a925768de2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue