Skip to content

Conversation

picandocodigo
Copy link
Member

No description provided.

* `cat.aliases`, `cat.allocation`, `cat.component_templates`, `cat.count`, `cat.fielddata`, `cat.health`, `cat.indices`, `cat.master`, `cat.ml_data_frame_analytics`, `cat.ml_datafeeds`, `cat.ml_jobs`, `cat.ml_trained_models`, `cat.nodeattrs`, `cat.nodes`, `cat.pending_tasks`, `cat.plugins`, `cat.recovery`, `cat.repositories`, `cat.segments`, `cat.shards`, `cat.snapshots`, `cat.tasks`, `cat.templates`, `cat.thread_pool`, `cat.transforms`:
  * Adds `:bytes` [String] - Sets the units for columns that contain a byte-size value
  * Adds `:time` [String] - Sets the units for columns that contain a time duration.
* `cat.allocation`, `cat.fielddata`, `cat.health`, `cat.indices`, `cat.ml_data_frame_analytics`, `cat.ml_jobs`, `cat.ml_trained_models`, `cat.nodes`, `cat.recovery`, `cat.segments`, `cat.shards`:
  * Removes `:bytes` parameter.
* `cat.indices`, `cat.ml_data_frame_analytics`, `cat.ml_datafeeds`, `cat.ml_jobs`, `cat.ml_trained_models`, `cat.nodes`, `cat.pending_tasks`, `cat.recovery`, `cat.shards`, `cat.snapshots`, `cat.tasks`, `cat.thread_pool`, `cat.transforms`:
  * Removes `:time` parameter.
Adds available parameters to experimental stream namespace APIs:

* [Time] :master_timeout The period to wait for a connection to the master node.
* [Time] :timeout The period to wait for a response.
* [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors when they occur.
* [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response returned by Elasticsearch.
* [Boolean] :human When set to `true` will return statistics in a format suitable for humans.
* [Boolean] :pretty If set to `true` the returned JSON will be "pretty-formatted". Only use this option for debugging.
@picandocodigo picandocodigo merged commit b742a98 into 9.1 Sep 17, 2025
11 checks passed
@picandocodigo picandocodigo deleted the updates_9.1 branch September 17, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant