Fix stray invalid type links
This commit is contained in:
@ -245,7 +245,7 @@ interface MlAnomalyExplanation {
|
||||
anomaly_characteristics_impact?: <<integer>>
|
||||
pass:[/**] @property anomaly_length Length of the detected anomaly in the number of buckets. */
|
||||
anomaly_length?: <<integer>>
|
||||
pass:[/**] @property anomaly_type <<Type>> of the detected anomaly: `spike` or `dip`. */
|
||||
pass:[/**] @property anomaly_type Type of the detected anomaly: `spike` or `dip`. */
|
||||
anomaly_type?: string
|
||||
pass:[/**] @property high_variance_penalty Indicates reduction of anomaly score for the bucket with large confidence intervals. If a bucket has large confidence intervals, the score is reduced. */
|
||||
high_variance_penalty?: boolean
|
||||
|
||||
@ -384,7 +384,7 @@ interface NodesDataPathStats {
|
||||
total?: string
|
||||
pass:[/**] @property total_in_bytes Total size of the file store in bytes. */
|
||||
total_in_bytes?: <<long>>
|
||||
pass:[/**] @property type <<Type>> of the file store (ex: ext4). */
|
||||
pass:[/**] @property type Type of the file store (ex: ext4). */
|
||||
type?: string
|
||||
}
|
||||
[pass]
|
||||
|
||||
@ -1264,7 +1264,7 @@ type Indices = <<IndexName>> | <<IndexName>>[]
|
||||
interface IndicesOptions {
|
||||
pass:[/**] @property allow_no_indices If false, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`. */
|
||||
allow_no_indices?: boolean
|
||||
pass:[/**] @property expand_wildcards <<Type>> of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`. */
|
||||
pass:[/**] @property expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`. */
|
||||
expand_wildcards?: <<ExpandWildcards>>
|
||||
pass:[/**] @property ignore_unavailable If true, missing or closed indices are not included in the response. */
|
||||
ignore_unavailable?: boolean
|
||||
|
||||
Reference in New Issue
Block a user