Skip to content

Commit dc38f3c

Browse files
authored
Fixed resources, fluentd & fluent bit, and what is fluent bit doc sections under the About header (#2386)
* docs: what-is-fluent-bit: update CNCF project status in description - Change "sub-project" to "graduated project" in front matter description Applies to #2385 Signed-off-by: Eric D. Schabell <eric@schabell.org> * docs: fluentd-and-fluent-bit: update memory footprint and deployment stats - Update Fluent Bit memory footprint from ~1 MB to ~450 KB - Update deployment stat to reflect 15 billion global deployments Applies to #2385 Signed-off-by: Eric D. Schabell <eric@schabell.org> * docs: resources: fix Amazon workshop link and description - Update Amazon workshop URL to point to Fluent Bit pod logging page - Update section heading to reflect actual workshop content - Update description to accurately reflect CloudWatch Logs routing Applies to #2385 Signed-off-by: Eric D. Schabell <eric@schabell.org> * docs: vale: updated to skip gitbook embedded lines Signed-off-by: Eric D. Schabell <eric@schabell.org> --------- Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 4a18664 commit dc38f3c

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mdx = md
77

88
[*.{md,markdown}]
99
BasedOnStyles = FluentBit
10+
TokenIgnores = (\{%[^%]*%\})
1011

1112
FluentBit.Terms = YES
1213
FluentBit.Titles = YES

about/fluentd-and-fluent-bit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Fluentd and Fluent Bit projects are both:
1010

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

@@ -22,7 +22,7 @@ The following table describes a comparison of different areas of the projects:
2222
| ------------ | --------------------- | --------------------- |
2323
| Scope | Containers / Servers | Embedded Linux / Containers / Servers |
2424
| Language | C and Ruby | C |
25-
| Memory | Greater than 60&nbsp;MB | Approximately 1&nbsp;MB |
25+
| Memory | Greater than 60&nbsp;MB | Approximately 450&nbsp;KB |
2626
| Performance | Medium Performance | High Performance |
2727
| Dependencies | Built as a Ruby Gem, depends on other gems. | Zero dependencies, unless required by a plugin. |
2828
| Plugins | Over 1,000 external plugins available. | Over 100 built-in plugins available. |

about/resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Fluent Bit workshop for getting started with cloud native telemetry pipelines
2929

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

32-
## Logging with Fluent Bit and Amazon OpenSearch workshop by Amazon
32+
## Fluent Bit pod logging on Kubernetes workshop by Amazon
3333

34-
This workshop by Amazon goes through common Kubernetes logging patterns and routing data to OpenSearch and visualizing with OpenSearch dashboards.
34+
This workshop by Amazon covers deploying Fluent Bit for pod-level logging on Kubernetes and routing data to CloudWatch Logs.
3535

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

about/what-is-fluent-bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
2+
description: Fluent Bit is a CNCF graduated project under the umbrella of Fluentd
33
---
44

55
# What is Fluent Bit?

0 commit comments

Comments
 (0)