Loading

stack es cat component-templates cli command

Auth required Idempotent Scope: global
elastic stack es cat component-templates [options]
		

Get component templates.

--name string
The name of the component template. It accepts wildcard expressions. If it is omitted, all component templates are returned.
--h string

A comma-separated list of columns names to display. It supports simple wildcards.

Repeatable: pass --h multiple times to supply more than one value

--s string

List of columns that determine how the table should be sorted. Sorting defaults to ascending and can be changed by setting :asc or :desc as a suffix to the column name.

Repeatable: pass --s multiple times to supply more than one value

--[no-]local
If true, the request computes the list of selected nodes from the local cluster state. If false the 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-timeout string
The period to wait for a connection to the master node.
--input-file string
path to a JSON file to use as command input
-V --[no-]version
Print the Elastic CLI version
--config-file string
path to a config file (default: ~/.elasticrc.yml)
--use-context string
override the active context from the config file
--command-profile string
restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json
output as JSON
--output-fields string
comma-separated list of fields to include in output (dot-notation supported)
--output-template string
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)