Azure Application Insights tile

The Azure Application Insights tile allows you to query Application Insights for data and display that information on your SquaredUp DS dashboard.

The ability to render information as a graph is a feature of the Azure portal rather than the App Insights Query language itself. At this time any queries run using the render statement will still return tabular or scalar data rather than graphs, depending on the tile.

How to configure an Azure Applications Insights tile

You need to have an Azure Applications Insights provider before you can configure an Azure Application Insights tile. If you haven't created a provider yet, see How to add an Azure Application Insights provider.

  1. Add a new tile to a dashboard and click on Integrations > Azure .
  2. Choose the visualization for your tile.

  3. Provider:
    Select your Azure Application Insights provider. If you haven't created a provider yet, see How to add an Azure Application Insights provider.
  4. Query:

    The tile uses the query language KQL ("Kusto"). KQL is very rich and offers features such as sorting, projection and calculated values, which you can use to control the display of data in your dashboard.

    You can use the clock insert time value button

    to insert page timeframe and date variables in your query.

    Read about the timeframe panel below to see how a timeframe in the query interacts with the timeframe panel in the tile.

    Check out our GitHub Samples repository for sample KQL queries from the community that can be used in Azure tiles.

    For more information about writing KQL queries see this external Microsoft article.

  5. Timeframe:

    Here you determine the timeframe for the search query.

    The default timeframe is 24 hours, which means the tile will not return any entries older than 24 hours.

    Take care when using a long timeframe, as this may pull many thousands of entries and significantly impact browser performance.

    If your query doesn't specify a timeframe

    Set the time range to the fixed time range you want to use.

    If your query specifies a timeframe

    If you specify a timeframe in the query (e.g. where timestamp >= ago(2h)), events must satisfy both the timeframe you set here and in the where clause in your query.

    If you want to control the timeframe using only the query, set the tile timeframe to time range > all.

    Note:

    This tile always ignores the dynamic page timeframe set by users.

  6. Configure the settings for your visualization:
  7. Click done to save the tile.

    The tile now shows data according to your settings.

Was this article helpful?


Have more questions or facing an issue?