Added the project_routing parameter (string), a Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:pr. Only supported in serverless.
Cat.aliases
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.componentTemplates
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.count
Added the project_routing parameter (string), a Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:pr. Only supported in serverless.
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.fielddata
Added the time parameter (string), the unit in which to display time values
Cat.health
Added the bytes parameter (string), the unit in which to display byte values
Cat.master
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.mlDatafeeds
Added the bytes parameter (string), the unit in which to display byte values
Cat.nodeattrs
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.pendingTasks
Added the bytes parameter (string), the unit in which to display byte values
Cat.plugins
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.repositories
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.segments
Added the time parameter (string), the unit in which to display time values
Added the ignore_unavailable parameter (bool), whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression.
Added the ignore_throttled (bool), whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression.
Added the allow_no_indices (bool), whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes _all string or when no indices have been specified). Only allowed when providing an index expression.
Added the expand_wildcards parameter (string), whether to expand wildcard expression to concrete indices that are open, closed or both.
Added the allow_closed parameter (bool), if true, allow closed indices to be returned in the response otherwise if false, keep the legacy behaviour of throwing an exception if index pattern matches closed indices
Cat.snapshots
Added the bytes paremeter (string), the unit in which to display byte values
Cat.tasks
Added the bytes paremeter (string), the unit in which to display byte values
Cat.templates
Added the bytes parameter (string), the unit in which to display byte values
Added the time parameter (string), the unit in which to display time values
Cat.threadPool
Added the bytes parameter (string), the unit in which to display byte values
Cat.transforms
Added the bytes parameter (string), the unit in which to display byte values
Cluster.allocationExplain
Added the index parameter (string), specifies the name of the index that you would like an explanation for
Added the shard paremeter (int), specifies the ID of the shard that you would like an explanation for
Added the primary parameter (bool), if true, returns explanation for the primary shard for the given shard ID
Added the current_node parameter (string), specifies the node ID or the name of the node to only explain a shard that is currently located on the specified node
Connector.lastSync
This experimental endpoint has been removed.
Eql.search
Added the project_routing parameter (string), a Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:pr. Only supported in serverless.
Added the merge_type parameter (string), the mapping merge type if mapping overrides are being provided in mapping_addition.The allowed values are one of index or template.The index option merges mappings the way they would be merged into an existing index.The template option merges mappings the way they would be merged into a template.
Sql.query
Added the project_routing parameter (string), a Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:pr. Only supported in serverless.