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
Need some suggestion on how to handle "aggregation" using DSL search. When I tried with the below query, it returns 400 error.
postgres=# select "@timestamp" from articles_es9 where query = '{"aggs": {"distinct_name_count": {"extended_stats": {"field": "audit_format_version"}}}}';
ERROR: COUNT for /security-auditlog-2021.04.15 failed: RequestError(400, 'parsing_exception', 'request does not support [aggs]')
Originally reported in #22
The text was updated successfully, but these errors were encountered: