Data Export
Read time: 3 minutes
Last edited: Jan 15, 2021
Data Export is only available to customers on our Enterprise plans. To learn more about our plans, read about our pricing. If you want to add Data Export to an existing plan, contact our Sales team.
Overview
This topic explains how to use LaunchDarkly's Data Export feature to export and store flag, user, and experimentation event data.
Data Export provides a real-time export of raw analytics data, including feature flag requests, analytics events, custom events, experimentation events, and more. By exporting your data to a location of your choice, you can use your own data warehouse and tools to analyze event data.
How it works
Data Export works by sending data to one of our supported destinations. A destination is an external service which can receive and store the data.
We support the following export destinations:
To learn more about event formatting, read Schema reference.
Some data export destinations have different event formatting schema. If you use mParticle or Segment as your event destination, we have specific documentation for their event schema.
This feature is supported on the following versions of our SDKs (and later versions, if applicable):
- Go: 4.11.0
- Java: 4.8.0
- Node (server-side): 5.9.0
- Node (client-side): 1.1.0
- PHP: 3.6.0
- Python: 6.10.0
- Ruby: 5.6.0
- .NET: 5.8.0
- JavaScript: 2.14.0
- Xamarin: 1.1.0
- Android: 2.9.0
- Electron: 1.2.0
Exporting event data for flags and environments
After you create a data export destination, you can send data for individual flags or for all the flags in an environment to it.
Exporting flag event data
To export data from a specific flag to a destination:
- Navigate to the dashboard.
- Click the name of the flag you wish to export data from. The flag menu appears.
- Click Settings.
- Select the Send detailed event information for this flag checkbox.
- Click Save Changes.
Exporting environment event data
When you export event data from an environment, LaunchDarkly exports all data from every new flag you create after you enable data export. It does not send event data from flags created before you enabled data export.
To export data from an environment to a destination:
- Navigate to the dashboard.
- Click Account settings.
- Find the environment you wish to export data from.
- Click Edit. The "Edit production environment" screen appears.
- Select the Send detailed event information for new flags checkbox.
- Click Save Environment.
Customizing which data LaunchDarkly exports
You can control which users send event data to destinations by choosing a group of users affected by certain flag targeting rules. To learn more, read Controlling experiment populations.
If you can't see this feature, your SDKs may be out of date. To solve this problem:
- Update your SDKs to the latest version.
- Contact support@launchdarkly.com to enable the feature.
To customize which users send event data to data export destinations:
- Identify which flag you wish to export events from.
- Navigate to the flag's Settings page.
- Click N of N targeting rules i n the "Exporting events from" line. The "Configure event settings" screen appears.
- Click the Custom selection radio box to modify the users whose events are exported. When you click Custom selectio n, you can choose which targeting rules you wish to include or exclude in data exports.
- Select the checkboxes of rules you wish to include in the experiment. This refines the population of users whose events are exported.
- Click Save Changes. A confirmation dialog appears.
- Type the name or key of the environment in the text box and click Confirm.
Delivery guarantees
After your application has successfully sent an event to our servers, we will send the event to your configured destinations at least once.
An event is sent to your destinations exactly once, with some exceptions. In the event of a hardware failure or networking issue, we may send events multiple times.
Additionally, if your configured destination does not acknowledge receipt of the event, we will retry sending the message 5 times over a 30 minute period.