From 84044180d55b00a382e0875f5e51b9bae8cef19b Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Wed, 20 Aug 2025 14:36:01 -0700 Subject: [PATCH 1/3] Make getting started page more friendly Signed-off-by: Lynette Miles --- .../getting-started-with-fluent-bit.md | 38 ++++++++++++------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/installation/getting-started-with-fluent-bit.md b/installation/getting-started-with-fluent-bit.md index f7bcad2fd..bc3cd5e90 100644 --- a/installation/getting-started-with-fluent-bit.md +++ b/installation/getting-started-with-fluent-bit.md @@ -5,7 +5,24 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit -## Container deployment +The Fluent Bit telemetry agent is available for Linux, macOS, Windows, and BSD family operating systems. + +If you are interested in learning about Fluent Bit you can try out the [sandbox environment](../about/sandbox-and-lab-resources.md). + +## Requirements + +All Fluent Bit installations must meet certain [requirements](./requirements.md). + +## Supported platforms and packages + +Fluent Bit software is available for a variety of platforms and can be installed +using several methods. + +You can [direct download and compile the source code](../installation/sources/README.md). + +You can also select a package follow the specific instructions for it: + +### Container deployment | Deployment Type | Instructions | | ----------------- | -------------------------------------------------- | @@ -13,7 +30,7 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit | Docker | [Deploy with Docker](docker.md) | | Containers on AWS | [Deploy on Containers on AWS](aws-container.md) | -## Install on Linux (packages) +### Install on Linux (packages) | Operating System | Installation instructions | | ---------------------- | ------------------------- | @@ -25,20 +42,20 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit | Yocto / Embedded Linux | [Yocto / Embedded Linux](yocto-embedded-linux.md#fluent-bit-and-other-architectures) | | Buildroot / Embedded Linux | [Buildroot / Embedded Linux](buildroot-embedded-linux.md) | -## Install on Windows (packages) +### Install on Windows (packages) | Operating System | Installation instructions | | ------------------- | ------------------------- | | Windows Server 2019 | [Windows Server `EXE`](windows.md#installing-from-exe-installer), [Windows Server ZIP](windows.md#installing-from-zip-archive) | | Windows 10 2019.03 | [Windows `EXE`](windows.md#installing-from-exe-installer), [Windows ZIP](windows.md#installing-from-zip-archive) | -## Install on macOS (packages) +### Install on macOS (packages) | Operating System | Installation instructions | | ------------------- | --------------------------------------------- | | macOS | [Homebrew](macos.md#installing-from-homebrew) | -## Compile from source (Linux, Windows, FreeBSD, macOS) +### Compile from source (Linux, Windows, FreeBSD, macOS) | Operating system | Installation instructions | | ---------------- | ----------------------------------------------------------- | @@ -46,14 +63,7 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit | macOS | [Compile from source](macos.md#compile-from-source) | | Windows | [Compile from Source](windows.md#compile-from-source) | -## Sandbox environment - -If you are interested in learning about Fluent Bit you can try out the sandbox environment: - -{% embed url="https://play.instruqt.com/embed/Fluent/tracks/fluent-bit-getting-started-101?token=em_S2zOzhhDQepM0vDS" %} -Fluent Bit sandbox environment -{% endembed %} -## Enterprise packages +### Enterprise packages -Fluent Bit packages are also provided by [enterprise providers](https://fluentbit.io/enterprise) for older end of life versions, Unix systems, and additional support and features including aspects like CVE backporting. +Fluent Bit packages are also provided by [enterprise providers](https://fluentbit.io/enterprise) for older end of life versions, Unix systems, or for additional support and features including aspects like CVE backporting. From 7c33a2b67472d2b9f5d6bacf6022eb9ba86b5bd6 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:37:48 -0700 Subject: [PATCH 2/3] Update installation/getting-started-with-fluent-bit.md Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- installation/getting-started-with-fluent-bit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/getting-started-with-fluent-bit.md b/installation/getting-started-with-fluent-bit.md index bc3cd5e90..f73acf045 100644 --- a/installation/getting-started-with-fluent-bit.md +++ b/installation/getting-started-with-fluent-bit.md @@ -20,7 +20,7 @@ using several methods. You can [direct download and compile the source code](../installation/sources/README.md). -You can also select a package follow the specific instructions for it: +You can also select a package follow the specific instructions for it using the following links: ### Container deployment From 999829d8cda7fc68ef7e3bb6226135f2e0177d37 Mon Sep 17 00:00:00 2001 From: Lynette Miles <6818907+esmerel@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:27:01 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com> --- installation/getting-started-with-fluent-bit.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/installation/getting-started-with-fluent-bit.md b/installation/getting-started-with-fluent-bit.md index f73acf045..65b67a442 100644 --- a/installation/getting-started-with-fluent-bit.md +++ b/installation/getting-started-with-fluent-bit.md @@ -7,7 +7,7 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit The Fluent Bit telemetry agent is available for Linux, macOS, Windows, and BSD family operating systems. -If you are interested in learning about Fluent Bit you can try out the [sandbox environment](../about/sandbox-and-lab-resources.md). +If you're interested in learning about Fluent Bit, you can try out the [sandbox environment](../about/sandbox-and-lab-resources.md). ## Requirements @@ -15,12 +15,11 @@ All Fluent Bit installations must meet certain [requirements](./requirements.md) ## Supported platforms and packages -Fluent Bit software is available for a variety of platforms and can be installed -using several methods. +Fluent Bit software is available for a variety of platforms and can be installed using several methods. You can [direct download and compile the source code](../installation/sources/README.md). -You can also select a package follow the specific instructions for it using the following links: +To select a package for a container or operating system, use the instructions for that option from the following links: ### Container deployment @@ -66,4 +65,4 @@ You can also select a package follow the specific instructions for it using the ### Enterprise packages -Fluent Bit packages are also provided by [enterprise providers](https://fluentbit.io/enterprise) for older end of life versions, Unix systems, or for additional support and features including aspects like CVE backporting. +Fluent Bit packages are also provided by [enterprise providers](https://fluentbit.io/enterprise) for older end-of-life versions, Unix systems, or for additional support and features including aspects (such as CVE backporting).