Skip to content

Commit 8d2337a

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 69ceb3d commit 8d2337a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

administration/configuring-fluent-bit/yaml/plugins-section.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Plugins section
22

3-
Fluent Bit comes with a variety of built-in plugins, and also supports loading
4-
external plugins at runtime. This feature is especially useful for loading Go or
5-
WebAssembly (Wasm) plugins that are built as shared object files (.so). Fluent Bit YAML
6-
configuration provides the following ways to load these external plugins:
3+
Fluent Bit comes with a variety of built-in plugins, and also supports loading external plugins at runtime. This feature is especially useful for loading Go or WebAssembly (Wasm) plugins that are built as shared object files (.so). Fluent Bit YAML configuration provides the following ways to load these external plugins:
74

85
## Inline YAML
96

@@ -27,8 +24,7 @@ pipeline:
2724
2825
## YAML plugins file included using the `plugins_file` option
2926

30-
You can load external plugins from a separate YAML file by specifying the
31-
`plugins_file` option in the service section for better modularity.
27+
You can load external plugins from a separate YAML file by specifying the `plugins_file` option in the service section for better modularity.
3228

3329
To configure this:
3430

0 commit comments

Comments
 (0)