Hi all,
I've integrated Splunk RUM into one of my web apps using the browser SDK, and data is flowing through correctly and I can see sessions, page views, and spans in the Splunk Observability Cloud RUM dashboards (Session Inspector, Tag Spotlight, etc.).
What I'd like to do now is pull this same data into a separate internal service of mine for further analysis (not just view it in the UI). Specifically, given a splunk.rumSessionId, I want to programmatically retrieve all the spans associated with that session.
What I've tried so far:
My questions:
Realm: us1. Happy to share more detail on the use case if helpful.
Thanks!
Hi,
You are correct that there isn't currently a way to download RUM sessions the same way you can download an APM trace.
One possible path for you would be to collect RUM with an OTel collector and export the spans to your own system for further analysis. I haven't tried this yet personally, but with the added support for OTLP, there should be a viable way to make it work.
https://help.splunk.com/en/splunk-observability-cloud/manage-data/instrument-front-end-applications/...