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 1
1
# Build with static configuration
2
2
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
6
6
case, there are scenarios where a more restricted configuration is required. Static
7
7
configuration mode restricts configuration ability.
8
8
@@ -55,7 +55,7 @@ to the standard output interface.
55
55
cd fluent-bit/build/
56
56
```
57
57
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
59
59
the configuration directory recently created:
60
60
61
61
``` bash copy
@@ -68,7 +68,7 @@ to the standard output interface.
68
68
make
69
69
```
70
70
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:
72
72
73
73
``` bash
74
74
$ bin/fluent-bit
You can’t perform that action at this time.
0 commit comments