<?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 Re: VPN connection information report in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547486#M65352</link>
    <description>&lt;P&gt;Can you share some (anonymised) events covering start of day (without start of "transaction"), during day (with start and end of "transaction") and end of day (without end of transaction)?&lt;/P&gt;</description>
    <pubDate>Sat, 10 Apr 2021 08:46:42 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-04-10T08:46:42Z</dc:date>
    <item>
      <title>VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547476#M65349</link>
      <description>&lt;P&gt;Hello everybody.&lt;BR /&gt;I need your help.&lt;/P&gt;&lt;P&gt;I do not know so well about all the functionality of the Splunk, but I was given the task of monitoring the VPN connection. I've been sitting on this task for a while now, and I'm almost done. But I cannot decide the last point.&lt;BR /&gt;As in the picture below, I was able to collect some information. As in the first picture, I was able to subtract the time from the start to the end of each session. But if you start the search as "&lt;STRONG&gt;for the whole day&lt;/STRONG&gt;", then there is no information about sessions that have not yet closed and that start at 23:00 and end at 2:00 for example.&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Search string:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;sourcetype=cisco:asa message_id=722051 OR message_id=113019 OR message_id=722011 user=zhanali&lt;BR /&gt;| eval session_info = if((message_id = "113019" OR message_id = "722011"), "session_end", "session_start")&lt;BR /&gt;| transaction startswith=eval(session_info="session_start") endswith=eval(session_info="session_end")&lt;BR /&gt;| eval end_time = _time + duration&lt;BR /&gt;| eval duration1 = tostring(duration, "duration")&lt;BR /&gt;| stats count as "all session number" list(_time) as "start of sessions" list(end_time) as "end of sessions" list(duration1) as "durations per session" sum(duration) as secund by Username&lt;BR /&gt;| eval "full time for tuday" = tostring(secund, "duration")&lt;BR /&gt;| fields - secund&lt;BR /&gt;| convert ctime("start of sessions")&lt;BR /&gt;| convert ctime("end of sessions")&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Result:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_1-1618035106669.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13703iF15EDEC1F04C84E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_1-1618035106669.png" alt="Zhanali_1-1618035106669.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here 113019 means &lt;STRONG&gt;disconnect&lt;/STRONG&gt;, 722011 &lt;STRONG&gt;reconnect&lt;/STRONG&gt; and 722051 &lt;STRONG&gt;session assigned&lt;/STRONG&gt;.&amp;nbsp;This means after reconnect again come syslog as session assigned.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can i get and display the previously mentioned time intervals as &lt;STRONG&gt;start - 23:00 and end 00:00&lt;/STRONG&gt;, &lt;STRONG&gt;start - 00:00 and end - 2:00&lt;/STRONG&gt;? And more about active sessions like&amp;nbsp;&lt;STRONG&gt;session active&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the information about the first and last activity:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_2-1618036221133.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13704i7EF730F25A927886/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_2-1618036221133.png" alt="Zhanali_2-1618036221133.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please, HELP ME!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 06:40:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547476#M65349</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-10T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547480#M65350</link>
      <description>&lt;P&gt;Your transactions are complete i.e. they start with your start string and end with your end string. If you want incomplete transactions then you probably need to keep orphans and deal with the consequences of missing data for your duration calculations.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 07:03:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547480#M65350</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-10T07:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547482#M65351</link>
      <description>&lt;P&gt;I understood it. What option can you suggest without using the &lt;STRONG&gt;transaction&lt;/STRONG&gt; command?&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 07:29:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547482#M65351</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-10T07:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547486#M65352</link>
      <description>&lt;P&gt;Can you share some (anonymised) events covering start of day (without start of "transaction"), during day (with start and end of "transaction") and end of day (without end of transaction)?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 08:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547486#M65352</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-10T08:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547494#M65353</link>
      <description>&lt;P&gt;Of course.&lt;/P&gt;&lt;P&gt;Last event.&amp;nbsp;I'm still on vpn:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_2-1618047027672.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13708i8AEEC979F5E4FAAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_2-1618047027672.png" alt="Zhanali_2-1618047027672.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here I specifically reconnected manually:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_1-1618046887974.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13707i0CB90F24C9A15486/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_1-1618046887974.png" alt="Zhanali_1-1618046887974.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here is the first event for today:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_3-1618047262533.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13709i20856E3CDD7FAB1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_3-1618047262533.png" alt="Zhanali_3-1618047262533.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 09:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547494#M65353</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-10T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547495#M65354</link>
      <description>&lt;P&gt;Sorry I should have been clearer, can you share them in a code &amp;lt;/&amp;gt; box so I can paste them into a makeresults search?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 10:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547495#M65354</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-10T10:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547499#M65355</link>
      <description>&lt;P&gt;Oh. Here, three different messages&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Apr  9 00:43:54 192.168.222.10 Apr 08 2021 18:43:54: %ASA-4-113019: Group = ContractorsCertProfile, Username = zhanali, IP = 89.106.237.226, Session disconnected. Session Type: SSL, Duration: 4h:16m:49s, Bytes xmt: 15665160, Bytes rcv: 3472558, Reason: User Requested

Apr 10 07:19:37 192.168.222.10 Apr 09 2021 11:19:37: %ASA-5-722011: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; SVC Message: 17/WARNING: Reconnecting the VPN tunnel..

Apr  9 09:32:08 192.168.222.10 Apr 09 2021 03:32:08: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 12:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547499#M65355</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-10T12:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547587#M65363</link>
      <description>&lt;P&gt;OK I made some results based on your examples&lt;/P&gt;&lt;P&gt;The process is to sort by time, then use streamstats to get the previous start time for each user&lt;/P&gt;&lt;P&gt;Where there isn't a start time, snap to the start of the endtime day&lt;/P&gt;&lt;P&gt;Then reverse the time sort and use streamstats to get the previous end time for each user&lt;/P&gt;&lt;P&gt;Where there isn't an end time, snap to the end of the starttime day&lt;/P&gt;&lt;P&gt;Calculate the duration&lt;/P&gt;&lt;P&gt;Where there are start and end events they will now be doubled up so you can collect the duration (also doubled) by user and start and end times to provide events for each session&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="Apr  9 01:32:08 192.168.222.10 Apr 09 2021 01:32:08: %ASA-4-113019: Group = ContractorsCertProfile, Username = zhanali, IP = 89.106.237.226, Session disconnected. Session Type: SSL, Duration: 4h:16m:49s, Bytes xmt: 15665160, Bytes rcv: 3472558, Reason: User Requested
Apr  9 01:42:08 192.168.222.10 Apr 09 2021 01:42:08: %ASA-4-113019: Group = ContractorsCertProfile, Username = ilanahz, IP = 89.106.237.226, Session disconnected. Session Type: SSL, Duration: 4h:16m:49s, Bytes xmt: 15665160, Bytes rcv: 3472558, Reason: User Requested
Apr  9 09:32:08 192.168.222.10 Apr 09 2021 03:32:08: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
Apr  9 09:42:08 192.168.222.10 Apr 09 2021 03:42:08: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;ilanahz&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
Apr  9 11:19:37 192.168.222.10 Apr 09 2021 11:19:37: %ASA-5-722011: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; SVC Message: 17/WARNING: Reconnecting the VPN tunnel..
Apr  9 11:29:37 192.168.222.10 Apr 09 2021 11:29:37: %ASA-5-722011: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;ilanahz&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; SVC Message: 17/WARNING: Reconnecting the VPN tunnel..
Apr  9 11:19:38 192.168.222.10 Apr 09 2021 11:19:38: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
Apr  9 11:29:38 192.168.222.10 Apr 09 2021 11:29:38: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;ilanahz&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
Apr  9 18:43:54 192.168.222.10 Apr 09 2021 18:43:54: %ASA-4-113019: Group = ContractorsCertProfile, Username = zhanali, IP = 89.106.237.226, Session disconnected. Session Type: SSL, Duration: 4h:16m:49s, Bytes xmt: 15665160, Bytes rcv: 3472558, Reason: User Requested
Apr  9 18:53:54 192.168.222.10 Apr 09 2021 18:53:54: %ASA-4-113019: Group = ContractorsCertProfile, Username = ilanahz, IP = 89.106.237.226, Session disconnected. Session Type: SSL, Duration: 4h:16m:49s, Bytes xmt: 15665160, Bytes rcv: 3472558, Reason: User Requested
Apr  9 23:32:08 192.168.222.10 Apr 09 2021 23:32:08: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;zhanali&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session
Apr  9 23:42:08 192.168.222.10 Apr 09 2021 23:42:08: %ASA-4-722051: Group &amp;lt;ContractorsCertPolicy&amp;gt; User &amp;lt;ilanahz&amp;gt; IP &amp;lt;89.106.237.226&amp;gt; IPv4 Address &amp;lt;192.168.110.13&amp;gt; IPv6 address &amp;lt;::&amp;gt; assigned to session"
| multikv noheader=t
| fields _raw
| rex "([\S]+\s){3}(?&amp;lt;_time&amp;gt;([\S]+\s){4})([^\-]+\-){2}(?&amp;lt;messageid&amp;gt;\d+)"
| eval _time=strptime(_time,"%b %d %Y %H:%M:%S:")
| rex "Username = (?&amp;lt;user&amp;gt;[\w]+)"
| rex "User \&amp;lt;(?&amp;lt;user&amp;gt;[^\&amp;gt;]+)"
| eval starttime=if(messageid=722051,_time,null)
| eval endtime=if(messageid=113019 OR messageid=722011,_time,null)
| sort _time
| streamstats last(starttime) as starttime by user
| eval starttime=coalesce(starttime,relative_time(endtime,"@d"))
| sort - _time
| streamstats last(endtime) as endtime by user
| eval endtime=coalesce(endtime,relative_time(starttime,"+1d@d"))
| fieldformat starttime=strftime(starttime,"%Y-%m-%d %H:%M:%S")
| fieldformat endtime=strftime(endtime,"%Y-%m-%d %H:%M:%S")
| sort _time
| eval duration=endtime-starttime
| fieldformat duration=tostring(duration,"duration")
| stats values(duration) as duration by user starttime endtime&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:58:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547587#M65363</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-12T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547735#M65379</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Thanks for answer .&lt;/P&gt;&lt;P&gt;I have modernized your search code and got the following result:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype=cisco:asa message_id=722051 OR message_id=113019 OR message_id=722011 zhanali
| multikv noheader=t
| eval starttime=if(message_id=722051,_time,null)
| eval endtime=if(message_id=113019 OR message_id=722011,_time,null)
| sort _time
| streamstats last(starttime) as starttime by user
| eval starttime1=coalesce(starttime,relative_time(endtime,"@d"))
| sort - _time
| streamstats last(endtime) as endtime by user
| eval endtime1=coalesce(endtime,relative_time(starttime,"+1d@d"))
| eval starttime=strftime(starttime1,"%Y-%m-%d %H:%M:%S")
| eval endtime=strftime(endtime1,"%Y-%m-%d %H:%M:%S")
| sort _time
| eval duration=endtime1-starttime1
| eval duration=tostring(duration,"duration")
| stats values(duration) as duration by user starttime endtime&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_0-1618304297706.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13737iE275236DD6C7D693/image-size/large?v=v2&amp;amp;px=999" role="button" title="Zhanali_0-1618304297706.png" alt="Zhanali_0-1618304297706.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Result when the first disconnect event suits. Is it possible, if the session is active, to change the endtime for the start time of the search?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 09:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547735#M65379</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-13T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547737#M65380</link>
      <description>&lt;P&gt;By the way, I also added a list command.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhanali_0-1618305889748.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13738i5EB3BC5708AC307C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhanali_0-1618305889748.png" alt="Zhanali_0-1618305889748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 09:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547737#M65380</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-13T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547738#M65381</link>
      <description>&lt;P&gt;Yes, you need to change it to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| addinfo
| eval starttime1=coalesce(starttime,info_min_time)&lt;/LI-CODE&gt;&lt;P&gt;You could do a similar thing with info_max_time for the endTime&lt;/P&gt;&lt;P&gt;&amp;nbsp;P.S. This is probably not needed as it was part of the set up of the example data:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| multikv noheader=t&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 09:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/547738#M65381</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-13T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: VPN connection information report</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/548154#M65410</link>
      <description>&lt;P&gt;Hello. Thank you for help.&lt;/P&gt;&lt;P&gt;It turns out that we still have a lot of different information about VPN connection in our logs, with your method it is not so good to achieve a good result. For this on this topic, I will create another request.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 08:44:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/VPN-connection-information-report/m-p/548154#M65410</guid>
      <dc:creator>Zhanali</dc:creator>
      <dc:date>2021-04-16T08:44:23Z</dc:date>
    </item>
  </channel>
</rss>

