How to fix 'parse' operator: Failed to resolve scalar expression named 'msg_s' If the issue persists, please open a support ticket. Request id: 117cf54a-1039-4496-b8b1-13730efa136e
Azure Data Explorer
ADX streaming ingestion failures for non-streaming tables
I have several ADX outputs from various Azure Stream Analytics (ASA) jobs. All the outputs are configured on tables in databases where the tables have streaming ingestion disabled and the ingestion batching policy is inherited from the database. However,…
Azure Data Explorer
Empty workspaces in Azure Data Explorer web portal
Hi, I am getting this odd experience on Azure Data Explorer web portal since this morning. I cannot see any of my dashboards, and none of the dashboard links that I bookmarked works. As soon as I open the dashbaord link (which worked completely earlier…
Azure Data Explorer
Deploying Azure Database Watcher via IaC fails intermittently
Hi there, I'm deploying the preview of Azure Database Watcher but I'm seeing some odd behaviour. When deploying the cluster, I receive the error below after deployments often. This is the bicep excerpt for the cluster deployment. I can't reproduce…
Azure Data Explorer
top 10 tables in Log Analytics Workspace
Hi All, i want to see the top 10 tables using more space in the log analytics work space. need some help to fetch the top 10 tables can anyone please help me with query which can pull the top 10 tables using more space appreciate for help in this.
Azure Data Explorer
Encoding policy and materialized views
Hello ADX experts. What happens if the source table of a materialized view has an encoding policy set for one or more columns? Is the encoding policy preserved in the MV, or is it just ignored? I have the following staging table defined: .create table…
Azure Data Explorer
Table Level Security
I'm trying to grant access for certian groups based on tables. Right now everyone can see everything, only specific people need to see certain tables. How do I fix this? Thanks, Nathan
Azure Data Explorer
Is it possible to use an external table with an Azure SQL VM?
Hello, I am using an instance of SQL Server on an Azure VM, and I wanted to know if it is possible to use ADX External Tables. The VM does not have a public IP.
Azure Data Explorer
Most efficient way to take _n_ rows per group
Hello ADX experts. I have an ADX database with IoT sensor data. My use case is to retrieve a specified number of readings (rows) per MetricId after a certain date. The most natural way to do this seems to be using the partition by operator like…
Azure Data Explorer
Azure Data Explorer: LightIngest Managed Identity Authentication Issue
Hi all Hoping somebody could help me out here. We currently are trying to run LightIngest in a containerapp job in order to ingest massive amounts of data into adx, and do this with extra control mechanisms. however, the authentication via managed…
Azure Data Explorer
ADX performance issues
Hello , How to troubleshoot a ADX performance issues ? thanks Himanshu
Azure Data Explorer
Best practices for designing an ETL process for ingesting large volumes
How would you design an ETL process for ingesting large volumes of data from multiple sources into Azure Data Explorer? What are some best practices to keep in mind?
Azure Data Explorer
How can I improve query performance in Azure Data Explorer for high-volume application logs?
I'm analyzing web platform logs stored in an AppLogs table with columns like LogID, Timestamp, EventType, and Details. Most queries filter by EventType or time ranges to track errors. During periods of high log volume, I’m seeing issues like: Slow query…
Azure Data Explorer
Native Julia Connector for Azure Data Explorer
Dear Microsoft Azure Data Explorer Product Team, I am writing to formally request the development and support of a native Julia connector for Azure Data Explorer (Kusto). At present, Julia lacks an official or community-supported package for seamless…
Azure Data Explorer
How do I know which service or part of service is generating a specific bill?
I marked as Data Explorer because it's where I am struggling currently but this can probably be applied to everything else. I have an ADX Cluster which I am being charged, for example, Hot ZRS Read and Write Operations. I also have cold read and write…
Azure Data Explorer
Cannot install KustoExplorer from https://aka.ms/ke
When trying to install the KustoExplorer from https://aka.ms/ke I get the following error during installation: PLATFORM VERSION INFO Windows : 10.0.22631.0 (Win32NT) Common Language Runtime : 4.0.30319.42000 System.Deployment.dll : 4.8.9176.0…
Azure Data Explorer
Azure Data Explorer: Working with aggregation materialized views and historical data
HI We have the following scenario SourceTable => Deduplication Materialized View => Multiple Aggregation Materialized views based on the deduplicated view (Daily, Weekly, Monthly) In the source table we can backfill historical data with…
Azure Data Explorer
Azure Data Explorer query with joins + sort extremely slow (40s runtime, 2GB peak memory)
Hello, I am currently evaluating Azure Data Explorer (ADX) for my application and facing severe performance issues. My workload requires retrieving data quickly (ideally within 1–2 seconds) with queries that involve joins and sorting over large datasets.…
Azure Data Explorer
.alter column policy encoding for larger than BigObject32 provision
Hi https://learn.microsoft.com/en-us/kusto/management/alter-encoding-policy?view=microsoft-fabric Per above documentation, the largest object that can be held in a column is 32MB. How do we deal with objects larger than 32MB, for example - to process an…
Azure Data Explorer
Star schema with multiple fact tables
How would you structure your data if we have two fact tables. As an example, let's say I have an Accounts table as a dimension table, so only a single row for each account. Then I have an Orders table which could have multiple orders per Account. And a…
Azure Data Explorer