-
Notifications
You must be signed in to change notification settings - Fork 540
install: requirements: style updates for requirements doc #1494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
esmerel
merged 2 commits into
master
from
lynettemiles/sc-105705/update-installation-requirements-md-fluent+
Nov 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,20 @@ | ||
| # Requirements | ||
|
|
||
| [Fluent Bit](http://fluentbit.io) uses very low CPU and Memory consumption, it's compatible with most of x86, x86\_64, arm32v7, arm64v8 based platforms. In order to build it you need the following components in your system for the build process: | ||
| [Fluent Bit](http://fluentbit.io) has very low CPU and Memory consumption. It's | ||
| compatible with most x86, x86_64, arm32v7, and arm64v8 based platforms. | ||
esmerel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * Compiler: GCC or clang | ||
| * CMake | ||
| * Flex & Bison: only if you enable the Stream Processor or Record Accessor feature \(both enabled by default\) | ||
| * Libyaml development headers and libraries | ||
| The build process requires the following components: | ||
|
|
||
| In the core there are not other dependencies, For certain features that depends on third party components like output plugins with special backend libraries \(e.g: kafka\), those are included in the main source code repository. | ||
| - Compiler: GCC or clang | ||
| - CMake | ||
| - Flex and Bison: Required for | ||
| [Stream Processor](https://docs.fluentbit.io/manual/stream-processing/introduction) | ||
| or [Record Accessor](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode/record-accessor) | ||
| - Libyaml development headers and libraries | ||
|
|
||
| Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter plugins are not. | ||
| Core has no other dependencies. Some features depend on third-party components. | ||
| For example, output plugins with special backend libraries like Kafka include those | ||
| libraries in the main source code repository. | ||
|
|
||
| Fluent Bit is supported on Linux on IBM Z(s390x), but the WASM and LUA filter | ||
| plugins aren't. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.