Alternatives to Filebeat logo

Alternatives to Filebeat

Logstash, Fluentd, Rsyslog, Metricbeat, and Kafka are the most popular alternatives and competitors to Filebeat.
131
0

What is Filebeat and what are its top alternatives?

Filebeat is a lightweight shipper for forwarding and centralizing logs and files. Key features include real-time data collection, built-in modules for popular logs and metrics, easy deployment and management, and integration with Elasticsearch and other Beats. However, some limitations include complex configuration for custom data formats and the need for additional resources for heavy log traffic.

  1. Logstash: Logstash is a flexible, open-source data collection, enrichment, and processing tool. It allows you to collect, parse, and transform data before sending it to a storage backend like Elasticsearch. Key features include a wide range of input plugins, filters, and output plugins. Pros include powerful transformation capabilities and community support, but cons include higher resource usage compared to Filebeat.

  2. Fluentd: Fluentd is an open-source data collector that allows you to unify data collection and consumption for better use and understanding of data. Key features include efficient log forwarding, flexible plugin system, and strong reliability. Pros include wide integration with various systems and frameworks, but cons include a steeper learning curve compared to Filebeat.

  3. Rsyslog: Rsyslog is a high-performance log processing system that can send logs to different destinations like Elasticsearch. Key features include modular architecture, support for a variety of log formats, and high throughput. Pros include customizable filtering and routing options, while cons include limited built-in integrations compared to Filebeat.

  4. Splunk: Splunk is a comprehensive platform for searching, monitoring, and analyzing machine-generated big data, including logs. Key features include real-time search and analysis, visualizations, and customizable dashboards. Pros include powerful search capabilities and extensive app ecosystem, but cons include high licensing costs compared to open-source alternatives.

  5. NXLog: NXLog is a versatile log management tool that can collect logs from various sources and forward them to multiple destinations. Key features include cross-platform support, high-performance log processing, and easy integration with SIEM tools. Pros include a lightweight footprint and support for multiple operating systems, but cons include a less intuitive configuration compared to Filebeat.

  6. Beats: Beats is a family of lightweight data shippers from Elastic that can send data to Elasticsearch or Logstash. Key features include simplicity, extensibility, and integration with the Elastic Stack. Pros include easy setup and configuration, while cons include limited processing capabilities compared to Logstash.

  7. Logagent: Logagent is an open-source, light-weight log shipper with out-of-the-box support for parsing and tagging logs. Key features include various input and output sources, parsing capabilities, and integration with different logging services. Pros include ease of use and powerful parsing capabilities, but cons include a smaller community compared to other alternatives.

  8. Flume: Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. Key features include event-driven architecture, robust fault tolerance, and extensibility through custom plugins. Pros include high scalability and fault tolerance, but cons include a more complex setup compared to Filebeat.

  9. Vector: Vector is a high-performance, easy-to-setup observability data router. Key features include zero config data collection, real-time processing, and multi-datatype support. Pros include simplicity and efficiency, while cons include a smaller user base compared to more established tools.

  10. LogPilot: LogPilot is a lightweight log and metrics collection agent for Docker containers running on Kubernetes. Key features include automatic log parsing, metric collection, and real-time log streaming. Pros include seamless integration with Docker and Kubernetes, but cons include limited support for non-containerized environments.

Top Alternatives to Filebeat

  • Logstash
    Logstash

    Logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). If you store them in Elasticsearch, you can view and analyze them with Kibana. ...

  • Fluentd
    Fluentd

    Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Fluentd helps you unify your logging infrastructure. ...

  • Rsyslog
    Rsyslog

    It offers high-performance, great security features and a modular design. It is able to accept inputs from a wide variety of sources, transform them, and output to the results to diverse destinations. ...

  • Metricbeat
    Metricbeat

    Collect metrics from your systems and services. From CPU to memory, Redis to NGINX, and much more, It is a lightweight way to send system and service statistics. ...

  • Kafka
    Kafka

    Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design. ...

  • New Relic
    New Relic

    The world’s best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too. ...

  • Kibana
    Kibana

    Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. ...

  • Grafana
    Grafana

    Grafana is a general purpose dashboard and graph composer. It's focused on providing rich ways to visualize time series metrics, mainly though graphs but supports other ways to visualize data through a pluggable panel architecture. It currently has rich support for for Graphite, InfluxDB and OpenTSDB. But supports other data sources via plugins. ...

Filebeat alternatives & related posts

Logstash logo

Logstash

11.4K
8.7K
103
Collect, Parse, & Enrich Data
11.4K
8.7K
+ 1
103
PROS OF LOGSTASH
  • 69
    Free
  • 18
    Easy but powerful filtering
  • 12
    Scalable
  • 2
    Kibana provides machine learning based analytics to log
  • 1
    Great to meet GDPR goals
  • 1
    Well Documented
CONS OF LOGSTASH
  • 4
    Memory-intensive
  • 1
    Documentation difficult to use

related Logstash posts

Tymoteusz Paul
Devops guy at X20X Development LTD · | 23 upvotes · 9.7M views

Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on "live-example" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).

It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product.

I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.

We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.

If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.

The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it: 1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around. 2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management. 3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally. 4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).

Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.

See more

Hi everyone. I'm trying to create my personal syslog monitoring.

  1. To get the logs, I have uncertainty to choose the way: 1.1 Use Logstash like a TCP server. 1.2 Implement a Go TCP server.

  2. To store and plot data. 2.1 Use Elasticsearch tools. 2.2 Use InfluxDB and Grafana.

I would like to know... Which is a cheaper and scalable solution?

Or even if there is a better way to do it.

See more
Fluentd logo

Fluentd

602
689
38
Unified logging layer
602
689
+ 1
38
PROS OF FLUENTD
  • 11
    Open-source
  • 9
    Easy
  • 9
    Great for Kubernetes node container log forwarding
  • 9
    Lightweight
CONS OF FLUENTD
    Be the first to leave a con

    related Fluentd posts

    Rsyslog logo

    Rsyslog

    37
    74
    0
    A high-performance system for log processing
    37
    74
    + 1
    0
    PROS OF RSYSLOG
      Be the first to leave a pro
      CONS OF RSYSLOG
        Be the first to leave a con

        related Rsyslog posts

        Metricbeat logo

        Metricbeat

        49
        125
        3
        A Lightweight Shipper for Metrics
        49
        125
        + 1
        3
        PROS OF METRICBEAT
        • 2
          Simple
        • 1
          Easy to setup
        CONS OF METRICBEAT
          Be the first to leave a con

          related Metricbeat posts

          Sunil Chaudhari

          Hi, We have a situation, where we are using Prometheus to get system metrics from PCF (Pivotal Cloud Foundry) platform. We send that as time-series data to Cortex via a Prometheus server and built a dashboard using Grafana. There is another pipeline where we need to read metrics from a Linux server using Metricbeat, CPU, memory, and Disk. That will be sent to Elasticsearch and Grafana will pull and show the data in a dashboard.

          Is it OK to use Metricbeat for Linux server or can we use Prometheus?

          What is the difference in system metrics sent by Metricbeat and Prometheus node exporters?

          Regards, Sunil.

          See more
          Kafka logo

          Kafka

          23.5K
          22K
          607
          Distributed, fault tolerant, high throughput pub-sub messaging system
          23.5K
          22K
          + 1
          607
          PROS OF KAFKA
          • 126
            High-throughput
          • 119
            Distributed
          • 92
            Scalable
          • 86
            High-Performance
          • 66
            Durable
          • 38
            Publish-Subscribe
          • 19
            Simple-to-use
          • 18
            Open source
          • 12
            Written in Scala and java. Runs on JVM
          • 9
            Message broker + Streaming system
          • 4
            KSQL
          • 4
            Avro schema integration
          • 4
            Robust
          • 3
            Suport Multiple clients
          • 2
            Extremely good parallelism constructs
          • 2
            Partioned, replayable log
          • 1
            Simple publisher / multi-subscriber model
          • 1
            Fun
          • 1
            Flexible
          CONS OF KAFKA
          • 32
            Non-Java clients are second-class citizens
          • 29
            Needs Zookeeper
          • 9
            Operational difficulties
          • 5
            Terrible Packaging

          related Kafka posts

          Nick Rockwell
          SVP, Engineering at Fastly · | 46 upvotes · 4.1M views

          When I joined NYT there was already broad dissatisfaction with the LAMP (Linux Apache HTTP Server MySQL PHP) Stack and the front end framework, in particular. So, I wasn't passing judgment on it. I mean, LAMP's fine, you can do good work in LAMP. It's a little dated at this point, but it's not ... I didn't want to rip it out for its own sake, but everyone else was like, "We don't like this, it's really inflexible." And I remember from being outside the company when that was called MIT FIVE when it had launched. And been observing it from the outside, and I was like, you guys took so long to do that and you did it so carefully, and yet you're not happy with your decisions. Why is that? That was more the impetus. If we're going to do this again, how are we going to do it in a way that we're gonna get a better result?

          So we're moving quickly away from LAMP, I would say. So, right now, the new front end is React based and using Apollo. And we've been in a long, protracted, gradual rollout of the core experiences.

          React is now talking to GraphQL as a primary API. There's a Node.js back end, to the front end, which is mainly for server-side rendering, as well.

          Behind there, the main repository for the GraphQL server is a big table repository, that we call Bodega because it's a convenience store. And that reads off of a Kafka pipeline.

          See more
          Ashish Singh
          Tech Lead, Big Data Platform at Pinterest · | 38 upvotes · 3.3M views

          To provide employees with the critical need of interactive querying, we’ve worked with Presto, an open-source distributed SQL query engine, over the years. Operating Presto at Pinterest’s scale has involved resolving quite a few challenges like, supporting deeply nested and huge thrift schemas, slow/ bad worker detection and remediation, auto-scaling cluster, graceful cluster shutdown and impersonation support for ldap authenticator.

          Our infrastructure is built on top of Amazon EC2 and we leverage Amazon S3 for storing our data. This separates compute and storage layers, and allows multiple compute clusters to share the S3 data.

          We have hundreds of petabytes of data and tens of thousands of Apache Hive tables. Our Presto clusters are comprised of a fleet of 450 r4.8xl EC2 instances. Presto clusters together have over 100 TBs of memory and 14K vcpu cores. Within Pinterest, we have close to more than 1,000 monthly active users (out of total 1,600+ Pinterest employees) using Presto, who run about 400K queries on these clusters per month.

          Each query submitted to Presto cluster is logged to a Kafka topic via Singer. Singer is a logging agent built at Pinterest and we talked about it in a previous post. Each query is logged when it is submitted and when it finishes. When a Presto cluster crashes, we will have query submitted events without corresponding query finished events. These events enable us to capture the effect of cluster crashes over time.

          Each Presto cluster at Pinterest has workers on a mix of dedicated AWS EC2 instances and Kubernetes pods. Kubernetes platform provides us with the capability to add and remove workers from a Presto cluster very quickly. The best-case latency on bringing up a new worker on Kubernetes is less than a minute. However, when the Kubernetes cluster itself is out of resources and needs to scale up, it can take up to ten minutes. Some other advantages of deploying on Kubernetes platform is that our Presto deployment becomes agnostic of cloud vendor, instance types, OS, etc.

          #BigData #AWS #DataScience #DataEngineering

          See more
          New Relic logo

          New Relic

          20.8K
          8.6K
          1.9K
          New Relic is the industry’s largest and most comprehensive cloud-based observability platform.
          20.8K
          8.6K
          + 1
          1.9K
          PROS OF NEW RELIC
          • 415
            Easy setup
          • 344
            Really powerful
          • 245
            Awesome visualization
          • 194
            Ease of use
          • 151
            Great ui
          • 106
            Free tier
          • 80
            Great tool for insights
          • 66
            Heroku Integration
          • 55
            Market leader
          • 49
            Peace of mind
          • 21
            Push notifications
          • 20
            Email notifications
          • 17
            Heroku Add-on
          • 16
            Error Detection and Alerting
          • 13
            Multiple language support
          • 11
            SQL Analysis
          • 11
            Server Resources Monitoring
          • 9
            Transaction Tracing
          • 8
            Apdex Scores
          • 8
            Azure Add-on
          • 7
            Analysis of CPU, Disk, Memory, and Network
          • 7
            Detailed reports
          • 6
            Performance of External Services
          • 6
            Error Analysis
          • 6
            Application Availability Monitoring and Alerting
          • 6
            Application Response Times
          • 5
            Most Time Consuming Transactions
          • 5
            JVM Performance Analyzer (Java)
          • 4
            Browser Transaction Tracing
          • 4
            Top Database Operations
          • 4
            Easy to use
          • 3
            Application Map
          • 3
            Weekly Performance Email
          • 3
            Pagoda Box integration
          • 3
            Custom Dashboards
          • 2
            Easy to setup
          • 2
            Background Jobs Transaction Analysis
          • 2
            App Speed Index
          • 1
            Super Expensive
          • 1
            Team Collaboration Tools
          • 1
            Metric Data Retention
          • 1
            Metric Data Resolution
          • 1
            Worst Transactions by User Dissatisfaction
          • 1
            Real User Monitoring Overview
          • 1
            Real User Monitoring Analysis and Breakdown
          • 1
            Time Comparisons
          • 1
            Access to Performance Data API
          • 1
            Incident Detection and Alerting
          • 1
            Best of the best, what more can you ask for
          • 1
            Best monitoring on the market
          • 1
            Rails integration
          • 1
            Free
          • 0
            Proce
          • 0
            Price
          • 0
            Exceptions
          • 0
            Cost
          CONS OF NEW RELIC
          • 20
            Pricing model doesn't suit microservices
          • 10
            UI isn't great
          • 7
            Expensive
          • 7
            Visualizations aren't very helpful
          • 5
            Hard to understand why things in your app are breaking

          related New Relic posts

          Farzeem Diamond Jiwani
          Software Engineer at IVP · | 8 upvotes · 1.5M views

          Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

          Current Environment: .NET Core Web app hosted on Microsoft IIS

          Future Environment: Web app will be hosted on Microsoft Azure

          Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

          Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

          Please advise on the above. Thanks!

          See more
          Shared insights
          on
          New RelicNew RelicKibanaKibana

          I need to choose a monitoring tool for my project, but currently, my application doesn't have much load or many users. My application is not generating GBs of data. We don't want to send the user information to New Relic because it's a 3rd party tool. And we can deploy Kibana locally on our server. What should I use, Kibana or New Relic?

          See more
          Kibana logo

          Kibana

          20.4K
          16.2K
          262
          Visualize your Elasticsearch data and navigate the Elastic Stack
          20.4K
          16.2K
          + 1
          262
          PROS OF KIBANA
          • 88
            Easy to setup
          • 65
            Free
          • 45
            Can search text
          • 21
            Has pie chart
          • 13
            X-axis is not restricted to timestamp
          • 9
            Easy queries and is a good way to view logs
          • 6
            Supports Plugins
          • 4
            Dev Tools
          • 3
            More "user-friendly"
          • 3
            Can build dashboards
          • 2
            Out-of-Box Dashboards/Analytics for Metrics/Heartbeat
          • 2
            Easy to drill-down
          • 1
            Up and running
          CONS OF KIBANA
          • 7
            Unintuituve
          • 4
            Works on top of elastic only
          • 4
            Elasticsearch is huge
          • 3
            Hardweight UI

          related Kibana posts

          Tymoteusz Paul
          Devops guy at X20X Development LTD · | 23 upvotes · 9.7M views

          Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on "live-example" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).

          It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product.

          I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.

          We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.

          If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.

          The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it: 1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around. 2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management. 3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally. 4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).

          Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.

          See more
          Tassanai Singprom

          This is my stack in Application & Data

          JavaScript PHP HTML5 jQuery Redis Amazon EC2 Ubuntu Sass Vue.js Firebase Laravel Lumen Amazon RDS GraphQL MariaDB

          My Utilities Tools

          Google Analytics Postman Elasticsearch

          My Devops Tools

          Git GitHub GitLab npm Visual Studio Code Kibana Sentry BrowserStack

          My Business Tools

          Slack

          See more
          Grafana logo

          Grafana

          17.9K
          14.3K
          415
          Open source Graphite & InfluxDB Dashboard and Graph Editor
          17.9K
          14.3K
          + 1
          415
          PROS OF GRAFANA
          • 89
            Beautiful
          • 68
            Graphs are interactive
          • 57
            Free
          • 56
            Easy
          • 34
            Nicer than the Graphite web interface
          • 26
            Many integrations
          • 18
            Can build dashboards
          • 10
            Easy to specify time window
          • 10
            Can collaborate on dashboards
          • 9
            Dashboards contain number tiles
          • 5
            Open Source
          • 5
            Integration with InfluxDB
          • 5
            Click and drag to zoom in
          • 4
            Authentification and users management
          • 4
            Threshold limits in graphs
          • 3
            Alerts
          • 3
            It is open to cloud watch and many database
          • 3
            Simple and native support to Prometheus
          • 2
            Great community support
          • 2
            You can use this for development to check memcache
          • 2
            You can visualize real time data to put alerts
          • 0
            Grapsh as code
          • 0
            Plugin visualizationa
          CONS OF GRAFANA
          • 1
            No interactive query builder

          related Grafana posts

          Matt Menzenski
          Senior Software Engineering Manager at PayIt · | 16 upvotes · 1M views

          Grafana and Prometheus together, running on Kubernetes , is a powerful combination. These tools are cloud-native and offer a large community and easy integrations. At PayIt we're using exporting Java application metrics using a Dropwizard metrics exporter, and our Node.js services now use the prom-client npm library to serve metrics.

          See more
          Conor Myhrvold
          Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 5M views

          Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

          By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

          To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

          https://eng.uber.com/m3/

          (GitHub : https://github.com/m3db/m3)

          See more