Hi, I am running packetbeat on one of my production servers to analyse the amount of data transfer between my server ip and to all other ips. Below is my flow configuration in packetbeat.yml
packetbeat.flows:
timeout: 150s
Configure reporting period. If set to -1, only killed flows will be reported
period: 1m
My doubt here is, when packetbeat reports flow data for the current minute does it cumulate it with the previous minute's numbers?