You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Found 1 problem\nline 1:23: Unknown column [@timestamp]",
"stack_trace": "org.elasticsearch.xpack.esql.VerificationException: Found 1 problem
line 1:23: Unknown column [@timestamp]
at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:203)
at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:197)
Same goes for from employees | stats rate(languages). All these errors shouldn't have happened, instead an error like "the rate aggregate[rate(languages)] can only be used within the metrics command" should have been thrown.
The text was updated successfully, but these errors were encountered:
Description
from employees | sort rate(languages)
results in
Same goes for
from employees | stats rate(languages)
. All these errors shouldn't have happened, instead an error like "the rate aggregate[rate(languages)] can only be used within the metrics command" should have been thrown.The text was updated successfully, but these errors were encountered: