Reporting

How to create a report on Cisco ASA VPN Users including Username, VPN connection duration, Source IP, Start Time and End Time?

kpsajin
Explorer

Hi,
We have a Cisco ASA which is sending syslog messages to Splunk for VPN traffic. I would like to know how to create a report with the following details.

Username, duration of the VPN connection, Source IP(Public IP), Start time and End time.

Has anyone created this report already? If yes, please share the search.

Regards
Sajin

jfeitosa
Path Finder

Try

... | rex field=Duration "((?\d+)h:)?(?\d+)m:(?\d+)s" | eval duration=dur_s+60*dur_m+3600*coalesce(dur_h,0) | stats sum(duration) as total_duration by Username
0 Karma

ashutoshab
Communicator

Can you please elaborate, how this works and what logs we need to search.

0 Karma
Get Updates on the Splunk Community!

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...

Splunk New Course Releases for a Changing World

Every day, the world feels like it’s moving faster with new technological breakthroughs, AI innovation, and ...