Splunk Enterprise

Insight into Citrix VDI

Rob_O
Engager

Has anyone been able to track "unintended" disconnections from Citrix VDI with Splunk? We have a DB Connection to the Citrix database and the UF on our VMs but unsure where to find out when a user is "kicked" out of VDI or if they closed the session another way.

Labels (1)
1 Solution

danspav
SplunkTrust
SplunkTrust

Hi @Rob_O

The Citrix Delivery Controller will have this information, which is available via an API. It's getting the data via the monitoring database, so if you have direct access to the DB you can probably bypass the API.

Check out the Citrix developer docs here:
https://developer-docs.citrix.com/projects/monitor-service-odata-api/en/latest/#failures

The API provides data relating to connection failures - which is what you want. It will show connection attempts that failed, e.g. due to no machines available, or too many concurrent sessions. It will also tell you about successful connections that subsequently dropped out due to other network issues.

I'm not familiar with the DB schema, but  the data you're looking for will be there.

 

View solution in original post

danspav
SplunkTrust
SplunkTrust

Hi @Rob_O

The Citrix Delivery Controller will have this information, which is available via an API. It's getting the data via the monitoring database, so if you have direct access to the DB you can probably bypass the API.

Check out the Citrix developer docs here:
https://developer-docs.citrix.com/projects/monitor-service-odata-api/en/latest/#failures

The API provides data relating to connection failures - which is what you want. It will show connection attempts that failed, e.g. due to no machines available, or too many concurrent sessions. It will also tell you about successful connections that subsequently dropped out due to other network issues.

I'm not familiar with the DB schema, but  the data you're looking for will be there.

 

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...