stack es cat transforms cli command
Auth required
Idempotent
Scope: global
elastic stack es cat transforms [options]
Get transform information.
--transform-idstring- A transform identifier or a wildcard expression. If you do not specify one of these options, the API returns information for all transforms.
--[no-]allow-no-match- Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the
_allstring or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches. Iftrue, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches. Iffalse, the request returns a 404 status code when there are no matches or only partial matches. --fromnumber- Skips the specified number of transforms.
--hstring-
Comma-separated list of column names to display.
Repeatable: pass
--hmultiple times to supply more than one value --sstring-
Comma-separated list of column names or column aliases used to sort the response.
Repeatable: pass
--smultiple times to supply more than one value --sizenumber- The maximum number of transforms to obtain.
--input-filestring- path to a JSON file to use as command input
-V--[no-]version- Print the Elastic CLI version
--config-filestring- path to a config file (default: ~/.elasticrc.yml)
--use-contextstring- override the active context from the config file
--command-profilestring- restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json- output as JSON
--output-fieldsstring- comma-separated list of fields to include in output (dot-notation supported)
--output-templatestring- Mustache-like template for custom text output (e.g. "{{id}}: {{name}}")
--[no-]dry-run-
validate all inputs and exit without performing any action (preview changes without applying them)