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
Copy file name to clipboardExpand all lines: development/golang-output-plugins.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,7 @@ To build the code, use the following line:
78
78
go build -buildmode=c-shared -o out_gstdout.so out_gstdout.go
79
79
```
80
80
81
-
Once built, a shared library called `out_gstdout.so` will be available. Confirm the
82
-
final `.so` file is as expected. When you use the `ldd` over the library should see
83
-
something similar to this:
81
+
Once built, a shared library called `out_gstdout.so` will be available. Confirm the final `.so` file is as expected. When you use the `ldd` over the library should see something similar to this:
84
82
85
83
```shell
86
84
$ ldd out_gstdout.so
@@ -173,8 +171,7 @@ The following configuration keys are reserved by Fluent Bit and must not be used
173
171
174
172
### Run using a configuration file
175
173
176
-
You can load a main configuration file using `-c` option.
177
-
Note: No need to specify a plugins configuration file from command line.
174
+
You can load a main configuration file using `-c` option. You don't need to specify a plugins configuration file from command line.
0 commit comments