-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
:StorageEngine/ES|QLTimeseries / metrics / logsdb capabilities in ES|QLTimeseries / metrics / logsdb capabilities in ES|QL>non-issueTeam:StorageEngine
Description
The following query is not supported:
TS kibana_sample_data_logstsdb
| STATS results = count(agent.keyword) by TBUCKET(1day)
Unexpected error from Elasticsearch: unresolved_exception - Invalid call to dataType on an unresolved object ?LASTOVERTIME_$1
The issue is that we try to use last_over_time
implicitly, even though agent.keyword
is a dimension. Here, this should work as a regular agg in FROM
.
Metadata
Metadata
Assignees
Labels
:StorageEngine/ES|QLTimeseries / metrics / logsdb capabilities in ES|QLTimeseries / metrics / logsdb capabilities in ES|QL>non-issueTeam:StorageEngine