File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Buildroot / Embedded Linux
2
2
3
- ## Installing
3
+ Install Fluent Bit in your embedded Linux system.
4
4
5
- To install, just select fluent-bit in your defconfig.
6
- See the Config.in file for all configuration options.
5
+ ## Install
7
6
8
- ``` defconfig
7
+ To install, select Fluent Bit in your ` defconfig ` .
8
+ See the ` Config.in ` file for all configuration options.
9
+
10
+ ``` text
9
11
BR2_PACKAGE_FLUENT_BIT=y
10
12
```
11
13
12
- ## Running
14
+ ## Run
13
15
14
- The default config file is written to:
16
+ The default configuration file is written to:
15
17
16
- ```
18
+ ``` text
17
19
/etc/fluent-bit/fluent-bit.conf
18
20
```
19
21
20
- Fluent-bit is automatically started by the S99fluent-bit script.
22
+ Fluent Bit is started by the ` S99fluent-bit ` script.
21
23
22
24
## Support
23
25
24
- All configurations with a toolchain that supports threads and dynamic library linking are supported.
26
+ All configurations with a toolchain that supports threads and dynamic library
27
+ linking are supported.
You can’t perform that action at this time.
0 commit comments