Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The Mezmo integration is only available to customers on select plans. To learn more, read about our pricing. To upgrade your plan, contact Sales.
Overview
This topic explains how to use the LaunchDarkly Mezmo integration. Mezmo is a log management and analysis tool. Mezmo can provide insights into a service’s activity. It aggregates application logs, system logs, and more into a common platform so engineers can view all of their services’ activity in a single place. The LaunchDarkly Mezmo integration sends and aggregates LaunchDarkly change history events in Mezmo. With LaunchDarkly activity logs grouped in among your Mezmo service logs, you can more easily correlate feature flag rollouts with changes in logged behavior.Prerequisites
To configure the Mezmo integration, you must have a Mezmo ingestion key. Generate an integration key from your Mezmo organization.Configure the integration
Here’s how to configure the Mezmo integration:- Click the gear icon in the left sidenav to view Organization settings.
- Click Integrations and find “Mezmo.”
- Click Add integration. The “Create Mezmo configuration” panel appears.
- (Optional) Enter a human-readable Name.
- Paste in your Mezmo ingestion key.
- Specify the Log level with which LaunchDarkly messages should be posted. The default value is
INFO. - (Optional) Configure a custom policy to control which information LaunchDarkly sends to Mezmo. To learn more, read Advanced configuration.
- Click Save configuration.When you configure the integration correctly, LaunchDarkly sends change data to Mezmo.
Advanced configuration
The “Policy” configuration field lets you control which kinds of events LaunchDarkly sends to Mezmo. The default policy value restricts it to flag changes in production environments:- a specific combination of LaunchDarkly projects/environments
- a specific action (or set of actions)
- a specific kind (or kinds) of entitiesFor example, the example policy below restricts the integration so LaunchDarkly only sends changes from the
web-appproject’s production environment to Mezmo:
Use the integration
After you configure the integration, LaunchDarkly events appear in Mezmo log statements similar to log statements from other sources. Data from LaunchDarkly is identified with thelaunchdarkly source. Additionally, they are marked with env and app values corresponding to the appropriate LaunchDarkly environment and project keys, respectively.
You can include LaunchDarkly events in your view by selecting the launchdarkly source from the selector at the top of the Mezmo page. Expand any of these log statements for more details.
LaunchDarkly events also include metadata by which you can filter.
For example, to only view log statements corresponding to the demo-flag flag, search for the query string meta.flag_key:demo-flag.