Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

15 AWS reviews

External reviews

34 reviews
from

External reviews are not included in the AWS star rating for the product.


    Ramani Happy

Centralized pipelines have reduced daily log volume and improve routing for observability data

  • March 11, 2026
  • Review provided by PeerSpot

What is our primary use case?

I have Splunk with approximately 10 TB daily ingestion, so I route that data to Cribl. I optimize the data and then index it into Splunk, reducing storage by about 30 to 40 percent. For example, 10 TB daily ingestion becomes 5 TB ingestion after optimization.

In another scenario, I have approximately 10 TB daily ingestion in Splunk, route the data into Cribl, optimize the data, and it becomes 6 TB or 6.5 TB daily ingestion.

I route firewall logs, event logs such as Windows logs, metrics logs, and EDR logs.

What is most valuable?

The feature I appreciate the most is the connection between Splunk and Cribl, which is very useful for routing data. The pipeline and filtering logs are very helpful.

Cribl has a central management system that controls all data pipelines and configuration. Cribl works centrally by using the main Cribl instance, managing the configuration, pipelines, and routing rules for all worker nodes. The leader node acts as a central node, managing the pipelines, route packs, and configuration, distributing them to the worker nodes. The worker nodes process actual logs and send the processed logs to the destination, such as Splunk, S3, or other SIM tools.

Cribl Edge processes the data at the edge before sending it to a central system, reducing unnecessary data volume so we can drop some data, improve performance, and reduce network usage at the edge. It helps with security and observability.

Cribl Edge is a very lightweight agent for data collection and processing. It runs on the endpoints or the server and helps collect logs and metrics directly from the source and process them before sending them to a platform such as Cribl Stream, Splunk, or any other destination.

Cribl Edge has made it easier and faster to maintain endpoint telemetry collection.

What needs improvement?

Initially, it takes time to understand the pipelines and the functions, and sometimes troubleshooting certain requirements, checking multiple pipeline states, and more built-in examples for real-world use cases would help beginners learn how to work with Cribl. For a beginner, learning how it works and how to build the pipeline and the functions presents some challenges.

I think data cost is acceptable, but the main concern is availability. Sometimes Cribl is down, so we may miss some logs, and that is an issue. Availability for Cribl is needed.

We typically do not have issues with the logs, but sometimes Cribl is down, causing us to miss some of the logs, which creates a significant issue for Splunk. Customers have issues with logs when Cribl is down, leading to missed logs and triggering Splunk alerts repeatedly due to data loss, creating multiple incidents. We need availability for Cribl most of the time. If availability is acceptable, then we do not have any issues with Cribl.

Sometimes we have downtime with Cribl, which is the only issue. Otherwise, we do not have any other issues. When there is downtime, we cannot get the logs into Splunk. Based on those logs, we get alerts that keep triggering repeatedly, creating multiple incidents and sending emails to our customers, which are very problematic during downtime.

At this time, we are working in Cribl because we do not want to use the Edge Processor due to its complexity, requiring us to manually write all the functions and multiple lines of code for data reduction and dropping. Cribl has some built-in functions and a very good UI that helps significantly. It is better than the Edge Processor since we have to write the full pipeline from scratch in the Edge Processor, which can be difficult. We also cannot capture sample logs in the Edge Processor, but in Cribl, we can capture the logs.

For how long have I used the solution?

I have been working with Cribl for approximately one and a half years.

What do I think about the stability of the solution?

Sometimes Cribl is down, so we may miss some logs, and that is an issue.

Sometimes we have downtime with Cribl, which is the only issue. Otherwise, we do not have any other issues. When there is downtime, we cannot get the logs into Splunk. Based on those logs, we get alerts that keep triggering repeatedly, creating multiple incidents and sending emails to our customers, which is very problematic during downtime.

What do I think about the scalability of the solution?

We can easily scale up and manage multiple nodes, which is not a significant task and is quite easy. Scaling the Splunk agent is difficult compared to Cribl, and in the Edge Processor, managing multiple nodes is very challenging. Cribl is a better solution for scalability.

How are customer service and support?

I did not contact technical support because we have senior staff in the company who help us understand how it works and everything else. They have significant experience with Cribl, so we can learn from them and apply the changes to the pipelines.

How would you rate customer service and support?

Negative

How was the initial setup?

In the initial setup, for beginners, I would say it is moderate, not too easy and not too hard. For experienced people, it is very easy.

One person is enough to deploy Cribl if you do not have a very large environment. Otherwise, we need different types of people for a very large-scale environment.

What other advice do I have?

I have approximately four to five years of experience in Splunk, and currently, I have approximately one and a half years with Cribl. I am using Cribl.

Cribl Edge is a very lightweight agent for data collection and processing. It runs on the endpoints or the server and helps collect logs and metrics directly from the source and process them before sending them to a platform such as Cribl Stream, Splunk, or any other destination.

I am not aware of the Search-in-Place feature, and I have to test that feature before I can provide feedback on it. At this time, I do not have any information about that feature. I can investigate it.

There are no requirements for maintenance.

Your pricing is lower than the Edge Processor or the Ingest Processor. We mostly need availability for Cribl at all times. If our customers get availability, then we do not have any issues with the cost. However, if we do not get availability, that is when we have an issue with Cribl.

I rate this review a nine out of ten.


    reviewer2807010

Data pipelines have reduced noise and now send controlled, optimized logs to security tools

  • March 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

Cribl's main use case in our company is log routing and data optimization before sending it into our SIEM platform. In our environment, we collect logs from multiple sources like endpoints, applications, and infrastructure, and Cribl helps us process the data in the pipeline before it reaches the SIEM. We can filter unnecessary logs, transform fields when needed, drop unnecessary fields, and add necessary fields from eval functions through pipelines, then route the data to different destinations depending on the use.

In our environment, for log routing and data optimization in our pipeline using Cribl, we were receiving firewall data from different parts of the country. The issue was related to time zone differences. We had to convert the time zone of all the firewall logs into GMT format. We used Cribl's pipeline to convert all the firewall logs, which were in different time zones, to GMT time zone, and then routed it to our main SIEM platform.

What is most valuable?

The best features Cribl offers include the ability to see the data flow right away when the data is flowing. Capturing live data was a very good feature. We get pretty much different functions to transform data in the pipeline. Another feature we really like is the pipeline-based processing, where we can easily create rules for parsing, masking, or modifying log fields.

Seeing the live data flow with Cribl has definitely been helpful. It makes it much easier to see how logs are moving through the pipeline in real-time and understand where transformations or routing are happening, or where the data is breaking, or where the error is coming from—whether it is from the source only or breaking at the pipeline. There was a situation where we were not seeing certain logs reaching our SIEM platform, even though the source system was generating them. Using the live data preview in Cribl, we were able to trace the logs through the pipeline and quickly identify that a filtering rule was unintentionally dropping some events. Because of that visibility, we could adjust the pipeline rule immediately and verify the fix in real-time. Instead of spending a lot of time troubleshooting across multiple systems, the transparency in the data pipeline really speeds up debugging and operational monitoring for us.

Cribl has had a positive impact on our organization mainly in terms of better control over our log data and improved efficiency in our log management pipeline. Before using a tool like Cribl, a lot of raw logs would directly go into SIEM, which could create noise and increase ingestion volume. With Cribl, we are able to filter unnecessary events, transform logs, and route data more intelligently before it reaches the SIEM. This helps ensure that the security team is working with more relevant and structured data, which improves analysis and detection workflow.

What needs improvement?

Cribl is a very capable platform, but one area where it could improve is the learning curve for new users. Since it offers a lot of flexibility in building pipelines and transformation, it can take some time for beginners to fully understand how to design efficient pipelines. Another platform we have used provides a workflow-like UI so you can directly configure the source, the pipeline, and the destination, which we think Cribl is lacking here. We know there is a Quick Connect option also, but it is not that much efficient in our perspective. Another improvement could be building more built-in templates or pre-configured pipelines for common log sources. That could help the team get faster, especially when integrating new data sources. Also, while the platform provides good visibility into data flow and enhanced troubleshooting and monitoring, insights for pipeline performance could make debugging even easier in larger environments.

One thing that Cribl could improve is the workflow creation of source, pipeline, and the destination, which we still feel is lacking in Cribl.

What do I think about the stability of the solution?

Cribl is generally a stable platform, especially when it's properly deployed and monitored. It is designed to handle large volumes of telemetry data like logs and metrics, and many organizations run it as a central data pipeline without major downtime issues.

What do I think about the scalability of the solution?

Cribl is quite scalable, especially for environments that handle large volumes of logs and telemetry data. The architecture allows you to scale both vertically and horizontally, depending on the workload. For example, you can scale up by adding more CPUs and memory to a single instance or scale out by adding more worker nodes to distribute the processing load across multiple systems. This distributed worker architecture helps handle increasing data volumes and more complex pipelines without significantly affecting performance. Another advantage is that the load can be balanced across worker nodes, which allows the platform to process very large streams of data efficiently and maintain high throughput. Cribl scales very well for enterprise environments where log volumes keep growing and multiple data sources need to be processed simultaneously.

How are customer service and support?

Cribl's customer support has been quite good whenever teams run into issues or need guidance with pipeline configuration or deployments. The support team is generally responsive and knowledgeable. Based on what we have seen and heard from other users as well, support tickets are usually handled quickly, and the team tends to understand technical problems well, which helps resolve issues efficiently.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

Before using Cribl, most of the log processing was handled directly within the SIEM platform itself, mainly using native parsing and filtering capabilities in tools such as Splunk. While that works, it means the raw logs first get ingested into the SIEM, and then you handle the transformation or filtering afterward. The reason for moving toward Cribl was mainly to introduce a dedicated data pipeline layer before the SIEM.

Before adopting Cribl, we did evaluate a few other approaches. Some of the evaluation was around using native capabilities within SIEM platforms like Splunk, as well as open-source log processing tools like Logstash for handling data pipelines. Those options can work for log collection and processing, but Cribl stood out because it provides a dedicated platform specifically designed for observability and security data pipelines. It offers more flexibility, routing, filtering, and transforming logs without heavily relying on the SIEM itself. That is why we chose Cribl over any other platform.

How was the initial setup?

In terms of the setup, the initial deployment was not very complicated, especially if you already have experience with log pipelines and SIEM integrations. Most of the effort usually goes into designing the pipeline and configuring the routing and transformation rather than licensing or installation itself. Overall, the model feels fairly aligned with modern observability tools, where you can scale usage based on your data volume and infrastructure needs.

What was our ROI?

We have seen a positive return on investment from using Cribl, mainly through better data control and operational efficiency. One of the biggest benefits is the reduction in unnecessary log ingestion into the SIEM. By filtering and routing logs through Cribl first, we avoid sending low-value or redundant data downstream, which helps optimize the storage and licensing costs.

One noticeable outcome from using Cribl has been better control over the volume of data being sent to the SIEM. By filtering unnecessary logs and routing only relevant events, we were able to reduce the overall log ingestion volume, which indirectly helps with storage and licensing costs. Another improvement is in operational efficiency because the data is already cleaned and structured in the pipeline, making it easier for analysts to search and investigate events in the SIEM, which can speed up investigations. The licensing cost is saved via Cribl.

What other advice do I have?

Another feature that we found very useful about Cribl is the ease of integration with multiple destinations. We just have to route the main pipeline to multiple destinations, and it will go to multiple destinations. Sometimes the data needs to be routed to different platforms for security monitoring, observability, or long-term storage. Cribl makes it very easy to send the same data to multiple destinations with different processing rules. We also like the flexibility in data transformation. If log formats change or we need to mask sensitive information or normalize fields, we can handle that directly in the pipeline without modifying the source system.

The pricing and the licensing model for Cribl seem quite flexible, although the purchasing was handled by our organization rather than by us directly. Our role has been more on the technical and operational side of using the platform.

Cribl can handle high volumes of diverse data types like logs and metrics quite well. In environments where you're collecting logs from many different sources, the platform is designed to process and route that data efficiently through pipelines. We found useful its ability to apply filtering, parsing, and transformations at scale, which helps manage large data streams without overwhelming downstream systems like SIEM platforms.

Another useful approach is to leverage the documentation and built-in pipeline functions because Cribl provides many ready-to-use processing capabilities that can save time.

Our advice would be to start by clearly understanding your data pipeline requirements before implementing Cribl. Since it is a very flexible platform, it works best when you know what data you want to keep, what data you want to filter out, and where the data should be routed. We would also recommend starting with a few simple pipelines first, then gradually expanding as you become more comfortable with the platform. We give this review a rating of eight out of ten.


    reviewer2806896

Data workflows have become streamlined as I manage costs and parse diverse sources efficiently

  • March 03, 2026
  • Review provided by PeerSpot

What is our primary use case?

I use Cribl to move data and help with moving data, connecting different data sources to different destinations, which is what I mainly use it for.

I also use it to help parse the data as well.

What is most valuable?

Something that I really appreciate about Cribl is the preview feature. Whether it would be on the JavaScript I'm working on, it shows me the output in real time, which really helps with development.

I also appreciate the preview feature when it comes to data pipelines, as it shows me in real time how my pipeline would be working with the data. Additionally, I really appreciate the live capture feature as well to get an idea of how the data looks at different stages in Cribl environment.

I think Cribl is an excellent tool for helping to manage data cost and keep it down as well as manage complexity.

What needs improvement?

Cribl has come a long way. I've been using it for three years, but there are still a lot of other features that I would appreciate regarding new data sources. One example would be open WebSockets.

There's currently not a native feature for that, so that requires a lot of time in development. I would also appreciate better support for JWT tokens for a REST API collection. While sometimes it does work, it seems very janky and seems like a stitched-together solution. It would be nice if there was a more supported version to help with JWT.

For how long have I used the solution?

I've been working with Cribl for a long time, at least three years, maybe more.

What do I think about the stability of the solution?

Cribl is very robust. It's not perfect, but very good stability.

What do I think about the scalability of the solution?

Cribl is very scalable. The product itself lends itself well to being scaled. Any issues I've had with scaling have mainly just been human issues of people not wanting to scale, but the product itself is very capable of scaling.

How are customer service and support?

The speed was fast. The quality, however, there wasn't a solution just because I think it was a bug and it was never fixed as far as I know. The speed was nice, but there was never a solution provided.

How would you rate customer service and support?

Negative

Which solution did I use previously and why did I switch?

I use Splunk.

What was our ROI?

From what I understand, I'm mainly on the engineering side, not the sales side, but the pricing is very competitive. Although the pricing can be a little bit high, I know that Cribl as a product helps save a lot of money by reducing data storage. The pricing is offset by the money I save by using Cribl.

What's my experience with pricing, setup cost, and licensing?

Cribl does require maintenance, especially if I'm deploying it on-premises. If I'm deploying on-premises on my machines, I've just got to make sure that they're being provisioned well, that they're being updated successfully, and that they're constantly balancing the worker processing across them.

Which other solutions did I evaluate?

I definitely prefer Cribl more, mainly for the UI and the preview feature that I mentioned about being able to see in real time my in and out for development. I think that speeds things up a lot.

However, I do like Splunk a lot too.

I think Splunk is better tailored for visualizations and presenting to clients, especially around metrics. I think I can do some visualizations and presentations of metrics in Cribl, but it's not as robust as Splunk.

What other advice do I have?

Definitely for large corporations, they would see the most benefit, but I think small and medium businesses could also benefit as well.


    Jigar Hirani

Log pipelines have reduced daily data volume and now simplify traffic analysis

  • March 03, 2026
  • Review provided by PeerSpot

What is our primary use case?

We generally use Cribl for dropping or optimizing our logs and data. We optimize logs using Cribl pipelines, then we route it to Splunk. That was our primary use case.

Our primary goal with using Cribl was to reduce our Cisco firewall logs where we are dropping the logs which are not necessary in our traffic-related logs, or the logs which generally only show a connection status. Those types of logs we were dropping using Cribl.

What is most valuable?

What I like most about Cribl is the overall pipeline structure and easiness. It is very easy to use and it also provides all the necessary features which are required in data processing. We do not need to learn so many things to do complex tasks. That's what I really appreciate about it. It's doing a simple process where you just need to know about your logic and that thing may be pre-built on Cribl. Cribl provides packages and all the features.

I would say Cribl provides you the value of your money. It provides you a good user interface where you manage all your data. You don't need to worry about your backend. Specifically, I'm talking about Cribl Cloud, as I have mostly been working with Cribl Cloud. It's very cost-optimized, or I can say whatever I'm paying, I'm getting all out of that.

What needs improvement?

Overall, the pipelines and all the features are good with Cribl. The UI is good. Just sometimes, when I actually started using Cribl, I faced the issue where I was not able to connect the nodes. The pipeline is structured in a certain way, then the data will be routed to there, and something of that nature. I was very much confused about their whole products, such as Data Lake and pipelines. It's possible that at that time I didn't take any university courses, which is why I did not know much. But if they can give an intro on how we can connect nodes, or they can provide simple use cases showing what you can do with Cribl, it would help. If you just need to add the source and the destination and pre-build some proper workflow, then it will be easy for new customers to navigate through Cribl.

For how long have I used the solution?

I have been working with Cribl for around one and a half years.

What do I think about the stability of the solution?

I don't feel Cribl has any issue with handling high volumes of diverse data types. We were ingesting around 10 TB of data daily, and we were reducing it to around six or five and a half terabytes. So it is pretty efficient. We have not faced any major issues with our ingestion or anything of that nature. It has the capability to catch up according to the data ingestion rate.

I have not seen any lagging, crashing, or downtime in Cribl at any particular time. But if I speak about lagging or anything, I faced some issue while capturing the log on the live source. Whenever I tried to capture the logs, I was a bit confused about whether logs are getting captured or if I was doing anything wrong. Because it does not show any error if my configuration is missing or something of that nature. Otherwise, I don't have any issue regarding Cribl performance or anything.

What do I think about the scalability of the solution?

I don't think there is any issue regarding scalability with Cribl. As we were ingesting around 10 terabytes of data every day and it didn't affect or cause any issue on any day.

Which solution did I use previously and why did I switch?

I would not say I have tried an alternative to Cribl properly. We tried to implement the same use case using Splunk Ingest Processor or Edge Processor, which is the recent product of Splunk. It is not that straightforward as Cribl. We must play in a restricted environment where we have limited support of the Splunk command. So I cannot say that it is actually similar to Cribl or something of that nature, and I have not used any others.

What other advice do I have?

I was able to create one simple pipeline with Cribl which was just dropping the data in around eight to twelve hours total. In which I basically understood what routes and pipelines are. I was playing with the UI and how the functions are working, how the pipeline flows the data, how can I duplicate the data, how can I drop, how can I null queue, and things of that nature.


    Vishwanath Singh

Log management has cut costs and now routes diverse data to multiple destinations efficiently

  • March 03, 2026
  • Review provided by PeerSpot

What is our primary use case?

As a Splunk administrator, I was using Splunk for everything from collecting logs to filtering them and viewing whatever I required, including searching queries. The Splunk license was costing me millions of dollars, so I wanted a tool where input data I did not require could be transformed to churn out meaningful data that I actually needed, with only that data being ingested into Splunk. Cribl played a very important role in this regard. It not only helped me with cost optimization but also transformed the data, and it was user-friendly. I used to have a specific regex query on my indexers, but those were removed once I introduced Cribl. In that way, I am using Cribl for cost optimization.

My sources and destinations are now being taken care of, whereas before, if I wanted to route my data to any specific destination, I had to configure it manually on the Splunk side. With Cribl, one source can have multiple destinations, and it is all UI friendly. This helps me considerably.

My core purpose in using Cribl is to get insight into login logs, including user login, log out, and all those sorts of logs. I use it for that purpose and have never come across anything such as a firewall.

What is most valuable?

When managing log processing tasks, my experience with Cribl's user interface is extremely smooth, quick, and very user-friendly. If I want to monitor my incoming data, I just have to go to that specific panel and click on monitoring. I can capture the live logs and make minute changes just to view how my output would look without needing to do anything on the back end. In that way, I would say it is very user-friendly, covering most of the available standard sources and destinations without needing additional plugins. If I want to source CrowdStrike or integrate it with Kafka, all that is available right on the UI.

From my perspective, I like Cribl Edge very much. Until now, I had to collect the data using a universal forwarder as an agent installed on the source side, but with Cribl Edge, you do not require any installation. You simply set up the source on the Cribl Edge side, and it starts collecting the data. Unlike traditional forwarders where you have to manually install the agent, Cribl Edge simplifies that process. Cribl Stream is also one of the best features. If I want to perform any transformation, I can create multiple routes and perform operations on the incoming data based on my output configuration. I can have my login routes into specific dashboards based on transformations. I am using both Stream and Edge.

Cribl Edge's centralized fleet management has saved a lot of my time and effort and has also helped with cost optimization. As a core Splunk administrator, I used to manually install the Splunk universal forwarder on my source site. Since using Cribl Edge, I just set up my source and do some networking tweaks to include it in my parameters, and then the agent starts collecting the required logs for me without the traditional installation process.

What needs improvement?

I think Cribl should enhance its visualization side, similar to Splunk or Grafana, where things can be visualized more accurately or presentably. Adding features for trending data lines and predictive analysis would be a beneficial addition.

For how long have I used the solution?

I have been working with Cribl for probably more than a year, maybe around fifteen to sixteen months.

What do I think about the stability of the solution?

Regarding stability and scalability, I have not faced any crashes, downtimes, or performance issues. I would rate it ten out of ten as it has been smooth overall. However, in tools like Splunk, you often have a free limit, but in Cribl, you need a production license to process anything.

How are customer service and support?

I am aware of Cribl's technical support. I can raise a case via email or use on-demand support. I am familiar with it but have not needed to reach out recently, though I am aware there is twenty-four seven support with a dedicated email ID.

I would rate the customer service or technical support team very high, around eight or nine. They are quick to respond, have a service-level agreement, and I have not encountered a time when it was breached. You can also provide your mobile number if something is urgent, and they will call you directly.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

Before choosing Cribl, I did not really evaluate other options. We were predominantly relying on Splunk, and aside from it, we relied on primitive AWS agents. Choosing Cribl as an independent tool offered a major advantage since it is platform-independent and can integrate with any cloud environment.

How was the initial setup?

My experience with the initial setup and deployment process was straightforward. Cribl provides training, including free certifications called Cribl University. Anyone without a background in data processing can go through those certifications to understand how to install and use Cribl for their cases. Since I come from a similar background, I faced no challenges.

What about the implementation team?

Everything was done in-house. My leadership took care of procurement, and we managed the deployment, creating the topology and using it by ourselves.

What was our ROI?

The return on investment with Cribl is huge. My enterprise would have ended up paying a lot of money for similar types of work before Cribl was introduced, so the return is quite good.

What's my experience with pricing, setup cost, and licensing?

Regarding Cribl's pricing aspect, I find it very nominal. It seems to be a startup, and from an engineering enterprise perspective, it is price-friendly and not competitive. The price-to-benefit ratio shows high benefits compared to a comparatively low price.

Which other solutions did I evaluate?

I am using the software version, not working with it on the AWS cloud.

I bought the Cribl product directly from Cribl. I reached out to my leadership, and they facilitated getting the Cribl license and everything directly from cribl.io.

What other advice do I have?

Cribl handles high volumes of diverse data types, such as logs and metrics, very well. It is a stable platform; even with high input data ingestion, it does not slow down. My experience shows it is quite stable regardless of how large the amount of data being processed.

Cribl Search has helped me in a good way regarding long-term log retention and historical investigations. However, I have not explored that area much. My prime area was to reduce the costs associated with Splunk, which costs around seventy-five million dollars yearly due to many redundant logs. Cribl helped me filter those logs for cost optimization.

Unified management has absolutely helped me and saved me a lot of time. During situations concerning a major incident, I was able to get required results in less time, saving a lot of application downtime. Using Cribl on Kubernetes and Docker shows everything regarding the health of my underlying servers, making it easy to maintain. The core purpose I am using it for is cost optimization, and it has helped reduce incident time or downtime of my application, widely assisting me in areas where I needed it.

With Cribl Search's ability to search data in place, I can troubleshoot easily. I am using Cribl Stream with configured sources and destinations. If there is an error event, I can log in to the Cribl UI and type a query, such as the index name, to see all related events. It is helping me troubleshoot on the Cribl UI.

I do not think my wisdom or tech understanding is superior to offer advice. The tool itself is promising, but given the evolution of AI and similar technologies, it would be beneficial if Cribl could provide intelligent suggestions for configuration or search, similar to Visual Studio. I would rate this review an eight overall.

Which deployment model are you using for this solution?

On-premises

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Izzy Navarro

Data workflows have become streamlined as I transform complex security telemetry with confidence

  • March 02, 2026
  • Review provided by PeerSpot

What is our primary use case?

My use cases for Cribl include ETL: Extract, Transform, Load.

What is most valuable?

One thing that I like the most about Cribl is parsing data and parsing data sets for security. I would say automation use cases and detections are also great aspects.

My favorite feature of Cribl is that the UI is pretty intuitive, and they have a very good open-source platform.

What needs improvement?

One challenge that I find with Cribl is that it's nuanced, so if you're not familiar with how to do specific data transactions, it's going to be a difficult solution for someone to use. You have to be educated to a specific degree and understand data communication from beginning to end, alongside understanding the tool itself and how it operates; it can be confusing and challenging for some people if you don't understand how to use it.

I can't sit here and say that I've physically witnessed a decrease in firewall logs with Cribl, but certainly, there probably is one because of the way the redundancy is used for extracting that data. It should be something that's common-sensical or intuitive with the solution if you're utilizing it correctly, meaning you wouldn't upload gigabytes of duplicate telemetry.

My thoughts on Cribl's ability to contain data costs and complexity is that it's an accurate assessment, given that the person behind Cribl utilization is knowledgeable, but there is a steep learning curve. If you're a customer who has no idea how to use Cribl and just buy it hoping to solve your problems, it doesn't work that way. You must have some understanding of ETL in general or just source data, root data, and then what you're actually looking to transform. Just buying Cribl hoping it will solve all your problems is far from the truth. Although Cribl is a great product, you wouldn't give a Ferrari to your sixteen-year-old son right when they get their driver's license; that's the best analogy I can give. Cribl is a Ferrari for data analytics and monitoring, but you don't hand over the power or weaponize that tool for someone who doesn't know how to use it. A customer can definitely do all the things that Cribl claims, but it comes at a steep learning curve and that intuitive cost.

For how long have I used the solution?

I have been using Cribl in my career for probably over seven years, maybe longer, and I can't recall the first time, but it's been years though. I would say close to a decade.

What do I think about the stability of the solution?

I haven't personally witnessed any instability with Cribl, and any instability I have seen was caused by user error. This means performing a function within Cribl and then getting error outputs because of something, such as how the data transaction was communicated. I have heard of an issue where too much data gets backed up, but I can't think of the specific term Cribl uses for it. Such issues are fairly common.

What do I think about the scalability of the solution?

Cribl is good for scalability, making it a good product for any organization looking to do data transformation, whether small to medium businesses or large corporations.

How are customer service and support?

I have contacted customer support for Cribl, but it wasn't for anything operational; it was for some knowledge base articles. Their customer support is extremely responsive and very communicative.

If I were to put their support on a scale from one to ten, I would probably give them an eight.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

There are plenty of alternatives out there.

The closest one in terms of quality and tools that comes to mind for data management is BindPlane, but those two are not comparable. There are other solutions as well, but there's really nothing Cribl. Other solutions such as Axiom also come to mind, but again, you're talking about comparing Ferraris to Volkswagens or some other vehicle. Comparatively speaking, I can't really think of a solution that operates as well.

How was the initial setup?

A capable engineer should be able to deploy Cribl with ease. As I stated before, the open-source knowledge base is extremely thorough, and one with an engineering background shouldn't have a problem standing up Cribl; it should be pretty easy. The nuance comes with doing data transformation within Cribl, using pipelines, packs, and their specific solutions, which might present a learning curve. However, standing up the solution operationally is pretty straightforward.

What about the implementation team?

Regarding whether one person can do the deployment or if a team is needed, the answer isn't straightforward. In a small to medium business environment, I would say one person can do it. However, for organization-wide deployment, it depends on how efficient, effective, and optimized you want to be. You can't just respond with a direct answer; you have to ask what kind of outcomes and timelines you're looking to achieve. If you're asking me straightforwardly if one person can do it, I would say it's possible, but it's a very misleading answer.

What's my experience with pricing, setup cost, and licensing?

For pricing, I would say that Cribl is pretty standard across any of these other organizations, and it's pretty comparative depending on the ingest. Some people have different licensing models, and you have to consider ingest, scale, and what you're taking in and putting out. For instance, a license for Cribl would be five hundred thousand plus your ingest costs for your datasets, such as all your syslog and your third-party data sources. That being said, there are other organizations that have different pricing models, so it's hard to do a straightforward comparison. Axiom, for example, might have an all-inclusive licensing model around two hundred fifty thousand to three hundred thousand. To do a proper comparison, you would have to look at all the caveats. Overall, the pricing model for Cribl is pretty standard and straightforward.

What other advice do I have?

Cribl does require maintenance from the user. You need to ensure that you're updating, including comments, service versions, and that sort of regular operational maintenance. It depends on specific endpoints and end-of-life considerations, but the general answer would be that you definitely need to maintain Cribl. You can't just deploy it and say you're done.


    reviewer2805801

Data control has improved observability and has supported fraud and compliance reporting

  • March 02, 2026
  • Review provided by PeerSpot

What is our primary use case?

I have been using Cribl for about a year in my career. As a consultant, my job nature involves working with clients and coming up with solutions. Many of my clients are interested in observability, so I evaluated Cribl as a potential tool for their needs. Cribl is a relatively new product, and I have been involved with it since last year.

What is most valuable?

What I appreciate most about Cribl is that it addresses a major gap in the market compared to the competition. Splunk is extremely expensive, and many of my clients are financial institutions, including big banks, insurance companies, and fintech payment companies in Canada. While they already have Splunk installed, it is costly and sometimes does not meet their needs. Cribl offers significant advantages because from the source, you can collect all the data you want and filter and transform it.

In recent years, many of my clients are focused on fraud prevention, AML compliance, and regulatory requirements. They have numerous MRAs that they need to remediate and show evidence for. Cribl provides better control over data sourcing and allows them to demonstrate good control of their data.

I appreciate that Cribl provides better control of data from the source, which translates to better control over the cost of data and complexity. Many of my clients have sources of data across different platforms, and Cribl allows them to manage data from all these different sources in one place.

What needs improvement?

One area for improvement would be the certification path for Cribl. I understand there is a need for higher-end certifications, but it would be beneficial to also create certifications that are more accessible for business people or consultants. The current engineer certification is quite rigorous and not easy to pass. While keeping that rigorous option, providing another option for business or consultant users to get certified would be valuable.

For how long have I used the solution?

I have been using Cribl for about a year.

What do I think about the stability of the solution?

Regarding stability, I have not experienced any lagging, crashing, or downtime with Cribl.

What do I think about the scalability of the solution?

I believe Cribl is suitable for both large corporations and the small and medium business market. Some of my clients are very large banks in Canada, including one of the largest banks in the country. However, I also work with smaller clients, such as smaller insurance companies. Cribl performs effectively across both market segments.

How are customer service and support?

I have contacted technical support for issues and had a positive experience. I started by opening a ticket from their website. I have dealt with other vendor products in the past where support was unresponsive, but Cribl's support is very good. I was pleasantly surprised by their quality and speed of response. I would rank their support at an eight out of ten, though I acknowledge that I tend to be overly critical.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

While I have not personally tried similar solutions, my clients have been using Splunk, which is the most comparable solution they have relied on for a long time.

How was the initial setup?

I have not done an actual deployment myself, but my understanding is that the initial deployment is easy.

What about the implementation team?

Regarding maintenance on the client's end, there is some administration required. Standard updates from Cribl, such as security fixes and bug fixes, are typical maintenance tasks. I would need to review the specific details to provide a more comprehensive answer about all required maintenance.

What's my experience with pricing, setup cost, and licensing?

I do not know the exact pricing because as a consultant, I am not privy to the exact numbers my clients are paying. Pricing often includes deals and investments from vendors. However, based on feedback from my clients, Splunk is more expensive, and Cribl appears to be more affordable.

Which other solutions did I evaluate?

Regarding pricing for Cribl, I cannot speak to exact numbers because as a consultant, the clients handle the financial details. Deals between vendors like Splunk and Cribl often involve special investments, so the pricing varies. Based on what my clients have shared, Splunk is significantly more expensive, and Cribl appears to offer better value.

What other advice do I have?

I contacted technical support for issues and had a very positive experience. I would give this review an overall rating of eight out of ten.


    Nitin Arora

Centralized log control has improved normalization while pricing and UI still need refinement

  • March 02, 2026
  • Review from a verified AWS customer

What is our primary use case?

I have been working with Cribl for three years now. Cribl was introduced some time ago but has been recently highlighted in the market, and people in my firm started using it.

I lead an engineering domain in my firm, and I am leading almost six to seven projects, all of which have Cribl at this moment. Before Cribl, we used a syslog forwarder to forward third-party logs to our SIEM solution. In some cases, the SIEM solution is Sentinel, and in other cases, it is Splunk. We used the syslog forwarder to have these logs normalized and sent into the Sentinel workspace via syslog forwarder. However, once Cribl was introduced, we have seen several advantageous features that are not available in the syslog forwarder for normalization but are readily available in Cribl. Additionally, from the source end, we can perform filtration that was not possible before Cribl was available. Another advantage of Cribl is that we can customize the logs and tagging of the logs according to our needs. In summary, there is full control of logs coming from the source end when they are sent into our SIEM solution via Cribl. These three reasons are why we are using Cribl.

We are onboarding firewall logs into our environment using Cribl as well. There are no issues in implementing firewall logs or having those logs into the environment.

How has it helped my organization?

We are improving in terms of managing endpoints. We now have a dashboard in Cribl itself. This is improving our time management. However, we have created an internal dashboard on the Sentinel platform which we manage instead of using the Cribl dashboard. We have not leveraged that feature at this moment.

What is most valuable?

The valuable features are normalization, an easy graphical user interface, and the feature to have multiple pipelines for the same log source. The feature to have multiple pipelines is the most amazing feature of Cribl that I appreciate the most.

These features are beneficial because there are very few options in the market. The initial old school approach was syslog forwarder. Several other tools are available in the market, but those tools do not have as much control capability as Cribl provides. Additionally, Cribl is hosted on the cloud, and most products, solutions, and SIEM platforms nowadays are on the cloud as well. This creates a good integration between the products.

The deployment was smooth across all seven projects I have. Everything was in place, with documents and step-by-step guidance readily available. Cribl support is very good. Whenever we got stuck, we just needed to open a ticket, and the support team was very responsive and helped us get the deployment done quickly.

What needs improvement?

Cribl should enhance the homepage. The user interface is very simple, and you can see all your workers or worker groups on the homepage itself. However, a layman or someone jumping into the portal for the first time might get confused because they may not be aware of where their log sources are mapped or which worker group their log sources are mapped into. The homepage could be further simplified to address this confusion.

Cribl should work on enhancement of their graphical user interface. They definitely need to work on their pricing. If they address the costing aspect, they are the big players and have a bright scope in the market because they are doing very well. They should find alternative pricing models for small-size firms that want to utilize their features but cannot do so due to cost constraints.

Cribl should work on their turnaround time for support tickets. In my environment, we have AWS, Microsoft, Cribl, and GCP in some cases, so we have different SLAs for different tickets. For Cribl, a very low severity ticket has a turnaround time of almost around twenty-four hours. Even after twenty-four hours, if people follow up, they do respond, but sometimes they take a lot of time to respond even to very simple or small issues. They should improve that turnaround time.

I have heard from someone on LinkedIn that there is a limitation in Cribl, but I have not explored that myself, so I should not make definitive comments about it.

For how long have I used the solution?

I have been working with Cribl for three years now.

What do I think about the stability of the solution?

Cribl sometimes behaves unexpectedly, but this is rare. When log volumes are very high, Cribl workers or the servers behind Cribl start behaving weirdly. We have seen ingestion latency in the SIEM platform, and we have also observed sometimes a drop in the logs. Cribl is designed to deal with certain kinds of loads and is not designed to handle any scenario in the market. We need to be very careful when sending huge volumes of logs via Cribl to any SIEM platform.

How are customer service and support?

The turnaround time for support tickets needs improvement. In my environment, I have AWS, Microsoft, Cribl, and GCP in some cases, so I have different SLAs for different tickets. For Cribl, a very low severity ticket has a turnaround time of almost around twenty-four hours. Even after twenty-four hours, if people follow up, they do respond, but sometimes they take a lot of time to respond even to very simple or small issues. Cribl support should work on improving that turnaround time.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We previously used a syslog forwarder, which is not a tool but an old school methodology. We have now gotten rid of each syslog forwarder, and Cribl has taken over that responsibility.

How was the initial setup?

There are no challenges or complexity with the initial setup. Cribl is hosted on a server itself and is very easy to set up. It hardly takes two to three hours to complete the whole setup from beginning to end. It is not that complex. Documents are available on the internet as open source, and Cribl University has resources available as well. It hardly takes around three hours to get everything set up with all the process and approvals.

The deployment process across all seven projects was smooth. Everything was in place, with documents and step-by-step guidance readily available. Cribl support is very good. Whenever we got stuck, we just needed to open a ticket, and the support team was very responsive and helped us get the deployment done quickly.

What about the implementation team?

The documents were ready, and step-by-step guidance was available. Cribl support is very good. Whenever we got stuck, we just needed to open a ticket, and the support team was very responsive. They reached out to us and helped us get the deployment done very quickly if we got stuck somewhere.

What was our ROI?

Cribl is a huge investment for a firm like Deloitte. However, we do not have any other good solutions or good options in the market, so we do not have another option to choose from. I have already started exploring alternative solutions that are going to give a cheaper solution. However, we are also not going to compromise with quality. Vega is similar to Cribl and is something I have mentioned. From the ROI perspective, Cribl is a huge investment.

What's my experience with pricing, setup cost, and licensing?

Cribl is a very costly product. The complexity is not an issue because it is very easy to understand. With Cribl University courses, a person who is very new to Cribl can easily grasp the content. Cribl itself has provided many resources on the marketplace that we can leverage. However, in terms of costing, Cribl is a very costly product. People nowadays have started considering alternative solutions. There is a tool called Vega in the market that was very recently introduced. We are also having POC sessions going on there. Cost-wise, Cribl is a costly tool, but complexity-wise, it is a very quick tool to adopt.

Which other solutions did I evaluate?

Vega is an alternative solution in the market that was very recently introduced, and we are having POC sessions with it.

When comparing both products, Cribl will definitely win in each aspect because we did a POC recently and did not find Vega to be as effective as Cribl. The only point where Vega is winning is in pricing terms. They have very attractive prices. However, we do not want to compromise with quality. Cribl is leading in each aspect. Vega is still lacking the basic things that Cribl already covers. Cribl is much more mature in the market now. Nobody stands very close to Cribl.

What other advice do I have?

I would recommend Cribl to small-scale firms looking for this kind of solution. They should go through some documentation and videos, or they could set up some time with Cribl if they want. Cribl is a good product and tool in the market that can help with normalization, setup, and segregation of logs. However, the challenge people face is the cost. I am okay with this because my firm has a budget and can afford it. For small-scale sectors, I think Cribl needs to come up with one more pricing model, maybe with fewer features, but they should develop alternative pricing options.

Cribl Edge makes the environment very much managed. We have created multiple pipelines, and using those pipelines, we do not need to have any tagging done at the destination level. From the source level itself, within the pipeline, we can map the tags, and the logs are very much managed in the workspace itself. At times of audits and compliance, everything is managed there. It is helpful.

For the Cribl Search feature, I have seen log ingestion problems, latency issues, and sometimes the dropping of logs. Cribl Search comes into the picture to help us understand if we are missing something or having some latency in the logs. It shows us where we have a latency and which root cause is creating the problem, which server is creating the problem, and which worker group is creating the problem. Using Cribl Search makes it more effective for us.

The overall review rating for this product is seven out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Jonatan Stenmark

Centralized data routing has simplified deployments and has enabled flexible telemetry use cases

  • March 02, 2026
  • Review provided by PeerSpot

What is our primary use case?

I recommend Cribl as a solution to customers who have a lot of telemetry data because it provides flexibility within data routing.

It saves us a lot of time because the auto-deploy and auto-updates from one central panel is much easier to manage. When managing deployments manually, it takes 10, 15, or 20 times more time compared to using a central management UI.

One advantage we've seen is that during customer presentations, we can ask customers which specific use case they want us to present, and then we can use Cribl AI to present that. This has enabled us to present use cases that aren't even security telemetry.

We had a use case where we didn't know how to proceed at all, so Cribl helped us 100 percent. We didn't have any knowledge going in on how to collect temperature data and harmonize it into one format when the customer wanted us to showcase different temperature scales such as Fahrenheit and Celsius, along with different decimal separators like commas and dots.

What is most valuable?

Cribl is very easy to get started with, and you can get going very quickly. It has an interface that is very user-friendly, so you can set it up and start connecting sources with consumers fairly quickly.

Cribl offers a lot of what they call packs, which are valuable resources. However, I do think you need to be a pretty technical person in order to make sense of the UI. The product is not easy to use for just anyone.

Cribl works well and is fairly easy to set up, especially with firewalls, which are one of the baseline use cases. As long as there are packs available, it's a really good product and easy to manage. However, if there are no packs and you need to code it yourself, the learning curve is a bit steep. Thankfully, Cribl AI is now available, so you can prompt inside the tool and get help on how to set up all of the different rules.

What needs improvement?

One thing I think is that Cribl is very dependent on the packs. If you don't have packs and you need to do things on your own, it's not trivial. You'll have to make a real investment in training and experimentation.

Cribl needs to think more broadly. The product really comes down to having a higher level of flexibility in data routing. You can send data to multiple destinations at the same time and you're not locked into anything.

I would like to see an investment in a broader range of use cases beyond security telemetry data. For instance, I know that the railway industry is very interested in finding data pipeline tools for the data that trains create when they're driving.

For how long have I used the solution?

I have been using Cribl for about two years now.

What do I think about the stability of the solution?

Cribl is very stable and scales really well. Besides the fact that the worker nodes consume a lot of resources if you push them, it scales very well. It's easy to spin up new nodes, and they're very stable.

How are customer service and support?

I think the Cribl team is awesome. In Sweden, they're really great. The cybersecurity market in Sweden isn't that big, so it's the same people working in the industry. The Cribl team in Sweden is really a great team, and it works really well with our organization.

How would you rate customer service and support?

Which solution did I use previously and why did I switch?

I work with Logstash and Gigamon, which are the main two tools I've worked with. You can also do some things in the command line, but they're more efficient with how you integrate, so that's another way to do it.

Cribl feels a lot easier to use and more intuitive. It gives you more capability, and you don't have to work as hard to set things up.

How was the initial setup?

Cribl is a little bit more pricey than Logstash, which is one disadvantage.

What was our ROI?

I strongly recommend doing a proof of concept to see Cribl in action and always do an ROI calculation. Don't be surprised if you save money in the end on investing in Cribl.

Which other solutions did I evaluate?

I work with Logstash and Gigamon, which are the main two tools I've worked with. You can also do some things in the command line, but they're more efficient with how you integrate, so that's another way to do it.

If you're very efficient in Splunk or in Sentinel, then you could argue that you don't need Cribl because you won't save that much money. However, they are two different products with their own pros and cons.

What other advice do I have?

Cribl is very focused on security telemetry, but I feel their product has really good use cases for other things, such as the temperature example I referenced earlier.

Cribl is not a solution for the smallest customers because you need to have a certain throughput of volume. If you have just 200 users, then Cribl is not the appropriate tool to discuss.

The main product we work with is Cribl Stream. I would give Cribl a rating of 9 out of 10.


    Juan Mallorquin

Data optimization has transformed log management and supports efficient long-term investigations

  • February 27, 2026
  • Review from a verified AWS customer

What is our primary use case?

Cribl is used for log management and SIEM in terms of optimization of the data that we are collecting.

What is most valuable?

The flexibility that Cribl provides allows us to manage the data and work with the data effectively.

Implementing Cribl has optimized the infrastructure that we have and is improving the optimization of the services that we are providing.

What needs improvement?

Other than the Cribl module that we are using, Cribl Search has several modules, so there is room to improve that capability in Cribl.

In Cribl Search, the language and the flexibility in querying the data can be improved because it is not as good as other solutions.

Cribl Search does not currently help search data in place for investigative issues or answer questions across our data stores at this moment because we are not using it at that level yet, but hopefully in the future.

I would advise others looking to implement Cribl that if they are evolving Cribl Search, it would be very interesting to see more capability, more flexibility, and more ways to share the data similar to Splunk.

For how long have I used the solution?

I have around three and a half years of experience working with Cribl.

What do I think about the stability of the solution?

Cribl's stability is an eight.

What do I think about the scalability of the solution?

For scalability, I would rate it a ten.

How are customer service and support?

I would rate the technical support as an eight.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I would compare Cribl with other solutions or vendors as mature. We have seen another solution similar but not as mature as Cribl at the moment.

I am talking about the Data Stream Processor from Splunk and also Omnium from Spain.

How was the initial setup?

Cribl is easy to deploy; the team managing the deployment did not report any concerns about the complexity of the deployment of the solution.

The deployment is straightforward; it is just a matter of coordination with other teams, but everything was released in one day.

What other advice do I have?

Regarding the firewall logs with Cribl, the digression of the data that we are experiencing thanks to Cribl is amazing. Although I cannot provide exact numbers, the reduction is significant.

I use Cribl Stream, Cribl Lake, and Cribl Search. My experience with Cribl Search and Cribl Lake is just initial; we are just starting to use them. Cribl Stream is the optimization we are using right now in terms of data collection and data management and is more mature.

Cribl Search has changed my approach to long-term log retention and historical investigation.

I would rate this review an eight overall.