Elastic Cloud Hosted FAQ
This frequently-asked-questions list helps you with common questions while you get Elastic Cloud Hosted up and running for the first time. For questions about Elastic Cloud Hosted configuration options or billing, check the Technical FAQ and the Billing FAQ.
Is Elastic Cloud Hosted the same as Amazon’s Elasticsearch Service?
What if I need to change the size of my Elasticsearch cluster at a later time?
What is the difference between Elastic Cloud Hosted and the Amazon Elasticsearch Service?
Is there a limit on the number of documents or indexes I can have in my cluster?
- What is Elastic Cloud Hosted?
- Elastic Cloud Hosted is hosted and managed Elasticsearch and Kibana brought to you by the creators of Elasticsearch. Elastic Cloud Hosted is part of Elastic Cloud and ships with features that you can only get from the company behind Elasticsearch, Kibana, Beats, and Logstash. Elasticsearch is a full text search engine that suits a range of uses, from search on websites to big data analytics and more.
- Is Elastic Cloud Hosted the same as Amazon’s Elasticsearch Service?
- Elastic Cloud Hosted is not the same as the Amazon Elasticsearch service. To learn more about the differences, check our AWS Elasticsearch Service comparison.
- Can I run the full Elastic Stack in Elastic Cloud Hosted?
- Many of the products that are part of the Elastic Stack are readily available in Elastic Cloud Hosted, including Elasticsearch, Kibana, plugins, and features such as monitoring and security. Use other Elastic Stack products directly with Elastic Cloud Hosted. For example, both Logstash and Beats can send their data to Elastic Cloud Hosted. What is run is determined by the subscription level.
- Can I try Elastic Cloud Hosted for free?
-
Yes, sign up for a 14-day free trial. The trial starts the moment a cluster is created.
During the free trial period get access to a deployment to explore Elastic solutions for Search, Observability, Security, or the latest version of the Elastic Stack.
- What if I need to change the size of my Elasticsearch cluster at a later time?
- Scale your clusters both up and down from the user console, whenever you like. The resizing of the cluster is transparently done in the background, and highly available clusters are resized without any downtime. If you scale your cluster down, make sure that the downsized cluster can handle your Elasticsearch memory requirements. Read more about sizing and memory in Sizing Elasticsearch.
- Do you offer support?
- Yes, all subscription levels for Elastic Cloud Hosted include support, handled by email or through the Elastic Support Portal. Different subscription levels include different levels of support. For the Standard subscription level, there is no service-level agreement (SLA) on support response times. Gold and Platinum subscription levels include an SLA on response times to tickets and dedicated resources. To learn more, check Getting Help.
- Where is Elastic Cloud Hosted hosted?
- We host our Elasticsearch clusters on Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure. Check out which regions we support and what hardware we use. New data centers are added all the time.
- What is the difference between Elastic Cloud Hosted and the Amazon Elasticsearch Service?
-
Elastic Cloud Hosted is the only hosted and managed Elasticsearch service built, managed, and supported by the company behind Elasticsearch, Kibana, Beats, and Logstash. With Elastic Cloud Hosted, you always get the latest versions of the software. Our service is built on best practices and years of experience hosting and managing thousands of Elasticsearch clusters in the Cloud and on premise. For more information, check the following Amazon and Elastic Elasticsearch Service comparison page.
Please note that there is no formal partnership between Elastic and Amazon Web Services (AWS), and Elastic does not provide any support on the AWS Elasticsearch Service.
- Can I use Elastic Cloud Hosted on platforms other than AWS?
- Yes, create deployments on the Google Cloud Platform and Microsoft Azure.
- Do you offer Elastic’s commercial products?
-
Yes, all Elastic Cloud Hosted customers have access to basic authentication, role-based access control, and monitoring.
Elastic Cloud Hosted Gold, Platinum and Enterprise customers get complete access to all the capabilities in X-Pack:
- Security
- Alerting
- Monitoring
- Reporting
- Graph Analysis & Visualization
Contact us to learn more.
- Is my Elasticsearch cluster protected by X-Pack?
- Yes, X-Pack security features offer the full power to protect your Elastic Cloud Hosted deployment with basic authentication and role-based access control.
- Is there a limit on the number of documents or indexes I can have in my cluster?
-
No. We do not enforce any artificial limit on the number of indexes or documents you can store in your cluster.
That said, there is a limit to how many indexes Elasticsearch can cope with. Every shard of every index is a separate Lucene index, which in turn comprises several files. A process cannot have an unlimited number of open files. Also, every shard has its associated control structures in memory. So, while we will let you make as many indexes as you want, there are limiting factors. Our larger plans provide your processes with more dedicated memory and CPU-shares, so they are capable of handling more indexes. The number of indexes or documents you can fit in a given plan therefore depends on their structure and use.