Hi All, I have a dataset that filter the time / date and total time per day of a specific user's login and logout of the SSLVPN resource. In this dataset I have five columns (user, inicio(start), fim(end), tempo_conexao (sum start and end of login) and source IP). I would like to sum all input from column tempo_conexao, does anyone have any idea how I can do this? Test of the my dataset on the attached image. Follow the dataset I'm using: SELECT `user`, TO_CHAR(TO_TIMESTAMP(`itime`-`duration`)::timestamp, 'YYYY-MM-DD HH24:MI:SS') AS Inicio, TO_CHAR(TO_TIMESTAMP(`itime`)::timestamp, 'YYYY-MM-DD HH24:MI:SS') AS Fim, TO_CHAR((`duration` || 'second')::interval, 'HH24:MI:SS') AS Tempo_Conexao, `remip` AS IP_Origem FROM $log-event WHERE $filter AND `subtype`='vpn' AND `tunneltype`='ssl-tunnel' AND `action`='tunnel-down' GROUP BY `user`, Inicio, Fim, Tempo_Conexao, IP_Origem ORDER BY Inicio ASC Best regards, EB
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1713 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.