- Elastic Cloud Control - The Command-Line Interface for Elasticsearch Service and ECE:
- Overview
- Installing
- Configuring
- Usage examples
- Command reference
- ecctl
- ecctl auth
- ecctl auth key
- ecctl auth key create
- ecctl auth key delete
- ecctl auth key list
- ecctl auth key show
- ecctl comment
- ecctl comment create
- ecctl comment delete
- ecctl comment list
- ecctl comment show
- ecctl comment update
- ecctl deployment
- ecctl deployment create
- ecctl deployment delete
- ecctl deployment elasticsearch
- ecctl deployment elasticsearch keystore
- ecctl deployment elasticsearch keystore show
- ecctl deployment elasticsearch keystore update
- ecctl deployment extension
- ecctl deployment extension create
- ecctl deployment extension delete
- ecctl deployment extension list
- ecctl deployment extension show
- ecctl deployment extension update
- ecctl deployment list
- ecctl deployment note
- ecctl deployment note create
- ecctl deployment note list
- ecctl deployment note show
- ecctl deployment note update
- ecctl deployment plan
- ecctl deployment plan cancel
- ecctl deployment resource
- ecctl deployment resource delete
- ecctl deployment resource restore
- ecctl deployment resource shutdown
- ecctl deployment resource start-maintenance
- ecctl deployment resource start
- ecctl deployment resource stop-maintenance
- ecctl deployment resource stop
- ecctl deployment resource upgrade
- ecctl deployment restore
- ecctl deployment resync
- ecctl deployment search
- ecctl deployment show
- ecctl deployment shutdown
- ecctl deployment template
- ecctl deployment template create
- ecctl deployment template delete
- ecctl deployment template list
- ecctl deployment template show
- ecctl deployment template update
- ecctl deployment traffic-filter
- ecctl deployment traffic-filter association
- ecctl deployment traffic-filter association create
- ecctl deployment traffic-filter association delete
- ecctl deployment traffic-filter create
- ecctl deployment traffic-filter delete
- ecctl deployment traffic-filter list
- ecctl deployment traffic-filter show
- ecctl deployment traffic-filter update
- ecctl deployment update
- ecctl generate
- ecctl generate completions
- ecctl generate docs
- ecctl init
- ecctl platform
- ecctl platform allocator
- ecctl platform allocator list
- ecctl platform allocator maintenance
- ecctl platform allocator metadata
- ecctl platform allocator metadata delete
- ecctl platform allocator metadata set
- ecctl platform allocator metadata show
- ecctl platform allocator search
- ecctl platform allocator show
- ecctl platform allocator vacate
- ecctl platform constructor
- ecctl platform constructor list
- ecctl platform constructor maintenance
- ecctl platform constructor resync
- ecctl platform constructor show
- ecctl platform enrollment-token
- ecctl platform enrollment-token create
- ecctl platform enrollment-token delete
- ecctl platform enrollment-token list
- ecctl platform info
- ecctl platform instance-configuration
- ecctl platform instance-configuration create
- ecctl platform instance-configuration delete
- ecctl platform instance-configuration list
- ecctl platform instance-configuration pull
- ecctl platform instance-configuration show
- ecctl platform instance-configuration update
- ecctl platform proxy
- ecctl platform proxy filtered-group
- ecctl platform proxy filtered-group create
- ecctl platform proxy filtered-group delete
- ecctl platform proxy filtered-group list
- ecctl platform proxy filtered-group show
- ecctl platform proxy filtered-group update
- ecctl platform proxy list
- ecctl platform proxy settings
- ecctl platform proxy settings show
- ecctl platform proxy settings update
- ecctl platform proxy show
- ecctl platform repository
- ecctl platform repository create
- ecctl platform repository delete
- ecctl platform repository list
- ecctl platform repository show
- ecctl platform role
- ecctl platform role create
- ecctl platform role delete
- ecctl platform role list
- ecctl platform role show
- ecctl platform role update
- ecctl platform runner
- ecctl platform runner list
- ecctl platform runner resync
- ecctl platform runner search
- ecctl platform runner show
- ecctl stack
- ecctl stack delete
- ecctl stack list
- ecctl stack show
- ecctl stack upload
- ecctl user
- ecctl user create
- ecctl user delete
- ecctl user disable
- ecctl user enable
- ecctl user key
- ecctl user key delete
- ecctl user key list
- ecctl user key show
- ecctl user list
- ecctl user show
- ecctl user update
- ecctl version
- Contributing
- Release notes
Elastic Cloud Control (ecctl) v1.3.0
editElastic Cloud Control (ecctl) v1.3.0
editWhat’s new | Bug fixes | Breaking changes | Changelog
Welcome to the v1.3.0 release of Elastic Cloud Control. This version brings new features, some breaking changes, and bug fixes.
Elastic Cloud Control (ecctl) is Elastic’s CLI to manage Elasticsearch Service (ESS) and Elastic Cloud Enterprise (ECE).
Download the release binaries:
ecctl_1.3.0_darwin_amd64.tar.gz
ecctl_1.3.0_linux_32-bit.deb
ecctl_1.3.0_linux_32-bit.rpm
ecctl_1.3.0_linux_386.tar.gz
ecctl_1.3.0_linux_64-bit.deb
ecctl_1.3.0_linux_64-bit.rpm
ecctl_1.3.0_linux_amd64.tar.gz
What’s new
edit-
New top level command:
ecctl comment
. Includes commands to create, delete, list, show and update comments for any of the Elastic Cloud resources:elasticsearch
,kibana
,apm
,appsearch
,enterprise_search
,allocator
,constructor
,runner
,proxy
. -
New deployment command:
ecctl deployment traffic-filter
. Includes commands to create, delete, list and show traffic filter rules and theecctl deployment traffic-filter association
sub-command includes two more sub-commands to create and delete associations between traffic rules and deployments. -
New deployment command:
ecctl deployment extension
. Includes commands to create, delete list and show custom deployment extensions such as Elasticsearch bundles or plugins. -
Added support for data tiers in all
ecctl deployment
commands.
Bug fixes
edit- Improved deployment tracking. The deployment tracking has been improved. It now fails only when the plan completes with a failure, instead of returning errors from other steps of the plan.
Breaking changes
edit-
Deployment create drops support flag-based actions. Instance definition flags for the
ecctl deployment create
command have been removed. Using a predefined deployment definition JSON file is still optional with the--file
flag, and the--deployment-template
flag can be used to create a deployment from a template using the template configuration. Seeecctl deployment create --help
for a full list of examples.
Changelog
edite7588f0 deployment: New extension create subcommand (#470)
968729d traffic-filter: Associations create and delete subcommands (#468)
d5f8b99 traffic-filter: Adds create command (#463)
19a080d traffic-filter: Fix deleteCmd test (#469)
c7041e7 deployment command: Remove flag based create (#460)
54cd667 comment: Adjust text to specify the command is ECE only (#462)
e5d22b5 deployment: Adds read and delete extension subcommands (#458)
6a9e3e9 implements comment show command (#461)
bf049ac Implement comment delete command (#466)
882c0b0 implements comment update command (#467)
44509f5 implements comment list command (#464)
86d353a alings create comment command texts (#465)
bb3ddfb gh issues: Update bug issue template (#457)
4603cf3 implement comment create command (#459)
73c3e03 deployment: New commands for traffic-filter show, list and delete (#455)
7680eff mod: Update sdk to fix plan tracker bugs (#454)
8721b65 mod: Update cloud-sdk-go to post swagger update (#453)
a9634b6 mod: Updates SDK to ECE 2.9.0 spec (#450)
911a7ea docs: Set deployment node command as ECE only (#446)
c3dc300 Fix 1.2.0 release notes not building for docs/pull/2059 (#444)
c3742ee build: Fix release GH action (#443)
29b1fbd fixup: release notes (#442)
fd52a87 docs: Improved release documentation (#440)
Release date: March 23, 2021
On this page