Louis

Results 206 comments of Louis

Is there anything that references Option Templates anywhere? Can you configure manually the sampling? Will look into adding a CLI option in [GoFlow](https://github.com/cloudflare/goflow) that defines a fixed Sampling Rate. In...

I'm assuming it's expected but I don't know enough how Mikrotik samples (actioned before DNAT on ingress and after SNAT on egress). Could you check with a packet capture?

Example for testing: ```#!/usr/bin/env python from pprint import pprint from jnpr.junos.transport.rest import Rest from jnpr.junos import Device dev = Device(host='192.168.1.x', port = '8080', user='user', password='pass', rest = True, ssl_verify =...

Thank you. I am hesitant adding it into the producer. This should be supported using the custom mapping options. Would you be able to test https://github.com/netsampler/goflow2/pull/130 which supports little endian...

> I have had a quick look at your changes, unfortunatly controlling endianness in the mapping means you're applying an endianness "fix" on every flow exporter, not just the devices/exporters...

Same issue :( . My current workaround is binding `authlib==1.2.0`

@lepture @Lawouach btw thank you for your work! I tried as much as I could to fix it but I don't really know how. I am suspecting it could be...

I believe this is resolved. See https://github.com/netsampler/goflow2/blob/app/refactor/docs/protocols.md#map-custom-fields (#150) also for mapping examples. Feel free to re-open if I missed something

I believe this is resolved. Feel free to re-open otherwise.