hatamiarash7/netflow-exporter
It's a simple Prometheus exporter for NetFlow. Supported versions:
You can use binary or Docker image.
docker run -d \
-p 9438:9438 \
hatamiarash7/netflow-exporter:v1.0.0
Or
./netflow-exporter
There is multiple runtime flags to configure the exporter:
Flag | Description | Default |
---|---|---|
-log-level | Log level | info |
-log-format | Log format | text |
-listen-address | Network address to accept NetFlow packets | :2055 |
-metric-address | Network address to expose metrics | :9438 |
-metrics-path | Path under which to expose metrics | /metrics |
-include | Include filter for NetFlow packets | Count$ |
-exclude | Exclude filter for NetFlow packets | Time |
-sample-expire | How long a sample is valid for | 60s |
Don't be shy and reach out to us if you want to contribute 😉
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
docker pull hatamiarash7/netflow-exporter