Hello,
I want to make a detailed report of all VPN connection in a time range, but I need a list with login and logout date and time and vpn tunnel.
any example of the dataset?
a list of all filed in database?
thanks.
Hi,
I build this query that show all the vpn up and down, but I need the event date and time, what field I shuld to use? dtime? itime? and how to convert to right format? GMT-3 in my case?
select xauthuser, vpntunnel,action,remip,assignip,tunnelid,duration,sentbyte,rcvdbyte,devname from $log where $filter and subtype='vpn' and (tunneltype like 'ipsec%' or tunneltype like 'ssl%') and action in ('tunnel-up', 'tunnel-down') and tunnelid is not null and tunnelid!=0
I found this function to get the date and time but in which gmt?
from_dtime(dtime)
Hi Sebastian
sebagari wrote:in FAZ time.I found this function to get the date and time but in which gmt?
from_dtime(dtime)
regards
/ Abel
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 |
---|---|
1737 | |
1107 | |
752 | |
447 | |
240 |
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.