Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluentbit: docs: Update input concept for style #1485

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions concepts/data-pipeline/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ description: The way to gather data from your sources

# Input

[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.
[Fluent Bit](http://fluentbit.io) provides input plugins to gather information from
different sources. Some plugins collect data from log files, while others can
gather metrics information from the operating system. There are many plugins to suit
different needs.

```mermaid
graph LR
Expand All @@ -20,8 +23,10 @@ graph LR
style A stroke:darkred,stroke-width:2px;
```

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**.
When an input plugin loads, an internal _instance_ is created. Each instance has its
own independent configuration. Configuration keys are often called _properties_.

Every input plugin has its own documentation section where it's specified how it can be used and what properties are available.
Every input plugin has its own documentation section that specifies how to use it
and what properties are available.

For more details, please refer to the [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs) section.
For more details, see [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs).