File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Build with static configuration
22
3- [ Fluent Bit] ( https://fluentbit.io ) in normal operation mode is configurable through [ text
4- files] ( https://github.com/fluent/fluent-bit-docs/tree/8ab2f4cda8dfdd8def7fa0cf5c7ffc23069e5a70 /installation/configuration/file.md)
5- or using specific arguments in the command line. While this is the ideal deployment
3+ [ Fluent Bit] ( https://fluentbit.io ) in normal operation mode is configurable through
4+ [ text files] ( /installation/configuration/file.md )
5+ or using specific arguments in the command line. Although this is the ideal deployment
66case, there are scenarios where a more restricted configuration is required. Static
77configuration mode restricts configuration ability.
88
@@ -55,7 +55,7 @@ to the standard output interface.
5555 cd fluent-bit/build/
5656 ```
5757
58- 1 . Run CMake, appending the appending the ` FLB_STATIC_CONF ` option pointing to
58+ 1 . Run CMake, appending the ` FLB_STATIC_CONF ` option pointing to
5959 the configuration directory recently created:
6060
6161 ``` bash copy
@@ -68,7 +68,7 @@ to the standard output interface.
6868 make
6969 ```
7070
71- The ` fluent-bit ` binary generated is ready to run without further configuration:
71+ The generated ` fluent-bit ` binary is ready to run without additional configuration:
7272
7373``` bash
7474$ bin/fluent-bit
You can’t perform that action at this time.
0 commit comments