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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...