GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IPFIXCOL2-IPFIX-INPUT(7) IPFIXcol collector IPFIXCOL2-IPFIX-INPUT(7)

ipfixcol2-ipfix-input - IPFIX File (input plugin)

The plugin reads flow data from one or more files in IPFIX File format. It is possible to use it to load flow records previously stored using IPFIX output plugin.

Unlike UDP and TCP input plugins which infinitely waits for data from NetFlow/IPFIX exporters, the plugin will terminate the collector after all files are processed.

<input>

<name>IPFIX File</name>
<plugin>ipfix</plugin>
<params>
<path>/tmp/flow/file.ipfix</path>
</params> </input>


Path to file(s) in IPFIX File format. It is possible to use asterisk instead of a filename/directory, tilde character (i.e. "~") instead of the home directory of the user, and brace expressions (i.e. "/tmp/{source1,source2}/file.ipfix"). Directories and non-IPFIX Files that match the file pattern are skipped/ignored.
Optional size of the internal buffer to which the content of the file is partly preloaded. [default: 1048576, min: 131072]

Lukas Hutak (lukas.hutak@cesnet.cz)

Copyright © 2020 CESNET, z.s.p.o.

2020-04-23 2.0

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.