Peter Haag

Results 109 comments of Peter Haag

@richilav - did you succeed with the new format? Did you check, if your exporter could be the cause?

Please reopen, if you could not resolve the issue

Well - IPFIX is not defined to be transported over TCP, as far as I know. However, you would need to change the socket code, in order to switch to...

Thanks @matwei . I'll have a look at that. I real life, I have never came across to SCTP or TCP, as almost no one implements that. If I am...

If TCP and/or SCTP is a general user request, I'd happily will have a look at it. Please add comments. For now I suspend this request until more requests show...

Hmm .. I would need to check the code back for 1.7.3, but speaking for 1.7.6 and later, file rotation should not delay a lot, as flushing and closing on...

Flow collection and compressing/storing data is done in different threads. They need to synchronise during the rotation cycle - means the collector thread gets suspended until the queue of data...

> > Feel free to share other ideas here or by email > > If you want ideas... :) > > * The biggest challenge with our ingestion is the...

Thanks! - Just one quest - which fsync did you remove? All of them or a specific one?

> I went from NFdump 1.7.5 -> 1.7.4 and things actually work now, so there's some incompatibility w/ 1.7.5. And indeed it says json output is supported since 1.6.17. >...