Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.14 KB

File metadata and controls

36 lines (25 loc) · 2.14 KB
description An overview of free public labs for learning how to successfully use Fluent Bit.

Lab resources

To use these lab resources to their full extent, you'll need to install resources in your local environment to test and run Fluent Bit.

O11y workshops by Chronosphere

Chronosphere provides several open source observability workshops, including a Fluent Bit workshop:

{% embed url="https://o11y-workshops.gitlab.io/workshop-fluentbit/" %} Fluent Bit workshop for getting started with cloud native telemetry pipelines {% endembed %}

  1. Lab 1 - Introduction to Fluent Bit
  2. Lab 2 - Installing Fluent Bit
  3. Lab 3 - Exploring First Pipelines
  4. Lab 4 - Exploring More Pipelines
  5. Lab 5 - Understanding Backpressure
  6. Lab 6 - Avoid Telemetry Data Loss
  7. Lab 7 - Pipeline Integration with OpenTelemetry
  8. Lab 8 - Controlling logs with Fluent Bit on Kubernetes
  9. Lab 9 - Visualizing Fluent Bit telemetry data with OpenSearch
  10. Lab 10 - Advanced telemetry routing

You can also view the source files for these workshops on GitLab.

Fluent Bit pod logging on Kubernetes workshop by Amazon

This workshop by Amazon covers deploying Fluent Bit for pod-level logging on Kubernetes and routing data to CloudWatch Logs.

{% embed url="https://eksworkshop.com/docs/observability/logging/pod-logging/fluentbit-setup" %}