
Overview
Video 1
Video 1

Product video
Elastic's Search AI Platform combines world-class search with generative AI to address your search, observability, and security challenges.
Elasticsearch - the industry's most used vector database with an extensive catalog of GenAI integrations - gives you unified access to ML models, connectors, and frameworks through a simple API call. Manage data across sources with enterprise-grade security and build scalable, high-performance apps that keep pace with evolving business needs. Elasticsearch gives you a decade-long head start with a flexible Search AI toolkit and total provisioning flexibility-fully managed on serverless, in the cloud, or on your own infrastructure.
Elastic Observability resolves problems faster with open-source, AI-powered observability without limits, that is accurate, proactive and efficient. Get comprehensive visibility into your AWS and hybrid environment through 400+ integrations including Bedrock, CloudWatch, CloudTrail, EC2, Firehose, S3, and more. Achieve interoperability with an open and extensible, OpenTelemetry (OTel) native solution, with enterprise-grade support.
Elastic Security modernizes SecOps with AI-driven security analytics, the future of SIEM. Powered by Elastic's Search AI Platform, its unprecedented speed and scalability equips practitioners to analyze and act across the attack surface, raising team productivity and reducing risk. Elastic's groundbreaking AI and automation features solve real-world challenges. SOC leaders choose Elastic Security when they need an open and scalable solution ready to run on AWS.
Take advantage of Elastic Cloud Serverless - the fastest way to start and scale security, observability, and search solutions without managing infrastructure. Built on the industry-first Search AI Lake architecture, it combines vast storage, compute, low-latency querying, and advanced AI capabilities to deliver uncompromising speed and scale. Users can choose from Elastic Cloud Hosted and Elastic Cloud Serverless during deployment. Try the new Serverless calculator for price estimates: https://console.qa.cld.elstc.co/pricing/serverless .
Ready to see for yourself? Sign into your AWS account, click on the "View Purchase Options" button at the top of this page, and start using a single deployment and three projects of Elastic Cloud for the first 7 days, free!
Highlights
- Search: Build innovative GenAI, RAG, and semantic search experiences with Elasticsearch, the leading vector database.
- Security: Modernize SecOps (SIEM, endpoint security, cyber security) with AI-driven security analytics powered by Elastic's Search AI Platform.
- Observability: Use open, extensible, full-stack observability with natively integrated OpenTelemetry for Application Performance Monitoring (APM) of logs, traces, and other metrics.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Security credentials achieved
(2)


Buyer guide

Financing for AWS Marketplace purchases
AWS PrivateLink
Pricing
Free trial
Dimension | Cost/unit |
|---|---|
Elastic Consumption Unit | $0.001 |
Dimensions summary
Top-of-mind questions for buyers like you
Vendor refund policy
See EULA above.
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
Visit Elastic Support (https://www.elastic.co/support ) for more information. If you are a customer, go to the Elastic Support Hub (http://support.elastic.co ) to raise a case.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.


FedRAMP
GDPR
HIPAA
ISO/IEC 27001
PCI DSS
SOC 2 Type 2
Standard contract
Customer reviews
Exceptional Documentation, Intuitive UI, and Outstanding Support
The Elastic UI is clean, intuitive and easy to use.
I find the Dev Tools feature within Elastic to be really useful as most of my updates are managed via Elastic ESQL queries which enables me to keep my changes within a repo.
Setting up SSO via Entra ID was fairly straightforward. Ability to do the role mappings for entra ID groups to Elastic roles was easy to do via the UI and also via the Dev Tools.
Customer Support is excellent, they work with you until your issue is fully resolved.
Elastic can be purchased via AWS Marketplace which makes billing seamless if you already work with AWS.
The Elastic infrastructure is scalable and also very resilient. If there are load issues or similar it will scale up as required.
The web crawler is also easy to configure and update directly in the UI.
Search queries are very performant (milliseconds usually).
It seems to be focusing more and more on its core feature i.e. search, and not so much on user-focused features tailored for non-tech business users.
It would be great if it provided repos with examples to easily setup frontend search experiences.
Our search is now returning more relevant results and an enhanced user experience. Ultimately leads to more business from clients.
High-Performance, Flexible Search with Powerful Cloud Features
Unmatched Speed and Real-Time Analytics with Elasticsearch
Full-text search has transformed log analysis and real-time views for faster issue resolution
What is our primary use case?
Elastic Search is normally used for full-text search where users are fully depending on it for searching by name, address, and similar fields, and we need to gather the data with good latency, so we normally prefer to save it into Elastic Search .
Elastic Search helps for full-text search because we normally use it for keywords and other related terms. If there are keywords and searching requires numerical data and other elements, we prefer RDSÂ over Elastic Search. However, if it is regarding complete full-text search in which we cannot do any kind of indexing and it is very difficult, we prefer Elastic Search.
What is most valuable?
Elastic Search's best feature is that it is very convenient to save, plus it is schema-less, and it has very good latency and also provides us with different kinds of mapping strategies which allow us to optimize many things according to the data structure. It is a kind of non-structured and structured mix.
The benefits of using Elastic Search are mostly for two to three purposes. For logging, it is very easy to insert the logs into Elastic Search and start searching it using Kibana, and it is very easy to make visualizations over there. The second purpose is that we normally use it for views. If we have searches from the front end with a specific structure, it is very difficult to go to a different table and create the query in the database, so what we do is sync our database with Elastic Search and create a view on Elastic Search which will give us the result in milliseconds. This is how we are currently utilizing it.
What needs improvement?
Elastic Search has an annoying limitation regarding page size. It has a specific limit for queries on Elastic Search, and the default is ten thousand, and we can increase it. However, after increasing, it can slow down. Pagination in Elastic Search is very slow. If I need to parse one million records saved into Elastic Search, it becomes a nightmare because I need to do the pagination, and it is very problematic in that regard. I need to do ten thousand records and then go to the other page, and when going to the other page, it currently takes much more time than RDSÂ . For specific cases, if we need to do full-text search and searching for one specific word returns less than ten thousand records, it works very well. However, if we go for more than ten thousand, then it creates an issue for us.
For how long have I used the solution?
It has been almost ten years since using Elastic Search.
What do I think about the stability of the solution?
Elastic Search receives a stability rating of nine point five; we rely on it.
What do I think about the scalability of the solution?
In terms of scalability, for the managed service, it is very easy, but the scalability aspect is a bit tricky. Scaling up Elastic Search cluster requires a bit of time because of sharding and replications. It takes more time since it needs to copy the data. For example, if we are working on three nodes and adding a fourth node, the synchronization process will occur in the middle, and the higher the data volume, the more time it will take. Scalability is rated around five to six.
How are customer service and support?
Elastic Search's technical support receives a rating of eight.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
Previously, we were using the AWSÂ managed cluster on the cloud, but now we have created our own. On the same cloud, we have deployed Elastic Search on our EC2Â machines, so it is self-managed, not on-premises. On-premises would be if we give the solution to somebody else, then we would deploy Elastic Search on their specific cloud, but we only deployed it in our system.
How was the initial setup?
I did not go into the deployment part of Elastic Search because it is a DevOps matter. I was in a senior role, so I sent the request and we received it. Normally, it does not take a lot of time if the person deploying is capable; it does not take more than two to three days.
What about the implementation team?
We have about twelve specialists.
What was our ROI?
I cannot say much about the return on investment part because we normally work on a use case basis. If we find some kind of issue in our database which is currently taking time, then we need to shift to Elastic Search, and it will start giving us very good results. On the cost-saving side, rather than increasing our RDS from a less cluster to a big cluster, we can create a specific separate Elastic Search cluster, and it saves our money on our basic structure while giving us much more performance. I cannot tell you the exact part on how much was saved with the calculation, and I cannot provide the numbers, but it saves our time on the debugging side. Using it on the logs and creating visualization is very convenient for us to search the log and identify the issue as soon as possible. This saves our time, saves the customer's time, and decreases the time to respond and resolve.
What's my experience with pricing, setup cost, and licensing?
Elastic Search's pricing totally depends on the server. Managed services from AWSÂ are used, and we have worked on a self-managed Elastic Search cluster. On the AWS side, it is very expensive because they charge based on query basis or how much data is transferred in and out, making it very expensive. That is why we moved to the self-managed option. In self-managed, it is very easy to handle. We do not think any kind of proprietary Elastic Search solution is required.
Which other solutions did I evaluate?
Elastic Cloud Serverless is not being used. The GenAI experience with features like agentic AI, RAG, or semantic search is not currently being used. Kafka Streams is being used for log instigation.
What other advice do I have?
Elastic Search has many pros, but the cons of it are that it is not structured, and we need to put all the things which are connected into a single index. Therefore, we cannot use it for our base structure database, but we always use it for supporting purposes.
While part of Careem, there were hundreds of thousands of customers using the solution, and now that in a startup, the clients are no more than one hundred.
Elastic Search requires maintenance. We need to keep it updated because Elastic Search normally launches new features and versions on both Kibana and Elastic Search sides. We need to keep updated ourselves, and also, we need to do maintenance on the storage side. Normally, we use Elastic Search for timelines, saving all the data from beginning to end, so normally the storage maintenance is an issue, and we have to increase the storage time to time, but it is not related to Elastic Search; it is actually related to our use case.
There is lots of support for Elastic Search in different tools like Logstash which we normally use for integration, and there are other tools as well, but it is very easy and not a big issue for that.
The Attack Discovery feature is not being used. Big businesses cannot survive without Elastic Search because it gives us very good visibility and handles our use cases very well. If we need something reliable and trustworthy as a solution, then Elastic Search is the way to go, as it is an integral part of big solutions. The overall review rating for Elastic Search is eight point five.
Centralized analytics and monitoring have supported reliable insights for scientific web services
What is our primary use case?
Elastic Search is being used for two main streams. The first use case is an internal analytics engine for the usage of our services, which is based on logs that are put into Elastic Search indices to build different dashboards for key executives and developers, providing different levels of information. This is essential to provide statistics as a nonprofit organization funded by the Department of Energy and other infrastructures. The main focus is on web access to the Protein Data Bank for scientists and bioinformaticians with a publicly facing service supporting roughly 15 million users and an average load of about 700 requests per second. There are two data centers, one on the East Coast and another on the West Coast , serving the same publicly available interface. Logs from these services are monitored and collected, then put into Elastic Search database, from which different perspectives are provided for various stakeholders.
The second use case is Application Performance Monitoring , where Elastic Search APM stack is used to collect application performance metrics, primarily using Java, with a bit of Python and Node.js. Those three agents are used along with a standard infrastructure with the APM server that injects everything into Elastic Search indices for incident recovery and finding performance bottlenecks. As a nonprofit organization using an open-source license, there have been no problems with Elastic Search trying to change the license. Since no commercialized services are provided, the organization remains out of the scope of those issues and continues using open-source licenses. Recently, integration with an internal Keycloak instance was completed to provide role-based access to the Kibana application, which was a bit non-trivial but was managed successfully.
What is most valuable?
The experience regarding the relevancy of search results with Elastic Search is positive since it is used for providing search features for end-users of the Protein Data Bank. During ETL processes, information is collected from different data sources regarding proteins, including protein annotations and structures, which are transformed and loaded into the internal database. One part of that database includes Elastic Search indices. For search capabilities, full-text search is performed for end-users while keyword search is used primarily for internal needs, and no complaints have been heard about either of them.
The main focus is on web access to the Protein Data Bank for scientists and bioinformaticians with a publicly facing service supporting roughly 15 million users and an average load of about 700 requests per second. There are two data centers, one on the East Coast and another on the West Coast, serving the same publicly available interface. Logs from these services are monitored and collected, then put into Elastic Search database, from which different perspectives are provided for various stakeholders.
What needs improvement?
There are a couple of improvements that would definitely save a lot of headache with Elastic Search. One would be if the open-source license had multi-user access to Kibana, which exists in the paid tier license. There were also some difficult times with parallel and point-in-time interfaces, so better documentation could help, particularly more example-driven content. The provided documentation tends to have some common words but lacks real applicable examples. More specific examples, such as step-by-step guides, would be ideal. From a technical point of view, there are no significant issues recalled as Elastic Search has been absolutely awesome for this use case and covers 100% of the needs.
For how long have I used the solution?
Elastic Search has been used for roughly five years.
What do I think about the stability of the solution?
Regarding stability, there are no major incidents recalled with Elastic Search. While not part of the DevOps team, nothing significant has ever exploded to affect the whole organization. If there were issues, the DevOps team was able to fix them quickly. Problems have been experienced with other services, but not with Elastic Search.
What do I think about the scalability of the solution?
In terms of scalability, Elastic Search is good for this organization. A standard three-node setup with multiple clusters is being used for internal and public needs, resulting in six nodes per database across the data centers.
How are customer service and support?
There has been no need to contact customer tech support for Elastic Search. It has been sufficient to visit conferences such as SCALE in Southern California Linux Expo, where Elastic Search has a booth to talk to their staff. The organization often relies on publicly available resources such as forums, issue trackers, and an internal knowledge base. Once, a ticket was created on GitHub concerning a Kibana issue with Application Performance Monitoring, but that was essentially the extent of it. The main sources of support are conferences and documentation.
How would you rate customer service and support?
Which other solutions did I evaluate?
No alternatives similar to Elastic Search have been tried. When the discussion about the open-source license started, OpenSearch was briefly looked into but the decision was made not to move forward because the organization felt secure in the current usage without commercialization.
What other advice do I have?
Elastic Search AI, RAG, and semantic search have not been explored yet, as those opportunities for integration are just beginning. Nothing has been moved into production, so further comment cannot be provided. Standard agents from APM are being used to collect telemetry metrics and send them to the Application Performance Monitoring server, which are different from AI agents.
It is difficult to assess the current pricing of Elastic Search because the organization is in a specific niche as a nonprofit organization. On-premises instances are managed internally and a managed option had been considered, but that did not pass the board's approval. Open-source licensing has worked well, and there have been no ceilings where payment options for additional services needed to be considered. Users are quite satisfied with what is provided, and the organization is happy with what is received from Elastic Search.
The learning curve with Elastic Search was very easy. With a strong background in Java and software engineering, and having a great tutor in the organization who showed how to perform ingestion pipelines with Grok and how to use the development environment within the stack, the process was manageable. While it might be difficult for middle-level and junior developers, having someone experienced in the organization makes it manageable to share knowledge.
Elastic Search mostly requires maintenance during upgrades. While it is running in standard mode, there have been no major incidents from memory, so it has quite low maintenance requirements.
There are no official partnerships with Elastic Search; the organization is just a user utilizing the open-source license. Overall, this review has been given a rating of 9.
