Akumina provides an Ad Hoc query tool for Admins to search application logging in AppInsights and Log Analytics Workspace.
This application is available from AppMgr at "/Admin/Log".
This URL will resolve to /Admin/Log/QueryAppInsight for environments that log to AppInsights.
There are up to 3 sources where AppInsight logging is maintained. Your configuration will determine which options you see.
A single workspace is configured for each Azure location which will aggregate AppMgr and Azure Function AppInsight logs within that location.
You can manage a set of saved queries for your organization.
AppInsight logs are organized in tables: traces, requests, exceptions, etc. For each Query Source, Akumina provides a set of logical tables for logs. These are often based on Akumina features.
Select the table that captures the data that you are looking to query.
For each provided Table, Akumina provides a set of meaningful properties (standard and custom dimensions) that can be used to filter the log data. Each "Where" predicate provides the property name, a set of supported operators and an input field for the property value.
The "Custom" predicate allows you to enter raw KQL.
You can return your query results newest first (DESC) or oldest first (ASC).
How many matching entries do you want returned? Paging is not supported and you can only return a max of 300 results.