Skip to content

Commit a5925b0

Browse files
authored
Merge pull request #1485 from fluent/lynettemiles/sc-105698/update-concepts-data-pipeline-input-md-fluent
2 parents 8827498 + 7fff851 commit a5925b0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

concepts/data-pipeline/input.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ description: The way to gather data from your sources
44

55
# Input
66

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.
811

912
```mermaid
1013
graph LR
@@ -20,8 +23,10 @@ graph LR
2023
style A stroke:darkred,stroke-width:2px;
2124
```
2225

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_.
2428

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.
2631

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

Comments
 (0)