<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fortigate VPN User Statistics in Security</title>
    <link>https://community.splunk.com/t5/Security/Fortigate-VPN-User-Statistics/m-p/520923#M11817</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can y help me to create research for fortigate VPN User?&lt;/P&gt;&lt;P&gt;statistics witch user, duration vpn and total gb&lt;/P&gt;&lt;P&gt;default splunk app not have this detail, need know totale vpn user per day and detail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bye &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is app search (not have total event for user but all total event)&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true max(_time) AS NTime, last(log.system_event.vpn.tunnelname) AS Tunnel_Name, last(log.sentbyte) AS Sent, last(log.rcvdbyte) AS Received, last(log.system_event.vpn.tunneltype) AS Tunnel_Type, last(log.user) AS User, last(log.system_event.vpn.group) AS User_Group, last(log.system_event.vpn.duration) AS Duration_Sec FROM datamodel="ftnt_fos" WHERE nodename="log.system_event.vpn" log.sentbyte!=0 log.rcvdbyte!=0 log.devname="*" log.vd="*" log.system_event.vpn.tunneltype="*" log.user="*" groupby _time log.system_event.vpn.tunnelname | sort -_time | eval Received_MB = (Received/(1024*1024))| eval Sent_MB = (Sent/(1024*1024)) |sort -_time| convert ctime(NTime) as Time | table Time, Tunnel_Name, Tunnel_Type, User, User_Group, Sent_MB, Received_MB, Duration_Sec&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 19:45:43 GMT</pubDate>
    <dc:creator>lastangel32</dc:creator>
    <dc:date>2020-09-22T19:45:43Z</dc:date>
    <item>
      <title>Fortigate VPN User Statistics</title>
      <link>https://community.splunk.com/t5/Security/Fortigate-VPN-User-Statistics/m-p/520923#M11817</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can y help me to create research for fortigate VPN User?&lt;/P&gt;&lt;P&gt;statistics witch user, duration vpn and total gb&lt;/P&gt;&lt;P&gt;default splunk app not have this detail, need know totale vpn user per day and detail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bye &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is app search (not have total event for user but all total event)&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true max(_time) AS NTime, last(log.system_event.vpn.tunnelname) AS Tunnel_Name, last(log.sentbyte) AS Sent, last(log.rcvdbyte) AS Received, last(log.system_event.vpn.tunneltype) AS Tunnel_Type, last(log.user) AS User, last(log.system_event.vpn.group) AS User_Group, last(log.system_event.vpn.duration) AS Duration_Sec FROM datamodel="ftnt_fos" WHERE nodename="log.system_event.vpn" log.sentbyte!=0 log.rcvdbyte!=0 log.devname="*" log.vd="*" log.system_event.vpn.tunneltype="*" log.user="*" groupby _time log.system_event.vpn.tunnelname | sort -_time | eval Received_MB = (Received/(1024*1024))| eval Sent_MB = (Sent/(1024*1024)) |sort -_time| convert ctime(NTime) as Time | table Time, Tunnel_Name, Tunnel_Type, User, User_Group, Sent_MB, Received_MB, Duration_Sec&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 19:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Fortigate-VPN-User-Statistics/m-p/520923#M11817</guid>
      <dc:creator>lastangel32</dc:creator>
      <dc:date>2020-09-22T19:45:43Z</dc:date>
    </item>
  </channel>
</rss>

