Hi,
I'm trying to write a query that outputs a column named "time" (Notice the lower case 't').
When doing so, for instance with the "extend" function, it presents me with a syntax error message due to "time" being a function in Log Analytics already. That means I'm forced to name the column "Time" (with an upper case 'T') which does not work with case sensitive software like Grafana, which does not recognize a time column without the column being named time with a lower case 't'.
Example:

Any suggestions would be appreciated.