Commit Graph

68 Commits (master)

Author SHA1 Message Date
Nicholas Brown b2ce0ef9d5 Add a logging attribute to the ipfix config element
This allows the logging level to set as part of configuration, instead
of having to use the `-l` CLI option. This mean it can also be changed
dynamically when the config file is re-read for changes.
2020-05-27 10:57:25 +01:00
Lothar Braun d36ddd6364 Fix DTLS MTU calculation for OpenSSL 1.1.0 2020-04-22 22:35:34 +02:00
Lothar Braun dc8608d5d0 Support openssl > 1.1.0 (older versions not supported) 2020-04-12 12:24:48 +02:00
Oliver Gasser 4d1304eb7e Further simplify the config file 2018-11-29 12:34:04 +01:00
Oliver Gasser 10fc0ae7cd Fix default config file 2018-11-29 12:09:32 +01:00
Oliver Gasser 5702c79911 Add basiclist example config file 2018-01-04 12:29:25 +01:00
Oliver Gasser 140901cdd2 Add autoAddV4PrefixLength to simple config 2017-06-06 22:35:12 +02:00
Oliver Gasser d763906adb Remove firstswitched database index creation
The column firstswitched is neither a IANA IE nor is it used anywhere
else in the code. Therefore, we it is removed from MySQL's and
PostgreSQL's table creation functions.
2014-09-16 17:54:50 +02:00
Oliver Gasser 7484a1bb77 Remove ipAddressType from config files
The <ipAddressType> tag inside the <collector> tag is not valid for
an <ipfixExporter>.
2014-07-29 16:58:50 +02:00
Oliver Gasser f04cbf0228 Adapt config files to use ipfixDbWriter
The config file tag <ipfixDbWriterMySQL> changed to <ipfixDbWriter> with
a <dbType> subtag.
2014-07-29 16:50:36 +02:00
Oliver Gasser ccd3651ab9 Merge branch 'master' into update_dbwriter_config 2014-07-29 15:41:09 +02:00
Lothar Braun be0e68459e Grouped example configs 2014-03-14 15:05:35 +01:00
Oliver Gasser 987f39b15b Update IPFIX DB writer config
Use separate element to store database type instead of specifying it in
the <ipfixDbWriter>'s name.
2014-03-12 15:35:09 +01:00
Lothar Braun 8fb63fb5d2 Simplified simple config 2013-12-11 13:48:37 +01:00
Lothar Braun 223b851a2f Merge branch 'merge-features' 2013-09-29 16:47:29 +02:00
Lothar Braun acb7a52347 Merge branch 'merge-features' 2013-09-29 16:43:59 +02:00
Lothar Braun 372c8bfac0 ipfixFlowInspectorExporter drop legacy names
The redis exporter used to generate flows using legacy vermont names.
This feature was dropped now and the exporter will now generate
data that uses the standard IPFIX names
2013-05-02 11:05:28 +02:00
Lothar Braun 61e8041f68 Usable error message on incompatible modules
If a configuration between contains connections between two
incompatible modules (such as a module that outputs packets
and a module that receives IpfixRecords), a developer-grade
exception has been thrown. The code now outputs some error
message that points to the potential problem.

fixes #5
2013-04-22 10:22:29 +02:00
Lothar Braun 34b31929c7 Renamed IpfixDbWriter -> IpfixDbWriterMySQL 2012-10-23 15:47:45 +02:00
Lothar Braun 12ca286416 Renamed IpfixDbReader -> IpfixDbReaderMySQL 2012-10-23 15:41:55 +02:00
Luca Bruno 48ee883020 Allow raw ElementID in MongoDB documents
MongoDB is schema-free and full keys are stored in each document;
for these reasons it makes sense to optionally store only the ID
of each netflow element instead of its description, in order to
reduce memory occupation and accomodate for future/unknown keys.

Signed-off-by: Luca Bruno <lucab@debian.org>
2012-07-22 21:08:08 +02:00
Philipp Fehre ce425d8fbe working mongo connector need to add a global counter for exporter id 2011-12-16 05:30:40 -08:00
Philipp Fehre e64d3e2890 work on mongo connector 2011-12-16 05:30:38 -08:00
Philipp Fehre 1cdc1961ad added testfiles for mongo db writer 2011-12-16 05:30:38 -08:00
Lothar Braun 204cc320cf Merge branch 'feature_oracle_connector' into ba 2011-10-31 08:58:25 +01:00
Lothar Braun 72aa14de52 Implemented possibility to keep Netflow v9 style timestamp in NetflowV9Converter in addition to IPFIX style timestamps 2011-10-29 17:12:02 +02:00
Philipp Fehre 22831339d6 added write to db test 2011-09-19 07:59:28 -07:00
Philipp Fehre 8129973fa5 simulation for auto increment id on insert added via trigger an sequence, needed to grant missing privileges as well 2011-09-14 07:27:27 -07:00
Philipp Fehre 994945a1d4 tablespace names are identified by uppercase string in oracle sql 2011-09-12 08:11:28 -07:00
Philipp Fehre 0b069d8b4e fixed oracle configurator, and added test script 2011-09-07 06:31:46 -07:00
Philipp Fehre df83818ee8 added oracle db creation script 2011-08-31 06:09:19 -07:00
Philipp Fehre 528eb9a713 fixed cmake to compile with oracle support 2011-08-31 06:09:19 -07:00
Philipp Fehre 844dea1035 test script for oracle connection 2011-08-31 06:09:19 -07:00
Lothar Braun a67af28287 - configs file used for interop testing 2011-03-25 15:24:30 +01:00
Philipp Fehre 69fd372c7b Added config for vermont export as well as ripfix ajusted to pcap in current dir 2011-03-24 05:38:45 -07:00
Lothar Braun 190d7f333e adopted configs 2011-03-24 13:28:35 +01:00
Philipp Fehre 10fc7405e1 added ripfix sctp export 2011-03-24 05:11:38 -07:00
Philipp Fehre 2a3d3e7062 Updated interop configs 2011-03-24 04:45:11 -07:00
Philipp Fehre 0b32188120 Added csnet config 2011-03-24 04:39:43 -07:00
Lothar Braun 79cd63695f simple udp collector 2011-03-24 10:32:57 +01:00
Philipp Fehre 478b4299ee Added Linux exporter over UDP 2011-03-24 02:25:40 -07:00
Philipp Fehre 6d5f260692 Merge branch 'interop' of github.com:constcast/vermont into interop 2011-03-10 08:03:05 -08:00
Philipp Fehre b01a7c54e2 Basic SCTP exporter for Linux config 2011-03-10 08:02:44 -08:00
Lothar Braun e8ff208252 test file for sctp exporter 2011-03-10 17:01:51 +01:00
Philipp Fehre 91307b264b Basic configs for linux and freebsd 2011-03-10 07:45:05 -08:00
Lothar Braun 9b92336f9b - test configuration 2011-03-10 16:36:02 +01:00
muenz 9abc64c7d6 Improved signature file reader for front payload signature matcher (hopefully, no segfaults any more due to empty lines etc.)
Example configuration for payload signature matcher


git-svn-id: file:///Users/braun/svn/vermont/branches/vermont/dtls-merge@2548 aef3b71b-58ee-0310-9ba9-8811b9f0742f
2010-09-28 13:21:21 +00:00
muenz 369abce3a7 do not send Templates multiple times to UDP collectors at startup
git-svn-id: file:///Users/braun/svn/vermont/branches/vermont/dtls-merge@2542 aef3b71b-58ee-0310-9ba9-8811b9f0742f
2010-09-15 12:36:46 +00:00
muenz 13b3d2c382 better output
git-svn-id: file:///Users/braun/svn/vermont/branches/vermont/dtls-merge@2541 aef3b71b-58ee-0310-9ba9-8811b9f0742f
2010-09-15 11:31:43 +00:00
danielmentz 3ed90a45b5 fixed detection of SCTP support in OpenSSL
git-svn-id: file:///Users/braun/svn/vermont/branches/vermont/dtls-merge@2441 aef3b71b-58ee-0310-9ba9-8811b9f0742f
2010-06-25 13:39:29 +00:00