Skip to content

Commit 8b0f9bf

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent b2bfc41 commit 8b0f9bf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
* [Windows exporter metrics](pipeline/inputs/windows-exporter-metrics.md)
133133
* [Parsers](pipeline/parsers.md)
134134
* [Configuring parsers](pipeline/parsers/configuring-parser.md)
135-
* [JSON](pipeline/parsers.md)
135+
* [JSON](pipeline/parsers/json.md)
136136
* [Regular expression](pipeline/parsers/regular-expression.md)
137137
* [LTSV](pipeline/parsers/ltsv.md)
138138
* [Logfmt](pipeline/parsers/logfmt.md)
@@ -169,6 +169,7 @@
169169
* [Throttle](pipeline/filters/throttle.md)
170170
* [Type converter](pipeline/filters/type-converter.md)
171171
* [Wasm](pipeline/filters/wasm.md)
172+
* [Router](pipeline/router.md)
172173
* [Outputs](pipeline/outputs.md)
173174
* [Amazon CloudWatch](pipeline/outputs/cloudwatch.md)
174175
* [Amazon Kinesis Data Firehose](pipeline/outputs/firehose.md)

concepts/data-pipeline.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@ The Fluent Bit data pipeline incorporates several specific concepts.
66

77
The [`buffer`](./buffering.md) phase in the pipeline aims to provide a unified and persistent mechanism to store your data, using the primary in-memory model or the file system-based mode.
88

9-
## Filter
9+
## Filters
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+
1213
For more details about the Filters available and their usage, see [Filters](../pipeline/filters.md).
1314

1415
## Inputs
1516

16-
Fluent Bit provides [input plugins](../pipeline/inputs.md) to gather information from different sources. Some plugins collect data from log
17-
files, while others can gather metrics information from the operating system. There
18-
are many plugins to suit different needs.
17+
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.
1918

2019
## Outputs
2120

22-
[Outputs](../pipeline/outputs.md) let you define destinations for your data. Common
23-
destinations are remote services, local file systems, or other standard interfaces.
24-
Outputs are implemented as plugins.
21+
[Output plugins](../pipeline/outputs.md) let you define destinations for your data. Common destinations are remote services, local file systems, or other standard interfaces.
2522

2623
## Parsers
2724

0 commit comments

Comments
 (0)