The forward_output operator sends logs to another Stanza instance running forward_input.
| Field | Default | Description |
|---|---|---|
id |
forward_output |
A unique identifier for the operator |
address |
required | The address that the downstream Stanza instance is listening on |
buffer |
A buffer block indicating how to buffer entries before flushing | |
flusher |
A flusher block configuring flushing behavior |
Configuration:
- type: forward_output
address: "http://downstream_server:25535"