> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connecting Kusto Explorer to Insights

> Set up Kusto Explorer with Microsoft Entra ID authentication to run KQL queries and explore legacy PlayFab Insights game telemetry from a desktop client.

# Tutorial: Connecting Kusto Explorer to Insights

This guide helps you get started using Kusto Explorer along with Insights. After connecting, you can use Kusto Explorer to query and explore your game data. To learn more about other tools you can connect Insights with, see [Connecting external tools to Insights](/services/playfab/data-analytics/legacy/connectivity).

<Note>
  PlayFab Insights Management was retired on 3/31/2026. We recommend using [Azure Data Explorer (ADX) Connections](/services/playfab/data-analytics/export-data/data-connection-adx) to manage your performance and cost going forward. If your title is still using **Insights**, continue to see this article for implementation details. For more information, see [PlayFab Digest: March feature updates](https://developer.microsoft.com/en-us/games/articles/2026/04/playfab-digest-march-feature-updates/).
</Note>

## Prerequisites

### PlayFab account authenticated with AAD

You need a PlayFab account or user for which the authentication provider is set to Microsoft. The Microsoft authentication provider uses Azure Active Directory (AAD) for authentication which is required to use the Azure services. For instructions on creating an AAD-authenticated account or user, see [Azure Active Directory Authentication for Game Manager](/services/playfab/identity/dev-identity/authentication/aad-authentication).

Verify that the account or user is set to use the Microsoft authentication provider.

* Navigate to [developer.playfab.com](https://developer.playfab.com).
* Select **Sign in with Microsoft** to access your PlayFab account.

If you can sign in, then the account is set to use the Microsoft authentication provider.

### Game Manager permissions for Insights

You need to assign your account a [user role](/services/playfab/identity/dev-identity/permissions/playfab-user-roles) with the following Game Manager permissions enabled.

* Admin status.
* Access to the Explorer tab and associated data.
* Read and write access to Analytics data.

You can either create a new user role or add these permissions to an existing role.

### Other prerequisites

* [Kusto.Explorer](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/tools/kusto-explorer)

<Info>
  Insights only supports the V1 query response schema. You can update the response schema in Kusto Explorer using the steps below.
</Info>

On your local machine, open Kusto.Explorer.

1. Select the **Tools** tab, then select **Options...**
2. Under the **Connections** category, change the following two properties.
   * Set **Query results protocol** to **V1** from the dropdown options.
   * Set **KQL Parser version** to **V1** from the dropdown options. <img src="https://mintcdn.com/microsoft-4404708b/MjJ0-cTsb1bpaMcX/images/playfab/data-analytics/legacy/connectivity/kusto-explorer-settings-v1.png?fit=max&auto=format&n=MjJ0-cTsb1bpaMcX&q=85&s=a077b69a92ed2988a31fc2121bcef523" alt="Kusto.Explorer use V1 query schema" width="1224" height="798" data-path="images/playfab/data-analytics/legacy/connectivity/kusto-explorer-settings-v1.png" />

## Connect with Kusto Explorer

On your local machine, open Kusto.Explorer.

1. Add a connection. You can do this in two different ways:
   * Select the **Connections** tab, then select **Add connection**.
   * Right-click on the **Connections** folder in the left navigation panel, then select **Add connection**.
2. In the **Add connection** dialog box:
   * Under **Cluster connection** enter the PlayFab API endpoint, which is `https://insights.playfab.com`.
   * Under **Security**, make sure **AAD Federated** is selected.
   * Expand the **Advanced: Connection String** box and change the value of **Initial Catalog** from **NetDefaultDB** to `<titleID>`. Note that `<titleID>` must be all uppercase here. In the example below, this change is highlighted in the string. <img src="https://mintcdn.com/microsoft-4404708b/MjJ0-cTsb1bpaMcX/images/playfab/data-analytics/legacy/connectivity/kusto-explorer.png?fit=max&auto=format&n=MjJ0-cTsb1bpaMcX&q=85&s=feb4b0a0263962b659ef2436ac7d174e" alt="Kusto.Explorer add connection" width="844" height="598" data-path="images/playfab/data-analytics/legacy/connectivity/kusto-explorer.png" />
3. Select **OK**. Now, you should now be able to visualize the results of the query.

## Additional resources

* [Kusto Explorer documentation](https://learn.microsoft.com/en-us/azure/kusto/tools/kusto-explorer)
* [Connecting external tools to Insights](/services/playfab/data-analytics/legacy/connectivity)


## Related topics

- [Connecting external tools with Insights](/services/playfab/data-analytics/legacy/connectivity/index.md)
- [Connecting Kusto C# SDK to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-csharp-to-insights.md)
- [Connecting Azure Data Explorer to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-azure-data-explorer-to-insights.md)
- [Connecting Python to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-python-to-insights.md)
- [Connecting Power BI to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-power-bi-to-insights.md)
