Most Liked Posts Recent Solutions
No Content Available

User Activity

Hi, so I need to show something like this:App | sum | Sum of the past 30 days the querie would be something like this:select app, sum(bandwidth), (sum(bandwidth)/30) from $log where to_timestamp(itime)::date BETWEEN (current_date) and (current_date-3...
Hi, so I need to do a query that shows the app, user and the kind of threat. But the app and the user are on the "Traffic" kind log and the things related to threats are in another kind of log.So is it possible to join fields from one Log of certain ...