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: concepts/data-pipeline/input.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ description: The way to gather data from your sources
4
4
5
5
# Input
6
6
7
-
[Fluent Bit](http://fluentbit.io) provides different _Input Plugins_ to gather information from different sources, some of them just collect data from log files while others can gather metrics information from the operating system. There are many plugins for different needs.
7
+
[Fluent Bit](http://fluentbit.io) provides input plugins to gather information from
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 to suit
10
+
different needs.
8
11
9
12
```mermaid
10
13
graph LR
@@ -20,8 +23,10 @@ graph LR
20
23
style A stroke:darkred,stroke-width:2px;
21
24
```
22
25
23
-
When an input plugin is loaded, an internal _instance_ is created. Every instance has its own and independent configuration. Configuration keys are often called **properties**.
26
+
When an input plugin loads, an internal _instance_ is created. Each instance has its
27
+
own independent configuration. Configuration keys are often called _properties_.
24
28
25
-
Every input plugin has its own documentation section where it's specified how it can 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.
26
31
27
-
For more details, please refer to the [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs) section.
32
+
For more details, see [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs).
0 commit comments