Export RUM Events and Graphs

Overview

You can use your RUM query and visualization graphs in dashboards, monitors, and notebooks, or programmatically search for events using the Search RUM Events endpoint.

Export the search query or visualization

You can copy, export, or download your aggregated search query and visualization graphs in the RUM Explorer.

Export button in the right hand corner of the RUM Explorer

Click the More button on the right hand corner and select an option from the dropdown menu:

  • Copy your query as a cURL command to test it in the RUM Explorer and build custom reports using Datadog APIs.
  • Export your search results to a monitor that triggers alerts on predefined thresholds.
  • Export your search results to an existing notebook for reporting or consolidation purposes.
  • Download your search results as a CSV file for individual RUM events and specific aggregations. You can export up to 5,000 individual RUM events with lists and up to 500 aggregations for timeseries, top lists, and table graphs.
  • Generate a new metric using your search results, which you can then view in the Metrics Explorer.

Options available for some visualization types are not supported in others. For example, you cannot download a distribution graph into a CSV file.

Further Reading