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
Is your feature request related to a problem? Please describe
In general there is no support of the aggregations inside the OpenSearch for now. Reference is available here .
Absence of this functionality is painful in case of integration OpenSearch with Grafana.
Describe the solution you'd like
It could be great something like the same functionality in ElasticSearch
Related component
Search:Aggregations
Describe alternatives you've considered
In terms of absence of this functionality there are some workarounds present. The easiest one is about reindex with moving related field for aggregation from the flat_object to keyword.
Additional context
No response
The text was updated successfully, but these errors were encountered:
the prefix-based filtering that I’m adding in #14371 could be used to efficiently allow terms aggregations on flat_object fields with a given path (or multiple paths).
Is your feature request related to a problem? Please describe
In general there is no support of the aggregations inside the OpenSearch for now. Reference is available here .
Absence of this functionality is painful in case of integration OpenSearch with Grafana.
Describe the solution you'd like
It could be great something like the same functionality in ElasticSearch
Related component
Search:Aggregations
Describe alternatives you've considered
In terms of absence of this functionality there are some workarounds present. The easiest one is about reindex with moving related field for aggregation from the flat_object to keyword.
Additional context
No response
The text was updated successfully, but these errors were encountered: