File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: The way to gather data from your sources
6
6
7
7
[ Fluent Bit] ( http://fluentbit.io ) provides input plugins to gather information from
8
8
different sources. Some plugins collect data from log files, while others can
9
- gather metrics information from the operating system. There are many plugins for
9
+ gather metrics information from the operating system. There are many plugins to suit
10
10
different needs.
11
11
12
12
``` mermaid
@@ -26,7 +26,7 @@ graph LR
26
26
When an input plugin loads, an internal _ instance_ is created. Each instance has its
27
27
own independent configuration. Configuration keys are often called _ properties_ .
28
28
29
- Every input plugin has its own documentation section where it's specified how it can
30
- be used and what properties are available.
29
+ Every input plugin has its own documentation section that specifies how to use it
30
+ and what properties are available.
31
31
32
32
For more details, see [ Input Plugins] ( https://docs.fluentbit.io/manual/pipeline/inputs ) .
You can’t perform that action at this time.
0 commit comments