index
|
string | string[] - A comma-separated list of index names; use _all or empty string to perform the operation on all indices
|
fields
|
string | string[] - A comma-separated list of fields for to get field statistics for (min value, max value, and more)
|
level
|
'indices' | 'cluster' - Defines if field stats should be returned on a per index level or on a cluster wide level
Default: cluster
|
ignore_unavailable or ignoreUnavailable
|
boolean - Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
allow_no_indices or allowNoIndices
|
boolean - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified)
|
expand_wildcards or expandWildcards
|
'open' | 'closed' | 'none' | 'all' - Whether to expand wildcard expression to concrete indices that are open, closed or both.
Default: open
|
body
|
object - Field json objects containing the name and optionally a range to filter out indices result, that have results outside the defined bounds
|