Whats is the default reporting freqency of the client

Hi All,

Could you please help me understand at what frequency does an endpoint report back to its relay? Is it every 15 minutes, as I have been noticing “Post result” entry in most of our client logs.

or is it like after completion of (evaluation loop + action time + query time) an endpoint will report to its relay. Trying to understand the flow of it.

Also in the analysis when we choose “Every report” as the analysis run frequency, does it again depend on the default reporting frequency of the client?

Many thanks in advance

It’s what ever you set the _BESClient_Report_MinimumInterval setting to be configured as. If your environment isn’t too large or dealing with really slow links, then leave the default in place.

1 Like

Thats true for the “minimum” report times but the client will only actually report if something changed, or if the “heartbeat” (set in the console) has been reached or when the content loop has been completed.

3 Likes

Thanks for the info, can you also please let us know the frequency of Analysis Query run when “Every Report” is chosen?