Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mdx = md

[*.{md,markdown}]
BasedOnStyles = FluentBit
TokenIgnores = (\{%[^%]*%\})

FluentBit.Terms = YES
FluentBit.Titles = YES
Expand Down
4 changes: 2 additions & 2 deletions about/fluentd-and-fluent-bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Fluentd and Fluent Bit projects are both:

- Licensed under the terms of Apache License v2.0.
- Graduated hosted projects by the [Cloud Native Computing Foundation (CNCF)](https://cncf.io).
- Production-grade solutions, that are deployed millions of times every single day.
- Production-grade solutions, with Fluent Bit deployed over 15 billion times globally.
Comment thread
eschabell marked this conversation as resolved.
- Vendor neutral and community driven.
- Widely adopted by the industry, being trusted by major companies like Amazon, Microsoft, Google, and hundreds of others.

Expand All @@ -22,7 +22,7 @@ The following table describes a comparison of different areas of the projects:
| ------------ | --------------------- | --------------------- |
| Scope | Containers / Servers | Embedded Linux / Containers / Servers |
| Language | C and Ruby | C |
| Memory | Greater than 60 MB | Approximately 1 MB |
| Memory | Greater than 60 MB | Approximately 450 KB |
Comment thread
eschabell marked this conversation as resolved.
| Performance | Medium Performance | High Performance |
| Dependencies | Built as a Ruby Gem, depends on other gems. | Zero dependencies, unless required by a plugin. |
| Plugins | Over 1,000 external plugins available. | Over 100 built-in plugins available. |
Expand Down
6 changes: 3 additions & 3 deletions about/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Fluent Bit workshop for getting started with cloud native telemetry pipelines

You can also view the source files for these workshops on [GitLab](https://gitlab.com/o11y-workshops/workshop-fluentbit).

## Logging with Fluent Bit and Amazon OpenSearch workshop by Amazon
## Fluent Bit pod logging on Kubernetes workshop by Amazon

This workshop by Amazon goes through common Kubernetes logging patterns and routing data to OpenSearch and visualizing with OpenSearch dashboards.
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/" %}
{% embed url="https://eksworkshop.com/docs/observability/logging/pod-logging/fluentbit-setup" %}
2 changes: 1 addition & 1 deletion about/what-is-fluent-bit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
description: Fluent Bit is a CNCF graduated project under the umbrella of Fluentd
---

# What is Fluent Bit?
Expand Down