Skip to content

Tags: bwNetFlow/flowpipeline

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
lumberjack: added support for transport compression (#76)

Co-authored-by: Heiko Reese <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New segment modify/addrstrings (#74)

* Added function to render MAC addresses as strings

* added new segment addrstrings

* Added fields for modify/addrstrings to protobuf definition

* addrstrings: fixed name typo, added minimal implementation and documentation.

* Fixed protobuf namespace clash by renaming `flow.proto` and `flow*.go`.

Added protobuf compilation command to Makefile.

* modify/addrstrings: fixed writing source MAC to wrong field

* Fixed and enhanced documentation for modify/addrstrings.

Explicitly marked all yaml code segments as such for better highlighting.

* Added tests for modify/addrstrings

---------

Co-authored-by: Heiko Reese <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new segment: modify/aslookup (#70)

* Add aslookup segment

* Clarify documentation

* Add config sanity checking, make db default type, add tests

* Add example config

* Add example lookup file, use correct file path

---------

Co-authored-by: Sebastian Schnorbus <[email protected]>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from bwNetFlow/fix/toptalkers-metrics-thresholds

segment toptalkers_metrics: fixed logic to evaluate thresholds

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new segment: analysis/toptalkers-metrics (#66)

* added first working version of toptalkers_metrics segment

* moved ticker from records to DB, records are now tracking if they are elegible for export, cleanup runs as separate goroutine, bucket duration is now configurable

* forward flows based on traffic levels

* added a metric for the DB size after cleanup

* defined the segment as a filter segment, so drops can be used in the pipeline

* added documentation and example for toptalkers-metrics

* go mod tidy

* go mod tidy

* go version bumped from 1.18 to 1.20

* fuck yaml

* updated Dockerfile to go 1.20

* updated dependencies

---------

Co-authored-by: Sebastian Neuner <[email protected]>

v0.11.1-beta

Toggle v0.11.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add libpacap to action release

v0.11.0-beta

Toggle v0.11.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
implement reversedns segment (#54)

* revdns: initial working version, no cache, no threads, no nothing

* add working reverse dns impl, but this needs to be non-blocking for cache population

* finish reversedns segment and document it

v0.10.3-beta

Toggle v0.10.3-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Kafkaconsumer: handle multiple rebalances correctly (#63)

* snmp: optimize memory usage on startup until cache is full

* kafkaconsumer: handle multiple rebalances correctly

v0.10.2-beta

Toggle v0.10.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
kafkaproducer: hotfix for reflection error occuring on split produce (#…

…61)

v0.10.1-beta

Toggle v0.10.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #57 from bwNetFlow/prometheus

implement support for multiple prometheus segments