You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use these lab resources to their full extent, you'll need to [install](../installation/downloads) resources in your local environment to test and run Fluent Bit.
9
+
To use these lab resources to their full extent, you'll need to [install](../installation/downloads.md) resources in your local environment to test and run Fluent Bit.
Copy file name to clipboardExpand all lines: installation/downloads.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ The Fluent Bit build process requires the following components:
11
11
12
12
- Compiler: GCC or clang
13
13
- CMake
14
-
- Flex and Bison: Required for [Stream Processor](../stream-processing/overview) or [Record Accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor)
14
+
- Flex and Bison: Required for [Stream Processor](../stream-processing/overview.md) or [Record Accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor.md)
15
15
- Libyaml development headers and libraries
16
16
17
17
Certain features of Fluent Bit depend on additional third-party components. For example, output plugins with special backend libraries like Kafka include those libraries in the main source code repository.
18
18
19
19
## Build from source code
20
20
21
-
You can [build and install Fluent Bit from its source code](../installation/downloads/source). There are also platform-specific guides for building Fluent Bit from source on [macOS](../installation/downloads/macos#compile-from-source) and [Windows](../installation/downloads/windows#compile-from-source).
21
+
You can [build and install Fluent Bit from its source code](../installation/downloads/source.md). There are also platform-specific guides for building Fluent Bit from source on [macOS](../installation/downloads/macos#compile-from-source.md) and [Windows](../installation/downloads/windows#compile-from-source.md).
22
22
23
23
## Supported platforms and packages
24
24
@@ -28,30 +28,30 @@ To install Fluent Bit from one of the available packages, use the installation m
28
28
29
29
Fluent Bit is available for the following container deployments:
30
30
31
-
-[Containers on AWS](../installation/downloads/aws-container)
0 commit comments