UNPKG

nsyslog

Version:

Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations

20 lines (15 loc) 334 B
## Stat Transporter Logs the number of messages received after a specified threshold. ## Examples ```json "transporters" : { "stat" : { "type" : "stat", "config" : { "threshold" : 1000 } } } ``` ## Configuration parameters * **threshold** : The message count threshold for logging. Defaults to 1000.