Hi there,
I have mikrotik router 1100AHx2 and i am trying to parse its log.
i created a service listening to port 514 and send log to it from the router. everything work great.
i logged connections of one pc and parsed the (len) to calculate size of traffic for that host, but it seems like the router sends only part of the connections logs, because for example i used scp to send 10MB file and the parsed log only shows 2MB.
i was wondering if this is a bug in mikrotik.
P.S: the service is working correctly.