Skip to main content

Split

Thumbnail icon

The Split app for Sumo Logic enables you to seamlessly monitor feature flagging, experiment results, and user behavior, enabling data-driven decision making and fostering a more agile and competitive development process. This app is based on Split Webhook, which provides seamless integration between Split and Sumo Logic.

Split is a feature delivery platform that combines the quick and dependable nature of feature flags with data-driven insights to assess the effects of each feature. You can use a webhook in the Split platform to forward activities related events to the Sumo Logic HTTP endpoint. Using these logs, you can monitor user activities, admin changes in the tools used by the whole team, and impressions in Sumo Logic. For more details, refer to the Split Documentation.

Event types​

The Sumo Logic app for Split ingests Split events into Sumo Logic through an outgoing webhook available in the Split. The following event types are ingested through the Split webhook:

  • Audit logs
  • Admin audit logs
  • Impressions

Sample log message​

View sample log message
{
"id": "765d5440-4cba-11ee-88ca-ae97ef45de75",
"auditLogType": "api_key.create",
"editor": {
"type": "user",
"id": "d855eec0-4b19-11ee-9016-925e66ae7524",
"name": "megan_pitt"
},
"currentObject": {
"id": "juquh513anl7ciaav797ujmju8ldo3d8jg9",
"name": "client-side - 7645a - 7653b",
"type": "api_key",
"workspace": {
"type": "workspace",
"id": "7645ad90-4cba-11ee-88ca-ae97ef45de75",
"name": "healthy_workspace"
},
"environments": [
{
"type": "environment",
"id": "7653b750-4cba-11ee-88ca-ae97ef45de75",
"name": "Prod-healthy_wo"
}
],
"apiKeyType": "browser"
},
"createdAt": 1697784463371,
"changes": {
"environments": {
"from": null,
"to": [
{
"type": "environment",
"id": "7653b750-4cba-11ee-88ca-ae97ef45de75",
"name": "Prod-healthy_wo"
}
]
},
"apiKeyType": {
"from": null,
"to": "browser"
},
"workspace": {
"from": null,
"to": [
{
"type": "workspace",
"id": "7645ad90-4cba-11ee-88ca-ae97ef45de75",
"name": "healthy_workspace"
}
]
},
"name": {
"from": null,
"to": "client-side - 7645a - 7653b"
}
},
"type": "audit_log"
}

Sample query​

_sourceCategory=webhook/split type auditLogType
| json "type", "auditLogType" as type, auditLogType nodrop
| where type matches "{{type}}" and auditLogType matches "{{auditLogType}}"
| where !isBlank(auditLogType)
| count by auditLogType
| sort by _count, auditLogType asc

Setup​

This section has instructions for collecting logs for the Sumo Logic Split webhook collection.

Source configuration​

Follow the below steps to configure the Hosted Collector to receive Split events.

  1. In the Sumo Logic portal, create a new Hosted Collector or use an existing one. Then add an HTTP Logs and Metrics Source.
  2. Configure Source Category in the HTTP Source - for example, webhook/split - for the Split integration.
  3. Copy and save the endpoint URL of the source.

Vendor configuration​

Configure the webhook integration in Split to send events to the Sumo Logic HTTP source. Once configured, it will be triggered each time the events occur within your Split account.

Follow the below steps to configure the Split webhook.

  1. Sign in to your Split account.
  2. Switch to Admin settings.
  3. Click Integrations from Integration settings section.
  4. Click Add next to Outgoing Webhook for any of above mentioned event types. The webhook form will appear.
  5. Enter webhook form data as follows:
    • URL. Enter the Sumo Logic HTTP Source Address created above.
    • For Outgoing Webhook of type impressions and audit logs,
      • Environments. Select the environment in Split from which data should be sent.
  6. Click Save.
  7. Verify Split events are getting ingested in Sumo Logic by executing the following query on Sumo Logic's Log Search panel.
_sourceCategory=webhook/split
info

Installing the Split app​

To install the app, do the following:

  1. From the Sumo Logic navigation, select App Catalog.
  2. In the Search Apps field, search for and then select your app.
    Optionally, you can scroll down to preview the dashboards included with the app.
  3. To install the app, click Install App.
  4. Click Next in the Setup Data section.
  5. In the Configure section of the respective app, complete the following fields.
    1. Key. Select either of these options for the data source.
      • Choose Source Category, and select a source category from the list for Default Value.
      • Choose Custom, and enter a custom metadata field. Insert its value in Default Value.
  6. Click Next. You will be redirected to the Preview & Done section.

Your app will be installed in the Installed Apps folder and dashboard panels will start to fill automatically.

Each panel slowly fills with data matching the time range query and received since the panel was created. Results will not immediately be available, updating with full graphs and charts over time.

Viewing Split dashboards​

All dashboards have a set of filters that you can apply to the entire dashboard. Use these filters to drill down and examine the data to a granular level.

  • You can change the time range for a dashboard or panel by selecting a predefined interval from a drop-down list, choosing a recently used time range, or specifying custom dates and times. Learn more.
  • You can use template variables to drill down and examine the data on a granular level. For more information, see Filter with template variables.
  • Most Next-Gen apps allow you to provide the scope at the installation time and are comprised of a key (_sourceCategory by default) and a default value for this key. Based on your input, the app dashboards will be parameterized with a dashboard variable, allowing you to change the dataset queried by all panels. This eliminates the need to create multiple copies of the same dashboard with different queries.

Overview​

The Split - Overview dashboard offers transparency into actions performed by both administrators and team members, delivering valuable insights into audit events, their distribution, and statistics categorized by their respective types.

Split-Overview

Users and Groups​

The Split - Users and Groups dashboard offers concise statistical summaries pertaining to Split users and groups, including administrative actions taken concerning them.

Split-Users_and_Groups
Status
Legal
Privacy Statement
Terms of Use

Copyright Β© 2024 by Sumo Logic, Inc.