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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
GET _opendistro/_sql
{
"query" : "select date_format(utc_time, 'YYYY-MM-dd'), count(*) from kibana_sample_data_logs group by date_format(utc_time, 'YYYY-MM-dd') order by date_format(utc_time, 'YYYY-MM-dd') desc limit 1"
}
is expected to return 1 row, but returns all rows (limit is ignored)
The text was updated successfully, but these errors were encountered:
The following request
is expected to return 1 row, but returns all rows (limit is ignored)
The text was updated successfully, but these errors were encountered: