Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
IPFIXCOL2-IPFIX-INPUT(7)      IPFIXcol collector      IPFIXCOL2-IPFIX-INPUT(7)

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

DESCRIPTION
       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.

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

PARAMETERS
       path   Path to file(s) in IPFIX File format. It is possible to use  as-
	      terisk  instead  of  a filename/directory, tilde character (i.e.
	      "~") instead of the home directory of the	user,  and  brace  ex-
	      pressions	 (i.e. "/tmp/{source1,source2}/file.ipfix").  Directo-
	      ries and	non-IPFIX  Files  that	match  the  file  pattern  are
	      skipped/ignored.

       bufferSize
	      Optional size of the internal buffer to which the	content	of the
	      file is partly preloaded.	[default: 1048576, min:	131072]

AUTHOR
       Lukas Hutak (lukas.hutak@cesnet.cz)

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

2.0				  2020-04-23	      IPFIXCOL2-IPFIX-INPUT(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ipfixcol2-ipfix-input&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help