Skip to content

Commit 137d485

Browse files
committed
Data pipeline: condense input and output
Signed-off-by: Lynette Miles <[email protected]>
1 parent 69330da commit 137d485

File tree

4 files changed

+5
-40
lines changed

4 files changed

+5
-40
lines changed

concepts/data-pipeline.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The [`buffer`](./buffering.md) phase in the pipeline aims to provide a unified a
99
## Filter
1010

1111
In production environments you need full control of the data you're collecting. Filtering lets you alter the collected data before delivering it to a destination.
12-
For more details about the Filters available and their usage, see [Filters](https://docs.fluentbit.io/manual/pipeline/filters).
12+
For more details about the Filters available and their usage, see [Filters](../pipeline/filters.md).
1313

1414
## Inputs
15+
16+
Fluent Bit provides [input plugins](../pipeline/inputs.md) 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.

concepts/data-pipeline/output.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
---
2-
description: The way to gather data from your sources
3-
---
1+
# Inputs
42

5-
# Input
6-
7-
[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.
3+
Input plugins 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.
84

95
```mermaid
106
graph LR
@@ -21,7 +17,3 @@ graph LR
2117
```
2218

2319
When an input plugin loads, an internal _instance_ is created. Each instance has its own independent configuration. Configuration keys are often called _properties_.
24-
25-
Every input plugin has its own documentation section that specifies how to use it and what properties are available.
26-
27-
For more details, see [Input Plugins](https://docs.fluentbit.io/manual/pipeline/inputs).

pipeline/outputs.md

Whitespace-only changes.

0 commit comments

Comments
 (0)