Try our new research platform with insights from 80,000+ expert users

Elastic Search Primary Use Case

Anurag Pal - PeerSpot reviewer
Anurag Pal
Technical Lead at a consultancy with 10,001+ employees

I am using Elastic Search not only for search purposes but for rendering on maps as well.

I have not searched any vectors so far, so I cannot provide you with the exact output of that.

I was not using vectors in Elastic Search because I was using a vector database. As I mentioned, I use other databases for that. I have not explored it because when it comes to the data, Elastic Search will become expensive. In that case, what I suggest to my clients is to go with PostgreSQL, a vector database, or any other vector database. They are a startup, which is the problem.

We are using streams.

View full review »
Vaibhav Shukla - PeerSpot reviewer
Vaibhav Shukla
Senior Software Engineer at Agoda

My use case has evolved over time with Elastic Search. Initially, we started with it as a searching solution. Before Elastic Search, our primary source of truth was SQL databases, the traditional RDBMS. We thought about taking the data from the traditional RDBMS because they were not able to cater to the scale that we wanted to achieve, so we migrated the data from MySQL, keeping it as the primary source of truth, but for the searching mechanism and wildcard searches, we migrated to Elastic Search.

My experience with the relevancy of search results in Elastic Search includes both traditional keywords and full-text search. In the supply chain industry, with millions of orders and customers such as CMA CGM, Maersk, or Kuehne+Nagel, filtering out those orders was essential, using a shipment number, transportation order number, or an origin or destination number. In the gaming industry at FDJ United, full-text searches make more sense to understand gaming intent. For example, when a user searches for 'I really want to play action games', we break down that full-text query, use custom text analyzers, and derive the intent behind the user's query in combination with a vector database alongside Elastic Search.

My assessment of the effectiveness of hybrid search, combining vector and text searches, shows that Elastic Search is remarkable for text-based searches. I have explored other solutions, but none can beat Elastic Search in that area. When I combine hybrid searches with vector databases, they store the mathematical representation of the data. For instance, to find the top 10 closest proximity based on a query, the vector database uses cosine similarity on the available data and suggests the top 10 results while Elastic Search can keep the metadata, enabling quick access to the entire database based on derived intent.

I have utilized trusted GenAI experiences related to semantic search and text-based search in my current project using Elastic Search. My go-to solution for text-based searches will always be Elastic Search, but for semantic search, I am trying to build a solution that emphasizes system-level understanding agents. For example, if a new engineer queries the agent for a system explanation, it scans all the relevant data and provides a comprehensive analysis of the service, contextualizing inputs to reduce hallucination, controlled temperatures for the LLM model, and reducing nucleus sampling. As for knowledge preservation, I use a vector database to store significant outputs generated by the LLM, depending on user preferences regarding the gravity of the analyses performed.

View full review »
MichaelSmith9 - PeerSpot reviewer
MichaelSmith9
CTO at a tech services company with 1-10 employees

We utilize Elastic Search to bring a bunch of data sources together into a large search corpus, which is used to power our core research platform.

We don't generally do a lot of full-text search with Elastic Search. We do a lot of keyword-based searching and a lot of faceted search, and it works really well. We've also had to build custom relevance algorithms based on data that's being stored in the search index. This is more about the algorithm being less about text matching and more about feature matching and relevance on a number of different scales. It's generally worked out really well.

View full review »
Buyer's Guide
Elastic Search
March 2026
Learn what your peers think about Elastic Search. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,266 professionals have used our research since 2012.
Muhammad Mustafa Amin Shah - PeerSpot reviewer
Muhammad Mustafa Amin Shah
Lead Engineer at Spidersilk

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.

View full review »
Igor Khokhriakov - PeerSpot reviewer
Igor Khokhriakov
Principal Scientific Computing Software Engineer at a educational organization with 1,001-5,000 employees

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.

View full review »
Chandrakant Bharadwaj - PeerSpot reviewer
Chandrakant Bharadwaj
Head of Data Management at Zeno Health

The main use cases for Elastic Search are index building and retrieving information using Elastic Search vector, vector search, and related functionalities. Search is the primary use case.

View full review »
James-Young - PeerSpot reviewer
James-Young
Principal Product Manager at a consultancy with 11-50 employees

I have completed two different Elastic Search implementations, and in both cases, the goal was to speed up very slow Postgres databases. As a platform PM, I am typically responsible for user management and company management. These areas are quite heavy depending on how many users, customers, or companies exist. Before Elastic Search, when we relied solely on Postgres, there were significant delays to user list pages and company list pages. In the other company, there was a lot of data displayed for particular list pages for admins. We combined Postgres with Elastic Search to speed this up, and it certainly does speed it up. We have used it throughout my current job and previous job.

View full review »
Louis McCoy - PeerSpot reviewer
Louis McCoy
Director, Software Engineering at a tech vendor with 10,001+ employees

Our main use case for Elastic Search is primarily for application search and document discovery.

We built an application with APIs that make documents available for search to the enterprise and we store the documents as well. A typical flow would be when an upstream application delivers a document to us, and then a different application or different user looking for some documents comes to our application, enters the metadata for that document, which we use to search in Elastic Search to retrieve the document and then deliver that document to the end user.

View full review »
Dilip Kumar Bondugula - PeerSpot reviewer
Dilip Kumar Bondugula
Senior System Engineer at EPAM Systems

Our use case is mainly for monitoring purposes, as we are getting the logs from our Linux machines where the applications are installed. Then we are forwarding these logs from the Linux servers to Elastic Search.

For now, we are logging the logs into the dashboard, and whenever a user wants to search on the logs, we use the platform directly on Elastic Search. I don't think we use full keywords; we directly use the user interface in the Elastic Search dashboard. Mainly, I think that should be sufficient for our users.

We don't use elastic streams for log ingestion or for structuring raw logs without agents.

We use the attack discovery feature to create alerts.

View full review »
Niketanq Jadhav - PeerSpot reviewer
Niketanq Jadhav
Chief Information Security Officer at CDSL Ventures Limited
I have implemented Elastic Search in my organization. My experience has been really good with Elastic Search regarding the dashboards and alerts. They have integrated AI/ML capabilities in it. The Attack Discovery feature helps to dig into incidents from where they occurred to determine how the incident originated and its source. It gives an entire path of attack propagation, showing when it started, what happened, and all events that took place to connect the entire cyber incident.

Another feature is image vector analysis, which can authenticate images to prevent impersonation frauds in the ecosystem. This is a major use case in personal information and identifiable information portfolio.

I'm using Elastic Search as an observability tool and a SIEM tool. The indexing, searching, fast indexing, alert mechanisms, and BCDR compatibility are pretty smooth with Elastic Search.

On the resourcing part, I have cut off a good amount. While I don't have a concrete percentage to mention precisely, it has reduced resources to some extent.

View full review »
MichaelMartin1 - PeerSpot reviewer
MichaelMartin1
Senior Dev Ops Engineer at Plugin

I work in a gaming company where we handle a lot of microservices, observability, monitoring, and metrics. We aggregate all our logs to Elastic Search for troubleshooting across different environments including production, staging, and dev. We use Elastic Search to give us insights and to conduct a lot of troubleshooting.

We decided to go with Elastic Search because of the ability to aggregate everything into one portal where we have access to our entire infrastructure and the correlation about observability and traces. I have used competitors, but we are not using them in the production environment; perhaps on lower environments, but for production, we use Elastic Search.

View full review »
reviewer2793993 - PeerSpot reviewer
reviewer2793993
Product Owner Monitoring, Observability & Metrology at a retailer with 1,001-5,000 employees

I use Elastic Search, and from time to time I use it, but most of the time I am a system administrator. I deployed it more than using it. At the beginning, I was a system administrator, responsible for the deployment and maintenance of Elastic Search clusters. For a few years now, I have started to use it more because the end users are rookie users. They need a lot of help to be able to use Elastic Search effectively. I started to be a user approximately five years ago.

Today, at least, we provide a global, unique Elastic Search cluster for the whole company, and all teams store their logs inside, their traces, and their APM traces. Teams use Kibana to display information. We also use Prometheus exporters to collect metrics from the logs. We execute some query DSL over Elastic Search to collect metrics, which will be injected in a time series database like Prometheus. This is the main usage. We store metrics, logs, and APM traces.

View full review »
EG
Elie Ghattas
Security Lead at a tech vendor with 501-1,000 employees

My main use case is for security, specifically for the SIEM aspect, as I work as a cybersecurity engineer.

We specifically use this system for security-related topics. We have a dedicated environment for Large Language Models (LLMs). We have connected our LLM, but our primary focus remains on security. When we encounter any incidents or need to gather information about connected IPs, we rely on established rules and alerts. We utilize the chat functionality of this LLM to generate queries in Kibana language.

View full review »
SherifHassan Magdy - PeerSpot reviewer
SherifHassan Magdy
Digital Integration & Product Development Manager at Beltone Holding

Elastic Search is used as an observability tool and logging analyzer for solutions that already exist in the company, mainly in FinTech products and financial products.

View full review »
FK
FaisalKhan5
SOC A2 at Innodata-ISOGEN
I have used the Wazuh SIEM tool, an open-source SIEM tool that uses Elasticsearch for indexing. In this SIEM tool, we have a large amount of logs. Data are converted into alerts, then they are stored in our environment for monitoring and security purposes. For storing that data in Wazuh, we use Elasticsearch indexing. View full review »
reviewer2760096 - PeerSpot reviewer
reviewer2760096
Software Developer at a media company with 10,001+ employees

We use Elastic Search for search purposes and things related to semantic search.

It is not being used for the moment regarding my main use case for Elastic Search.

View full review »
reviewer1654356 - PeerSpot reviewer
reviewer1654356
Chief Consultant at a government with 1,001-5,000 employees

My usual use cases for Elastic Search are that we are using APM, Application Performance Monitoring. We are using Real User Monitoring, as a RUM. We mostly are using it for application performance monitoring and troubleshooting in that regard. I think that's the main thing we're using Elastic Search observability for right now. We are considering expanding it also to have some Metric Beats and some other features. When we have more data, we will probably start to try to activate AI within Elastic Search. That's a possibility. The Elastic Search platform that we are using is an on-prem installation. It's not a cloud solution we have. This is because of the criticality and confidentiality of the data we have in Elastic Search.

View full review »
Victor Zalevskij - PeerSpot reviewer
Victor Zalevskij
Developer at GiftHorse

I use Elastic Search for fast search of products in our database. With Elastic Search, we use full-text search with keywords and different rules from the Elastic Search documentation. I do not have cases when a search request is four sentences long. I typically use three, four, or five words for searches.

View full review »
TK
Tahir-Khan
Senior Software Engineer 3 at a comms service provider with 5,001-10,000 employees

Elastic Search use cases for us involve maintaining a huge amount of data per day, around millions of transactions for each record. We are maintaining all this data with Elastic, and Elastic is doing a fantastic job by doing the indexing. The algorithm is very good, enabling us to process the data very fast.

We are conducting searches with Elastic Search because the data volume is too high. With a couple of indexing configurations, we are able to achieve our goal.

View full review »
reviewer2702670 - PeerSpot reviewer
reviewer2702670
Backend Developer
Our primary use case was primarily for data storage and quick searching. We focused on getting objects from the database and filtering them efficiently. This involved getting and searching through objects. View full review »
HB
Himanshu Bhati
Senior Devops Engineer at Ubique Digital LTD
I have been using it for a year. The main use cases involved implementing search functionality. View full review »
NM
Naresh Modhwadia
Software Engineer at Government of India

We are using Elastic Search for free text search. We scan cache files and convert them into OCR. This allows our end users to search for any judgment given in the 1980s or 1990s based on their criteria. 

View full review »
AR
Abdul Rahaman Abdul Rahim Lee
BI and Analytics Engineer at Sandvine Inc

I use the solution to store historical data and logs to find anomalies within the logs. That is about it. I don't create dashboards from it.

View full review »
Anand_Kumar - PeerSpot reviewer
Anand_Kumar
Enterprise Architect at DXC Technology

It is basically for the banking and non-banking sectors. We use it for the APM perspective and application performance monitoring, but not in a holistic way; it is just layer seven, layer five, and six that are there.

View full review »
Saurav Kumar - PeerSpot reviewer
Saurav Kumar
Senior security architecture at National Payment Corporation Of India

I can describe a project where we use Elasticsearch, Logstash, and Kibana (ELK stack) for our archiving objectives. I work in the security department of a Fintech company in the payment industry. We use the ELK stack to connect our internal systems with the bank's systems and we used Beats for data collection. We then store and forward this data to Elasticsearch for indexing and analysis, visualize and create alerts using Kibana based on categorized access logs, identifying and blocking malicious traffic or payloads.

View full review »
reviewer2738154 - PeerSpot reviewer
reviewer2738154
Sr. Consultant at a computer software company with 51-200 employees

At Shopee, I worked with numerous database schemas to find out which table columns belonged to which schema. We utilized Elastic Search to manage metadata for millions of tables, allowing us to search efficiently. Besides that, we used Logstash to put all the log files in Elastic Search for easy searchability.

View full review »
PC
PH Chiu
Consultant at a tech services company with 51-200 employees

The main use case for Elastic Search is mainly for log management.

View full review »
Türker Kara - PeerSpot reviewer
Türker Kara
Application & Software Architect at Turkiye Finans Participation Bank

We have a distributed login environment. We have logs in databases and some in files. We use the solution to centralize everything. It's good for monitoring. 

View full review »
Yu-Lin Lee - PeerSpot reviewer
Yu-Lin Lee
Sr. Threat Researcher at Trend Micro

The primary use case for Elasticsearch is to serve as a non-SQL database platform to replace traditional SQL processes. It is used in situations where unstructured data needs to be studied and searched.

View full review »
AG
André Luiz Girol
Engineering Manager at MaisTODOS

We use the solution to monitor our website and APIs request and response cycle, also for log aggregation. We also used it for APM and searching for slow and database queries. 

View full review »
Atif Tariq - PeerSpot reviewer
Atif Tariq
Cloud and Big Data Engineer | Developer at Huawei

For me, the primary use case of Elasticsearch is log analysis, as it is a text-based search tool. To explain how it works, let's consider its role at the backend. Elasticsearch operates on keywords used to fetch data. This is in contrast to some databases, where operations might be based on a key order or a primary key, allowing for various maintenance and analysis tasks.

Many people use Elasticsearch to store their application logs in JSON format. These logs are indexed, facilitating efficient search and analysis. Additionally, Elasticsearch integrates well with tools like Grafana and Kibana, enabling users to create diverse dashboards for data visualization.

There's also the text-based search scenario. For instance, if a user wants to search for something using a specific keyword, Elasticsearch excels in this area by creating multiple indices. 

Elasticsearch is a versatile tool that can store and retrieve information effectively, making it suitable for various applications across different industries.

View full review »
Dave Ezrakhovich - PeerSpot reviewer
Dave Ezrakhovich
Site Reliability Engineering at WiseTech Global

We use it for locating and retrieving documents, particularly in scenarios where the data lacks a predefined structure. These documents may encompass various types of information, such as logs or other records.

View full review »
Oleksii Pavlyk - PeerSpot reviewer
Oleksii Pavlyk
Head of security of digital systems, electronic databases and networks at Ukreximbank

We save credentials, new account information, logs from Palantir Panorama, Firefox logs, traffic logs, GlobalProtect logs from our servers, and Active Directory new users. We're still improving this, but not very fast.

View full review »
Walter Renzo Muñoz Arellano - PeerSpot reviewer
Walter Renzo Muñoz Arellano
Solution Archietect at Simi.OS

We use Elastic Enterprise Search to develop robust and competitive projects. 

View full review »
Shashi Vardhan Andem - PeerSpot reviewer
Shashi Vardhan Andem
Senior Product Manager at a tech services company with 501-1,000 employees

It's a cloud-based service. At that time, we were using AWS, so we could get the same Elasticsearch capabilities from AWS. It was mostly a PaaS service that we could access. We had the Elasticsearch specific server and database hosted on an AWS instance, and then we fed the data to it and tried to fine-tune the algorithm to give the necessary search intelligence that we needed.

We're not using the latest version. We're using a version that was released one year ago.

The whole organization has about half a million users, but at any point of time, a hundred users might be using it.

View full review »
PO
PHILIP OLANIYAN
Relationship Manager at Snapnet Ltd
Elastic has a lot of products. The one I'm most familiar with is Elastic Observability. It's designed to monitor our applications within an organization. It gives managers visibility into the activity and functionality of applications within the network. I've worked with it both on-premises and in the cloud. It helps us monitor applications and identify any issues. For example, we can see if an application is calling on a database if there are any delays or errors, and what might be causing those problems. It can also give us a proper view of the number of transactions done on the database and other information. It's not just pulling data for us; it's giving us real-time insights into the activities and functionalities of our applications within our network environment. View full review »
Anshuman Kishore - PeerSpot reviewer
Anshuman Kishore
Director Product Development at Mycom Osi

We are using the solution for our products. We are keeping some DBs where we are doing pattern searches. On the application side, we are keeping those in Elastic and a huge amount of data for our different product lines.

View full review »
Rodolfo Marques - PeerSpot reviewer
Rodolfo Marques
System Architect at Banco do Brasil S.A.

We use the solution mainly for logs today. There are other teams that use it for other use cases. We just use it for logging and logging search and these kinds of things.

View full review »
reviewer1998342 - PeerSpot reviewer
reviewer1998342
Senior Associate at a consultancy with 10,001+ employees

Our company uses the solution for centralized logging and monitoring. We have slowly moved our Stackdriver to the solution as a cost-cutting measure. 

We have more than 100 technicians using the solution. 

View full review »
Enrique Peragallo - PeerSpot reviewer
Enrique Peragallo
General Manager at Andes Tecnología y Consultoría Ltda.

Elastic Enterprise Search is the repository for time series and data from the onsite instrument that monitors variables in our mining infrastructure called tailing dams. We monitor the tailing dams' physical stability and take the information from the sales force and manual data introduced by the operators. The system captures the information in the Elastic Enterprise Searchtime series, and we make calculations and trigger events and alerts based on those calculations. We save them as well as the events and alert times.

View full review »
reviewer1925475 - PeerSpot reviewer
reviewer1925475
Executive VP Operation Aqua + South East Asia at a manufacturing company with 10,001+ employees

We are using Elastic Enterprise Search for monitoring and alerting. It will look for any kind of possible error that is on the infrastructure side and give notifications.

View full review »
TM
Thabiso Mofokeng
IBM MQ Specialist / Administrator at a financial services firm with 10,001+ employees

I am using Elastic Enterprise Search for the visualization of logs.

View full review »
reviewer2538867 - PeerSpot reviewer
reviewer2538867
Information Security Engineer at a financial services firm with 11-50 employees

I am an end user, and we use Elasticsearch for our logs. Specifically, we use it for security logs for our enterprise, including machines, networks, and endpoints, as part of our IT infrastructure.

View full review »
reviewer2345013 - PeerSpot reviewer
reviewer2345013
Domain Specialist Team Leader at a retailer with 1,001-5,000 employees

The solution is a dashboarding tool that's useful for DevOps engineers for monitoring. The solution is like a log database. You can ingest into it anything you want and then find the value of the things you ingest. The solution can also be used to make reports.

View full review »
Markos Sellis - PeerSpot reviewer
Markos Sellis
Architect at a tech vendor with 10,001+ employees

We use the solution for log gathering, analyzing, and dashboard creation (with Kibana).

For example, several clients require the ability to store and search logs freely without the constrictions that would be in place if a traditional database was used. 

Elasticsearch is perfect for these use cases since it is a non-SQL database with advanced querying capabilities based on the Lucene search engine. 

There is excellent support and a large community that answers possible questions online in detail and very quickly. I was amazed at the help I got several times.

View full review »
Aria Amini - PeerSpot reviewer
Aria Amini
Data Engineer at Behsazan Mellat

The primary use case of this solution is to search large amounts of data across multiple systems.

View full review »
Oscar Narvaez - PeerSpot reviewer
Oscar Narvaez
COE Head at a tech services company with 1,001-5,000 employees

All my use cases have been based more on observability for IT operations. We deal with it in terms of metrics, logs, transactions, traces, and so on. 

In terms of enterprise, most of the use cases are based on search capacity within the company to find documents and relevant information. That is the main use case.

View full review »
FF
Franco Fontana
Business Intelligence at UTE

We are mainly using it for analytics reports for the data taken from our call center. We are using the entire stack. We are using Kibana and Elasticsearch. Kibana is the front end for dashboards, reports, etc.  

View full review »
UW
Uwe Wächter
Senior Consultant at a tech services company with 10,001+ employees

Our main use case is to centralize all the logs from the infrastructure environment and the data center.

View full review »
reviewer1590165 - PeerSpot reviewer
reviewer1590165
Senior DevOps Engineer at a financial services firm with 10,001+ employees

While the solution is slated for making logging positions more centralized, at present we are gearing through it. A fully-fledged deployment of alignments is not yet in place.

We have adjusted the logs into the spec for a couple of our applications.

View full review »
AI
Ayesha Imtiaz
Senior Analyst at a tech services company with 10,001+ employees

We are primarily using it for monitoring. It is used for server monitoring.

View full review »
ME
Murat ERAYDIN
Owner and CEO at Karmasis

We are developing a SIEM application that is similar to QRadar, ArcSight, or Splunk. This application uses Elasticsearch as its search engine because we want to retrieve information fast. We are just using the basic search engine part of Elasticsearch. We have developed lots of things on top of Elasticsearch, such as security, correlation, reporting, etc.

View full review »
KB
Kiran BM
Chief Data Scientist at Everlytics Data Science Pte Ltd

I'm involved in architecting and implementing Elasticsearch-based solutions, catering to various use cases including IIoT, cybersecurity, IT Ops, and general logging and monitoring.

The intention of this article is not to compare AWS Elasticsearch with Elastic ELK Elasticsearch and at the end declare the winner. Elasticsearch by itself is one of the coolest and versatile Big Data stacks out there. If you are planning to use it in your organization or trying to evaluate if it is the right stack for your product/ solution, this article offers some insights from an architect's perspective.

View full review »
reviewer2540184 - PeerSpot reviewer
reviewer2540184
Founder at a tech services company with 11-50 employees

We use Elasticsearch as an alternative to Splunk. It is basically for log monitoring.

View full review »
reviewer2124444 - PeerSpot reviewer
reviewer2124444
Solutions Architect at a recruiting/HR firm with 1-10 employees

We use the product for log analytics and metrics features. 

View full review »
NhuNguyen - PeerSpot reviewer
NhuNguyen
Solution Integration Architect at a insurance company with 51-200 employees

We use the solution for search engines and indexing. 

View full review »
reviewer2305767 - PeerSpot reviewer
reviewer2305767
CISO at a financial services firm with 501-1,000 employees

Elastic Search is added advantage for us because we normally use it for our uptime monitoring and our log analysis. When we merge it with Splunk, it helps us correlate and do security monitoring. 

Elastic Enterprise Search comes embedded within a solution that we have developed for our clients. It's a payment solution. We've recently shipped it with Elastic Enterprise Search embedded. All the logs and all the internal communications get captured by Elastic Enterprise Search. It makes it easy for the IT teams who are doing uptime monitoring and troubleshooting to have a look at it. We have the security teams develop their own monitoring metrics and logs, if they wish, based on their deployment. 

The beauty of Elastic Enterprise Search is if they also have their own third-party tools, there's the ability to integrate and read off Elastic Enterprise Search and have any third-party tool process the logs as well. It is highly extensible.

View full review »
reviewer1629525 - PeerSpot reviewer
reviewer1629525
IT Secuirty Architect at a insurance company with 10,001+ employees

We are internal integrators. We are in the bigger group as of now, but other groups, our clients, are affiliates from our group. They are our internal clients. 

The solution is currently on-premises.

I was mostly responsible for the SOC team, and I helped them create the detection rules for the production. I wanted to know how it could be implemented in different kinds of products, like Sentinel.

View full review »
reviewer1636542 - PeerSpot reviewer
reviewer1636542
Associate - Projects at a computer software company with 10,001+ employees

We are using ELK Elasticsearch in a database. We use both Logstash and Kibana. Kibana is used for monitoring where the data is coming from.

View full review »
Sudeera Mudugamuwa - PeerSpot reviewer
Sudeera Mudugamuwa
Co-Founder at a tech vendor with 51-200 employees

We use ELK Elasticsearch for storing application data logs.

View full review »
it_user1510395 - PeerSpot reviewer
it_user1510395
Technical Manager at a computer software company with 51-200 employees

Elasticsearch is one of the NoSQL databases available. My application is a microservices application where the data gets published on a Kafka cube. It allows us to connect to Kafka and get this data in a document format very easily. I'm using Elasticsearch as my backend processing database, where I'm building and reporting using Kibana.

View full review »
NA
NaveedAhmed
General Manager at BroadBITS

We use this solution for log management. We collect many logs from Windows systems to later analyze them for security checks and audit purposes.

View full review »
it_user1415322 - PeerSpot reviewer
it_user1415322
Senior Consultant at sectecs

I am using it to get some hands-on experience and learn the product by searching, building use cases, test cases, dashboards, and visualizations.

With hands-on experience, you learn more about the product and how it works.

View full review »
KM
Kumar Mahadevan
IT Infrastructure Analyst at AG Group

I am using this product for a SIM solution.

View full review »
HT
HimanshuTejwani
System Administrator and DevOps Engineer at a tech services company with 10,001+ employees

Our primary use case of this solution is for monitoring our logs and infrastructure. We are customers of ELK and I'm a system administrator. 

View full review »
KR
Kiran Raparti
Head of Technology Operations at a financial services firm with 11-50 employees

I run the function to review the usage for the team and for the organization itself.

We use this product internally and then some of our business relationships with the other businesses that we have, they get their data from our data. It's more for collaborative data reporting that we have with them.

View full review »
reviewer1429179 - PeerSpot reviewer
reviewer1429179
Associate Software Engineer at a tech services company with 51-200 employees

My organization works in the healthcare industry and we use this product as our database.

When we have questions about our data then we use Elasticsearch to make queries.

View full review »
FZ
Fares Zgheib
Lead Software Architect at a tech services company with 51-200 employees

The primary use case of this solution is for text indexing and aggregating logs from different microservices.

View full review »
ED
Erik De Decker
Owner & director at Pulsar ICT

We try to detect malicious files by the logs. The logs are all centralized including all our PCs, our callers, our servers, Linux, windows, Polaris names. We scan everything. Then we have pre-defined specific use cases that allow us to identify if there is an attack on the machine or indirectly by the endpoint. On top of that, we can check with users as we're not directly dealing with the configuration, so we can follow up on the alerts we receive. On top of that, we have the systems in place that allow us to detect if certain inexcusable items are on the system, such as malicious files. We can do this because we also retrieve the log files of the identifiers.

View full review »
DE
DAVIDEVANS
Cyber Security Professional at Defensive Cyber Security Center Germany

In terms of use case, we combine a lot of things with Elastic. It's two platforms, so with Elasticsearch, we're using the Beats, Kibana, and Suricata. It's a query engine and we use the information from our sensors. It gets ingested into that and we use the resources to get everything put on our dashboards. If something is detected, alerts come up right away and it's very, very accurate. The more ingest it receives, the better we can respond to threats. It's not just Elastic or Logstash, it's a combination of those and other tools that we would apply towards our threat detection and prevention. We have a partnership with ELK.

View full review »
reviewer796698 - PeerSpot reviewer
reviewer796698
Manager at a tech services company with 11-50 employees

What we use this ELK (Elasticsearch, Logstash, and Kibana) solution is mostly for keeping firewall logs and collecting traffic flow information.

View full review »
it_user844839 - PeerSpot reviewer
it_user844839
Data Scientist at a tech vendor with 51-200 employees

I'm a data scientist and we're a customer of ELK. We use the solution for multiple projects, mainly based around customer analytics.

View full review »
BT
Bogdan Tsegelnik
Engineer at IT Specialist LLC

I use Elasticsearch with Logstash and Kibana.

View full review »
it_user1031103 - PeerSpot reviewer
it_user1031103
Murex Consultant at a tech services company

We use this solution to collect log data and analyze it. We have an on-premises deployment.

View full review »
AP
Alfredo Pérsico Gutiérrez
Works at Sincrobox SAC

Our primary use case for this solution is to operate an integration platform for a warehouse management system.

View full review »
it_user963378 - PeerSpot reviewer
it_user963378
System Analyst at S7

In my project, Elasticsearch is used to query terms for search and to provide data boards for our project team.

View full review »
it_user807603 - PeerSpot reviewer
it_user807603
DevOps/System Administrator at a consultancy with 1,001-5,000 employees

Various purposes, mainly log analysis.

View full review »
SK
Selvam Krishnan
Technology Delivery Lead - Enterprise Monitoring at a financial services firm with 10,001+ employees

We use ELK primarily for enterprise monitoring and analytics through log ingestion. The data collected in Elasticsearch will be used for near real-time monitoring, analytics, and machine learning.

View full review »
Sudeera Mudugamuwa - PeerSpot reviewer
Sudeera Mudugamuwa
Co-Founder at a tech vendor with 51-200 employees

We use the product for log management. 

View full review »
Buyer's Guide
Elastic Search
March 2026
Learn what your peers think about Elastic Search. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,266 professionals have used our research since 2012.