Elasticsearch Service FAQedit

This frequently-asked-questions list helps you with common questions while you get Elasticsearch Service up and running for the first time. For questions about Elasticsearch Service configuration options or billing, check the Technical FAQ and the Billing FAQ.

  • What is Elasticsearch Service?
  • Is Elasticsearch Service the same as Amazon’s Elasticsearch Service?
  • Can I run the full Elastic Stack in Elasticsearch Service?
  • Can I try Elasticsearch Service for free?
  • What if I need to change the size of my Elasticsearch cluster at a later time?
  • Do you offer support subscriptions?
  • Where is Elasticsearch Service hosted?
  • What is the difference between Elasticsearch Service and the Amazon Elasticsearch Service?
  • Can I use Elasticsearch Service on platforms other than AWS?
  • Do you offer Elastic’s commercial products?
  • Is my Elasticsearch cluster protected by X-Pack?
  • Is there a limit on the number of documents or indexes I can have in my cluster?

    What is Elasticsearch Service?
    Elasticsearch Service is hosted and managed Elasticsearch and Kibana brought to you by the creators of Elasticsearch. Elasticsearch Service 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 Elasticsearch Service the same as Amazon’s Elasticsearch Service?
    Elasticsearch Service 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 Elasticsearch Service?
    Many of the products that are part of the Elastic Stack are readily available in Elasticsearch Service, including Elasticsearch, Kibana, plugins, and features such as monitoring and security. Use other Elastic Stack products directly with Elasticsearch Service. For example, both Logstash and Beats can send their data to Elasticsearch Service. What is run is determined by the subscription level.
    Can I try Elasticsearch Service 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 Enterprise 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 Elasticsearch Service 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 Elasticsearch Service 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 Elasticsearch Service and the Amazon Elasticsearch Service?

    Elasticsearch Service is the only hosted and managed Elasticsearch service built, managed, and supported by the company behind Elasticsearch, Kibana, Beats, and Logstash. With Elasticsearch Service, 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 Elasticsearch Service 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 Elasticsearch Service customers have access to basic authentication, role-based access control, and monitoring.

    Elasticsearch Service 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 Elasticsearch Service 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.