Skip to content

Commit 8404418

Browse files
committed
Make getting started page more friendly
Signed-off-by: Lynette Miles <[email protected]>
1 parent e7f06c3 commit 8404418

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

installation/getting-started-with-fluent-bit.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,32 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit
55

66
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=e9732f9c-44a4-46d3-ab87-86138455c698" />
77

8-
## Container deployment
8+
The Fluent Bit telemetry agent is available for Linux, macOS, Windows, and BSD family operating systems.
9+
10+
If you are interested in learning about Fluent Bit you can try out the [sandbox environment](../about/sandbox-and-lab-resources.md).
11+
12+
## Requirements
13+
14+
All Fluent Bit installations must meet certain [requirements](./requirements.md).
15+
16+
## Supported platforms and packages
17+
18+
Fluent Bit software is available for a variety of platforms and can be installed
19+
using several methods.
20+
21+
You can [direct download and compile the source code](../installation/sources/README.md).
22+
23+
You can also select a package follow the specific instructions for it:
24+
25+
### Container deployment
926

1027
| Deployment Type | Instructions |
1128
| ----------------- | -------------------------------------------------- |
1229
| Kubernetes | [Deploy on Kubernetes](kubernetes.md#installation) |
1330
| Docker | [Deploy with Docker](docker.md) |
1431
| Containers on AWS | [Deploy on Containers on AWS](aws-container.md) |
1532

16-
## Install on Linux (packages)
33+
### Install on Linux (packages)
1734

1835
| Operating System | Installation instructions |
1936
| ---------------------- | ------------------------- |
@@ -25,35 +42,28 @@ description: A guide on how to install, deploy, and upgrade Fluent Bit
2542
| Yocto / Embedded Linux | [Yocto / Embedded Linux](yocto-embedded-linux.md#fluent-bit-and-other-architectures) |
2643
| Buildroot / Embedded Linux | [Buildroot / Embedded Linux](buildroot-embedded-linux.md) |
2744

28-
## Install on Windows (packages)
45+
### Install on Windows (packages)
2946

3047
| Operating System | Installation instructions |
3148
| ------------------- | ------------------------- |
3249
| Windows Server 2019 | [Windows Server `EXE`](windows.md#installing-from-exe-installer), [Windows Server ZIP](windows.md#installing-from-zip-archive) |
3350
| Windows 10 2019.03 | [Windows `EXE`](windows.md#installing-from-exe-installer), [Windows ZIP](windows.md#installing-from-zip-archive) |
3451

35-
## Install on macOS (packages)
52+
### Install on macOS (packages)
3653

3754
| Operating System | Installation instructions |
3855
| ------------------- | --------------------------------------------- |
3956
| macOS | [Homebrew](macos.md#installing-from-homebrew) |
4057

41-
## Compile from source (Linux, Windows, FreeBSD, macOS)
58+
### Compile from source (Linux, Windows, FreeBSD, macOS)
4259

4360
| Operating system | Installation instructions |
4461
| ---------------- | ----------------------------------------------------------- |
4562
| Linux, FreeBSD | [Compile from source](sources/build-and-install.md) |
4663
| macOS | [Compile from source](macos.md#compile-from-source) |
4764
| Windows | [Compile from Source](windows.md#compile-from-source) |
4865

49-
## Sandbox environment
50-
51-
If you are interested in learning about Fluent Bit you can try out the sandbox environment:
52-
53-
{% embed url="https://play.instruqt.com/embed/Fluent/tracks/fluent-bit-getting-started-101?token=em_S2zOzhhDQepM0vDS" %}
54-
Fluent Bit sandbox environment
55-
{% endembed %}
5666

57-
## Enterprise packages
67+
### Enterprise packages
5868

59-
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.
69+
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.

0 commit comments

Comments
 (0)