stack es cat component-templates cli command
Auth required
Idempotent
Scope: global
elastic stack es cat component-templates [options]
Get component templates.
--namestring- The name of the component template. It accepts wildcard expressions. If it is omitted, all component templates are returned.
--hstring-
A comma-separated list of columns names to display. It supports simple wildcards.
Repeatable: pass
--hmultiple times to supply more than one value --sstring-
List of columns that determine how the table should be sorted. Sorting defaults to ascending and can be changed by setting
:ascor:descas a suffix to the column name.Repeatable: pass
--smultiple times to supply more than one value --[no-]local- If
true, the request computes the list of selected nodes from the local cluster state. Iffalsethe list of selected nodes are computed from the cluster state of the master node. In both cases the coordinating node will send requests for further information to each selected node. --master-timeoutstring- The period to wait for a connection to the master node.
--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)