1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

16 Commits

Author SHA1 Message Date
c38607daf9 transport: mute errors when too verbose (#249) 2024-01-06 01:03:13 -08:00
ff4ddca5d5 metrics: collect drops on receiver (#226) 2024-01-06 00:51:07 -08:00
1a5d58e3cf feat: handle panic (#254) 2023-12-09 11:56:30 -08:00
da044ac77a producer: add datetime render (#225) 2023-12-06 05:03:45 -08:00
a0660824f0 goflow2: add configuration example for sflow mapping (#224) 2023-10-18 19:54:47 -07:00
edc306cc29 goflow2: add additional parameters in listen URL (#208)
Co-authored-by: Paweł Mieczkowski <pawel.mieczkowski@redge.com>
2023-09-01 14:45:07 -07:00
b047aafe15 goflow2: allows using a single port for multiple protocols (sFlow, NetFlow, IPFIX) (#197) 2023-08-14 18:39:56 -07:00
ae56e41786 refactor: v2 (#150) 2023-08-09 19:47:20 -07:00
b58874c36a app: hotfix (#156) 2023-04-20 06:46:01 -07:00
c4c4ffb4e4 Refactor template as module (#49)
* Refactor template as module
* Abstraction to allow custom template storage (eg: file, redis, http...)
* Works similarly to Transport and Format
2023-04-15 20:52:32 -07:00
d59f209302 mapping: support endianness (#130) 2023-03-28 22:05:47 -07:00
40e5ef08fd mapping: allow lists to be mapped (#149) 2023-03-28 21:55:21 -07:00
05a03e2446 socket reuse URI argument (#107) 2022-10-08 08:50:23 -07:00
536b08812f Custom map flow fields (#36)
* adds dataframe link decoding
* can map NetFlow/IPFIX fields and bytes sections from sFlow/packets to any field inside the protobuf
* add CLI argument for loading a mapping yaml file
2021-09-23 20:41:17 -07:00
e52a053c9c formatting improved with selectors and text output (#14)
* Improve format registration
* less interleaving (json does not require importing protobuf)
* generic text renderer
* escape for strings in text/json formatter
2021-06-11 08:42:32 -07:00
e4bacbc4bd init 2021-05-25 17:33:26 -07:00