- Elastic Cloud Enterprise - Elastic Cloud on your Infrastructure: other versions:
- Introducing Elastic Cloud Enterprise
- Preparing your installation
- Installing Elastic Cloud Enterprise
- Identify the deployment scenario
- Install ECE on a public cloud
- Install ECE on your own premises
- Alternative: Install ECE with Ansible
- Log into the Cloud UI
- Install ECE on additional hosts
- Migrate ECE to Podman hosts
- Post-installation steps
- Configuring your installation
- System deployments configuration
- Configure deployment templates
- Tag your allocators
- Edit instance configurations
- Create instance configurations
- Create deployment templates
- Configure system deployment templates
- Configure index management for templates
- Updating custom templates to support
node_roles
and autoscaling - Updating custom templates to support Integrations Server
- Default instance configurations
- Include additional Kibana plugins
- Manage snapshot repositories
- Manage licenses
- Change the ECE API URL
- Change endpoint URLs
- Enable custom endpoint aliases
- Configure allocator affinity
- Change allocator disconnect timeout
- Migrate ECE on Podman hosts to SELinux in
enforcing
mode
- Securing your installation
- Monitoring your installation
- Administering your installation
- Working with deployments
- Create a deployment
- Access Kibana
- Adding data to Elasticsearch
- Migrating data
- Ingesting data from your application
- Ingest data with Node.js on Elastic Cloud Enterprise
- Ingest data with Python on Elastic Cloud Enterprise
- Ingest data from Beats to Elastic Cloud Enterprise with Logstash as a proxy
- Ingest data from a relational database into Elastic Cloud Enterprise
- Ingest logs from a Python application using Filebeat
- Ingest logs from a Node.js web application using Filebeat
- Manage data from the command line
- Administering deployments
- Change your deployment configuration
- Maintenance mode
- Terminate a deployment
- Restart a deployment
- Restore a deployment
- Delete a deployment
- Migrate to index lifecycle management
- Disable an Elasticsearch data tier
- Access the Elasticsearch API console
- Work with snapshots
- Restore a snapshot across clusters
- Upgrade versions
- Editing your user settings
- Deployment autoscaling
- Configure Beats and Logstash with Cloud ID
- Keep your clusters healthy
- Keep track of deployment activity
- Secure your clusters
- Deployment heap dumps
- Deployment thread dumps
- Traffic Filtering
- Connect to your cluster
- Manage your Kibana instance
- Manage your APM & Fleet Server (7.13+)
- Manage your APM Server (versions before 7.13)
- Manage your Integrations Server
- Switch from APM to Integrations Server payload
- Enable logging and monitoring
- Enable cross-cluster search and cross-cluster replication
- Access other deployments of the same Elastic Cloud Enterprise environment
- Access deployments of another Elastic Cloud Enterprise environment
- Access deployments of an Elasticsearch Service organization
- Access clusters of a self-managed environment
- Enabling CCS/R between Elastic Cloud Enterprise and ECK
- Edit or remove a trusted environment
- Migrate the cross-cluster search deployment template
- Enable App Search
- Enable Enterprise Search
- Enable Graph (versions before 5.0)
- Troubleshooting
- RESTful API
- Authentication
- API calls
- How to access the API
- API examples
- Setting up your environment
- A first API call: What deployments are there?
- Create a first Deployment: Elasticsearch and Kibana
- Applying a new plan: Resize and add high availability
- Updating a deployment: Checking on progress
- Applying a new deployment configuration: Upgrade
- Enable more stack features: Add Enterprise Search to a deployment
- Dipping a toe into platform automation: Generate a roles token
- Customize your deployment
- Remove unwanted deployment templates and instance configurations
- Secure your settings
- API reference
- Changes to index allocation and API
- Script reference
- Release notes
- Elastic Cloud Enterprise 3.7.3
- Elastic Cloud Enterprise 3.7.2
- Elastic Cloud Enterprise 3.7.1
- Elastic Cloud Enterprise 3.7.0
- Elastic Cloud Enterprise 3.6.2
- Elastic Cloud Enterprise 3.6.1
- Elastic Cloud Enterprise 3.6.0
- Elastic Cloud Enterprise 3.5.1
- Elastic Cloud Enterprise 3.5.0
- Elastic Cloud Enterprise 3.4.1
- Elastic Cloud Enterprise 3.4.0
- Elastic Cloud Enterprise 3.3.0
- Elastic Cloud Enterprise 3.2.1
- Elastic Cloud Enterprise 3.2.0
- Elastic Cloud Enterprise 3.1.1
- Elastic Cloud Enterprise 3.1.0
- Elastic Cloud Enterprise 3.0.0
- Elastic Cloud Enterprise 2.13.4
- Elastic Cloud Enterprise 2.13.3
- Elastic Cloud Enterprise 2.13.2
- Elastic Cloud Enterprise 2.13.1
- Elastic Cloud Enterprise 2.13.0
- Elastic Cloud Enterprise 2.12.4
- Elastic Cloud Enterprise 2.12.3
- Elastic Cloud Enterprise 2.12.2
- Elastic Cloud Enterprise 2.12.1
- Elastic Cloud Enterprise 2.12.0
- Elastic Cloud Enterprise 2.11.2
- Elastic Cloud Enterprise 2.11.1
- Elastic Cloud Enterprise 2.11.0
- Elastic Cloud Enterprise 2.10.1
- Elastic Cloud Enterprise 2.10.0
- Elastic Cloud Enterprise 2.9.2
- Elastic Cloud Enterprise 2.9.1
- Elastic Cloud Enterprise 2.9.0
- Elastic Cloud Enterprise 2.8.1
- Elastic Cloud Enterprise 2.8.0
- Elastic Cloud Enterprise 2.7.2
- Elastic Cloud Enterprise 2.7.1
- Elastic Cloud Enterprise 2.7.0
- Elastic Cloud Enterprise 2.6.2
- Elastic Cloud Enterprise 2.6.1
- Elastic Cloud Enterprise 2.6.0
- Elastic Cloud Enterprise 2.5.1
- Elastic Cloud Enterprise 2.5.0
- Elastic Cloud Enterprise 2.4.3
- Elastic Cloud Enterprise 2.4.2
- Elastic Cloud Enterprise 2.4.1
- Elastic Cloud Enterprise 2.4.0
- Elastic Cloud Enterprise 2.3.2
- Elastic Cloud Enterprise 2.3.1
- Elastic Cloud Enterprise 2.3.0
- Elastic Cloud Enterprise 2.2.3
- Elastic Cloud Enterprise 2.2.2
- Elastic Cloud Enterprise 2.2.1
- Elastic Cloud Enterprise 2.2.0
- Elastic Cloud Enterprise 2.1.1
- Elastic Cloud Enterprise 2.1.0
- Elastic Cloud Enterprise 2.0.1
- Elastic Cloud Enterprise 2.0.0
- Elastic Cloud Enterprise 1.1.5
- Elastic Cloud Enterprise 1.1.4
- Elastic Cloud Enterprise 1.1.3
- Elastic Cloud Enterprise 1.1.2
- Elastic Cloud Enterprise 1.1.1
- Elastic Cloud Enterprise 1.1.0
- Elastic Cloud Enterprise 1.0.2
- Elastic Cloud Enterprise 1.0.1
- Elastic Cloud Enterprise 1.0.0
- What’s new with the Elastic Stack
- About this product
Elastic Cloud Enterprise 3.2.0
editElastic Cloud Enterprise 3.2.0
editThe following changes are included in this release.
Features
editSimplified deployment creation. This allows the creation of a deployment passing only minimal information. The rest of the information is obtained from the template service without involving the client of the request.
Example request:
curl -XPOST "https://{{hostname}}/api/v1/deployments?template_id={{template_id}}" \ -H "Authorization: ApiKey $ECE_API_KEY" \ -H "Content-Type: application/json" \ -d ' { "version": "7.11.0", "region": "local-1" }'
This makes the resource
field of the request optional.
This also adds two more fields to the request body: region
and version
that are used as defaults for all the resources (and the template).
If a resource is present in the request and a template is also requested, the content of the request prevails for that resource and no merging of any field is attempted from the template.
Endpoint to download CA certificate for a deployment. Customers can now download the certificate authority used to sign the certificates of their deployment.
Add DirectTrustSetting. Customers can now upload CA certificates to be trusted by individual deployments to configure these as remote connections in Elasticsearch.
Enable using different domain for azure storage. This release enables support for the different domain used by blob storage in Azure Govcloud.
Enhancements
editSet the region when creating a dedicated monitoring deployment. Pre-select the correct region when creating a dedicated monitoring deployment.
New ECE diagnostics tool. Added information on Zookeeper transactions and nodes to the output of the ECE diagnostics tool.
Allow list kibana setting elasticsearch.maxSockets: integer
. At the moment, the Elasticsearch-js client has a default value of Infinity
for the maxSockets
parameter. Having such value guarantees that we are not hindering the performance of ES queries below their potential. However, the overhead of establishing TLS sockets can cause performance degradations if the number of concurrent connections is too big.
While there is no consensus as to what is the optimal value for this parameter, some lab tests suggest that 1024
could be a good starting point.
The a
in moment.format() is unnecessary when we are using 24 clock. Removing the am/pm
notice on upcoming community event dates as we’re already using a 24 hour clock.
Changing the confirmation modal to require the deployment’s name, not the word "DELETE". To confirm the deletion of a deployment now you have to type the name of the deployment instead of the word "DELETE". This makes sure you know which deployment you are deleting.
Bug fixes
editFix a Zookeper hang in Container Task Service. Fix a bug which could lead to the Container Task Service not recovering after a Zookeeper outage.
Add a Billing Contact without accepting Cloud’s Terms of Service first. Fixed a bug related to adding a Billing Contact without accepting Cloud’s Terms of Service first. It also fixes a bug in which users can’t leave organizations because they haven’t accepted Terms of Service.
Remove script ready lock. Resolved an issue in the orchestration of containers during an ECE upgrade that may prevent the upgrade’s success.
Remove reference to xpack.reporting.queue.pollEnabled. Removed xpack.reporting.queue.pollEnabled
from the allowed config settings for changing user settings.
Remove adminconsole cluster state cache. Filtering by Healthy/Unhealthy shards is no longer available.
-
The
GET /deployments
,GET /deployments/{deployment_id}
andPOST /deployments/_search
responses include a newshards_status
field indicating the Elasticsearch cluster health. -
GET /deployments/{deployment_id}
response includes a new fieldcluster_blocking_issues
with alevel
indicatingglobal
orindex
and accompanyingdescription
of cluster blocks (if any). -
POST /deployments/_search
responses will not return detailed blocks information. -
All three endpoints will return backwards-compatible empty values in the
shards_info
andblocking_issues
fields.
Deprecations
editReplace shards visualization with data from _cluster/health. Replaces the Elasticsearch shards pie visualization with shard counts.
On this page