Standard Out
Last updated
Was this helpful?
The stdout output is used to output JSON-formatted records to stdout. It is useful for during initial installation and while troubleshooting issues to see the output of the collector directly in the terminal or logs.
At anything more than a few flow records per second, the data will scroll too fast to be useful. For this reason the stdout output should be used primarily for manual testing.
Specifies whether the stdout output is enabled.
Valid Values
true, false
Default
false
Valid Values
json - Output as a single JSON-formatted record per line.
json_pretty - Output each record as a "pretty" formatted JSON document.
Default
json_pretty
This setting allows for a comma-separated list of record types that the output will send will emit. If left empty, all types will be allowed by default.
Valid Values
as_path_hop, flow_option, flow, ifa_hop, telemetry, metric, log
Default
'as_path_hop,flow_option,flow,ifa_hop,telemetry,metric,log'
Last updated
Was this helpful?
Was this helpful?
