- 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.1.0
editElastic Cloud Control (ecctl) v1.1.0
editWhat’s new | Bug fixes | Changelog
Welcome to the v1.1.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.1.0_darwin_amd64.tar.gz
ecctl_1.1.0_linux_32-bit.deb
ecctl_1.1.0_linux_32-bit.rpm
ecctl_1.1.0_linux_386.tar.gz
ecctl_1.1.0_linux_64-bit.deb
ecctl_1.1.0_linux_64-bit.rpm
ecctl_1.1.0_linux_amd64.tar.gz
What’s new
edit-
Authorization headers are now redacted when using
--verbose
. The default behavior of the--verbose
flag has been changed to redact the contents of the Authorization header in outgoing http requests. To disable this behavior, set--verbose-credentials
orverbose_credentials: true
in the configuration file. -
New global flags. Two new flags have been added:
-
ecctl --verbose-credentials
- When set, Authorization headers on the request/response trail will be displayed as plain text.
-
ecctl --verbose-file <string>
- When set, the verbose request/response trail will be written to the defined file.
-
-
New configuration options. Two new configuration options have been added:
-
verbose_credentials (bool)
- When set, Authorization headers on the request/response trail will be displayed as plain text.
-
verbose_file (string)
- When set, the verbose request/response trail will be written to the defined file.
-
-
Allocator list command now supports a
--size
flag. With the addition of the new flag, users are able to obtain more than the default per region allocator limit of 100. -
New Platform role command. One new command has been added:
-
ecctl platform role update
- Updates an existing platform role from a file definition.
-
Bug fixes
edit-
Allocator list
--all
flag description has been amended. Changed the vague flag description to reflect that the flag is still bound to the size limit defined in the--size
flag. -
Deployment show
--generate-update-payload
flag output has been amended. Fixed a bug where the observability settings were not included in the generated payload.
Changelog
edit7fffe36 deps: Update cloud-sdk-go to latest commit (#409)
6c6e7b0 release: Adds changelog for 1.1.0 release (#406)
d0be241 cmd: Add new verbose configuration flags (#405)
6ebe5cf mod: Update elastic/cloud-sdk-go to v1.1.0 (#404)
bef0650 mod: Update cloud-sdk-go to 6fc0976 (#400)
29d28de release: (1.0) Add hub.protocol https to script (#399)
84b0ee8 add update role command (#392)
8d5cac1 mod: bump sdk version to fc4e5b0 commit hash (#393)
e247bdf docs: Fix link (#388)
10f65d0 docs: Fix links (#385)
9f01b34 Correct bad cross-product links (#384)
0646c72 fix: ignored EC_API_KEY environment variable (#379)
baf7e44 go: Update to go 1.15 (#380)
41d6058 allocator: Amend --all flag description (#378)
7e0a59b allocator: Add --size flag to list command (#375)
eed17e8 deps: Enable renovate and update (#372)
180a5fa release: Fix git commit by adding user and email (#366)
45299ba docs: Add asciidoc document validator in make docs (#369)
22e8e24 version: Bump master branch to v1.1.0 (#368)
84593d3 release: Fix changelog generator broken link (#367)
9f33b6f docs: Remove duplicated synopsis from doc files (#370)
eb54811 docs: remove asciidoc beta disclaimer (#365)
Release date: December 3, 2020
On this page