Louis
Louis
Started thinking on how to do it (branch `feature/custom-map-sflow`). https://github.com/netsampler/goflow2/blob/cb238e17d1ba78cfea76e7c13d9f08a051541dec/decoders/sflow/sflow.go#L251-L253 I realize that custom decoding of certain structures (non fixed length) might be tricky with single offset+length configuration. Might be...
Hi @networkop, apologies for the delay. This is great! Kafka and Clickhouse are big deployments and require operators: it might be interesting to have a Deployment/Helm for GoFlow. Do you...
Hi @shyam334 Yes that is a good idea. What backend implementation are you thinking of? Besides local files, maybe Redis could do? Along with this, expiration of templates should be...
For #49 I went with a similar design I used with Format and Transports. Right now there is only a sample with [Memory](https://github.com/netsampler/goflow2/blob/feature/modularize-templates/decoders/netflow/templates/memory/memory.go) which could be used as a base...
Hello, Thanks for the report. I'm a bit late on this. I'm able to reproduce. Will see how I can fix. The race condition does not like closing or changing...
I believe this was fixed with https://github.com/netsampler/goflow2/pull/118.
Hello, You may be able to enrich data with [Elastic](https://www.elastic.co/guide/en/logstash/current/lookup-enrichment.html) or possibly log collection (with [fluentd](https://www.fluentd.org/guides/recipes/apache-add-hostname) in replacement of logstash) but I never tried it. Otherwise, implementing the enrichment in...
Added file storage.
Should also see if possible to add similar system to save the current sampling rate.
@shyam334 I pushed changes: * noticed a bug which could result of having multiple template modules with same target (eg: running with `-listen netflow://:2055,netflow://4739`) * added a general lock surrounding...