https://github.com/iitis/ipflux
Store IPFIX streams in InfluxDB
https://github.com/iitis/ipflux
influxdb ipfix ipfix-collector
Last synced: about 2 months ago
JSON representation
Store IPFIX streams in InfluxDB
- Host: GitHub
- URL: https://github.com/iitis/ipflux
- Owner: iitis
- License: gpl-3.0
- Created: 2019-02-11T12:47:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T12:52:49.000Z (about 6 years ago)
- Last Synced: 2025-01-17T13:32:23.274Z (3 months ago)
- Topics: influxdb, ipfix, ipfix-collector
- Language: Go
- Size: 20.5 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ipflux
This program will store IPFIX UDP streams in InfluxDB.
Before storing the data, consider the following:
* switch InfluxDB indexing to TSI,
* create a data retention policy that will drop old data.
If not, your disk and memory will explode in time inversely proportional to your network size :)# Author
Paweł Foremski, , [@pforemski](https://twitter.com/pforemski)