Forum Discussion
Dante Nahuel Ciai
Jan 30, 2018Brass Contributor
Can't create dashboard
Hi,
I'm trying to create a line dashboard with the following query:
Perf | where CounterName == "% Committed Bytes In Use" and TimeGenerated > ago(2h) | summarize average_committed_bytes...
Dante Nahuel Ciai
Jan 30, 2018Brass Contributor
I found the issue, which is completely different from the error message.
While the error states there's a problem with TimeGenerated, the issue is that the summarize variable name "average_committed_bytes_percent" is too long. When I changed to something much shorter like "avgram" it worked.
The error code needs to be changed. I wasted several hours trying to find out what's going on. Is there any way to send this feedback so this doesn't happen to other users?
- Deryl ArnoldApr 25, 2018Copper ContributorThis saved me from a headache. the 400 error makes no sense.