nsyslog
Version:
Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations
16 lines (11 loc) • 442 B
Markdown
## Reemit Transporter
Reemit transporter is a special case of transporter that redirects an output entry to the flows input again, This is useful if you want to create a graph of flows.
Reemit transporter desn't need to be declared, as it is internally instantiated by NSyslog, and identified by the \# token.
## Examples
```json
{
"flows" : [
{"from":"some_input", "processors":"somework", "transporters":"#"}
]
}
```