Skip to content
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
12 changes: 8 additions & 4 deletions concepts/data-pipeline/output.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
description: 'Destinations for your data: databases, cloud services and more!'
description: Learn about destinations for your data, such as databases and cloud services.
---

# Output

The output interface allows us to define destinations for the data. Common destinations are remote services, local file system or standard interface with others. Outputs are implemented as plugins and there are many available.
The output interface lets you define destinations for your data. Common destinations
are remote services, local file systems, or other standard interfaces. Outputs are
implemented as plugins.

```mermaid
graph LR
Expand All @@ -22,8 +24,10 @@ graph LR
style H stroke:darkred,stroke-width:2px;
```

When an output plugin is loaded, an internal _instance_ is created. Every instance has its own independent configuration. Configuration keys are often called **properties**.
When an output plugin is loaded, an internal _instance_ is created. Every instance
has its own independent configuration. Configuration keys are often called
_properties_.

Every output plugin has its own documentation section specifying how it can be used and what properties are available.

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