All Apps and Add-ons

Splunk for Citrix XenApp Logoff times

jmp13
Explorer

Is there a way in the app to modify the user reports by time to include logoff time? I am looking to find out both logon and logoff times for users.

Thanks

Janet

Tags (1)
0 Karma

jconger
Splunk Employee
Splunk Employee

There is not a Logoff field available. However, we can write a search to get session duration (active, disconnected, etc.).

jconger
Splunk Employee
Splunk Employee

Here is an example to get Disconnected session duration. You can modify to get active as well:

index=xenapp sourcetype=xenapp:*:session State="Disconnected" | dedup ServerName SessionId | sort - CurrentTime | convert timeformat="%m/%d/%Y %H:%M:%S" mktime(CurrentTime) mkTime(DisconnectTime) | eval DisconnectDuration = tostring(CurrentTime - DisconnectTime, "duration") | table LogOnTime UserName ServerName SessionId DisconnectDuration | rename DisconnectDuration AS "Disconnect Duration"

0 Karma

jmp13
Explorer

How do you go about writing the search to get session duration? I need to know when someone logs on then how long they are in a session?

Thanks

Janet

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...