diff --git a/.vale.ini b/.vale.ini index b9f4e951f..c58b9e3f5 100755 --- a/.vale.ini +++ b/.vale.ini @@ -7,6 +7,7 @@ mdx = md [*.{md,markdown}] BasedOnStyles = FluentBit +TokenIgnores = (\{%[^%]*%\}) FluentBit.Terms = YES FluentBit.Titles = YES diff --git a/about/fluentd-and-fluent-bit.md b/about/fluentd-and-fluent-bit.md index bceff35cb..f81acef69 100644 --- a/about/fluentd-and-fluent-bit.md +++ b/about/fluentd-and-fluent-bit.md @@ -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. - Vendor neutral and community driven. - Widely adopted by the industry, being trusted by major companies like Amazon, Microsoft, Google, and hundreds of others. @@ -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 | | 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. | diff --git a/about/resources.md b/about/resources.md index b73d710db..546263bce 100644 --- a/about/resources.md +++ b/about/resources.md @@ -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" %} diff --git a/about/what-is-fluent-bit.md b/about/what-is-fluent-bit.md index 2a65b73ca..c7c023f79 100644 --- a/about/what-is-fluent-bit.md +++ b/about/what-is-fluent-bit.md @@ -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?