• Fluentd's 500+ plugins connect it to many data sources and outputs while keeping its core simple.
  • Fluentd is an open-source data collector for a unified logging layer.
  • Fluentd v1 is available on Linux, Mac OSX and Windows.
  • In this tutorial, we explore Kubernetes logging architecture and demonstrate how to collect application and system logs using Fluentd.
  • Fluentd is capable of handling many diverse data inputs and output destinations concurrently through the use of plug-ins.
  • $ gem install fluentd $ fluentd -s conf $ fluentd -c conf/fluent.conf & $ echo '{"json":"message"}' | fluent-cat debug.test.
    • Issues:
      150
    • Last commit:
      20 August 2024
  • Fluentd is especially flexible when it comes to integrations – it works with 300+ log storage and analytic services.
  • Additionally, Fluentd implements buffering mechanisms to prevent data loss and can handle substantial data volumes.
  • Fluentd is a cross-platform open-source data collection software project originally developed at Treasure Data. It is written primarily in the C programming language...
  • Both Fluentd and Fluent Bit can work as Aggregators or Forwarders, and can complement each other or be used as standalone solutions.