|
83 | 83 | * [Performance Tips](administration/performance.md)
|
84 | 84 | * [AWS credentials](administration/aws-credentials.md)
|
85 | 85 |
|
86 |
| -## Local Testing |
| 86 | +## Local testing |
87 | 87 |
|
88 |
| -* [Validating your Data and Structure](local-testing/validating-your-data-and-structure.md) |
89 |
| -* [Running a Logging Pipeline Locally](local-testing/logging-pipeline.md) |
| 88 | +* [Validate your data and structure](local-testing/validating-your-data-and-structure.md) |
| 89 | +* [Run a logging pipeline locally](local-testing/logging-pipeline.md) |
90 | 90 |
|
91 |
| -## Data Pipeline <a href="#pipeline" id="pipeline"></a> |
| 91 | +## Data pipeline |
92 | 92 |
|
93 | 93 | * [Pipeline Monitoring](pipeline/pipeline-monitoring.md)
|
94 | 94 | * [Inputs](pipeline/inputs/README.md)
|
|
223 | 223 | * [Vivo Exporter](pipeline/outputs/vivo-exporter.md)
|
224 | 224 | * [WebSocket](pipeline/outputs/websocket.md)
|
225 | 225 |
|
226 |
| -## Stream Processing |
| 226 | +## Stream processing |
227 | 227 |
|
228 |
| -* [Introduction to Stream Processing](stream-processing/introduction.md) |
| 228 | +* [Introduction to stream processing](stream-processing/introduction.md) |
229 | 229 | * [Overview](stream-processing/overview.md)
|
230 | 230 | * [Changelog](stream-processing/changelog.md)
|
231 |
| -* [Getting Started](stream-processing/getting-started/README.md) |
232 |
| - * [Fluent Bit + SQL](stream-processing/getting-started/fluent-bit-sql.md) |
233 |
| - * [Check Keys and NULL values](stream-processing/getting-started/check-keys-null-values.md) |
234 |
| - * [Hands On 101](stream-processing/getting-started/hands-on.md) |
235 |
| - |
236 |
| -## Fluent Bit for Developers <a href="#development" id="development"></a> |
237 |
| - |
238 |
| -* [C Library API](development/library_api.md) |
239 |
| -* [Ingest Records Manually](development/ingest-records-manually.md) |
240 |
| -* [Golang Output Plugins](development/golang-output-plugins.md) |
241 |
| -* [WASM Filter Plugins](development/wasm-filter-plugins.md) |
242 |
| -* [WASM Input Plugins](development/wasm-input-plugins.md) |
243 |
| -* [Developer guide for beginners on contributing to Fluent Bit](development/developer-guide.md) |
| 231 | +* [Get started](stream-processing/getting-started/README.md) |
| 232 | + * [Fluent Bit and SQL](stream-processing/getting-started/fluent-bit-sql.md) |
| 233 | + * [Check keys and null values](stream-processing/getting-started/check-keys-null-values.md) |
| 234 | + * [Tutorial](stream-processing/getting-started/hands-on.md) |
| 235 | + |
| 236 | +## Fluent Bit for developers |
| 237 | + |
| 238 | +* [C library API](development/library_api.md) |
| 239 | +* [Ingest records manually](development/ingest-records-manually.md) |
| 240 | +* [Golang output plugins](development/golang-output-plugins.md) |
| 241 | +* [Wasm filter plugins](development/wasm-filter-plugins.md) |
| 242 | +* [Wasm input plugins](development/wasm-input-plugins.md) |
| 243 | +* [Contribution guide for beginners](development/developer-guide.md) |
0 commit comments