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
I am trying to fetch latest status for all devices and then use sum bucket to calculate the total hits for a particular status. Please see my query below.
The value from the sum bucket always returned as 0.0.
I don't have any zero values in my data and the sum(statusInt) value is 1.0
Tested in Elasticsearch version 6.7
Also what is strange is it does not throw any error.
Is this related to #25273
But I don't get any error.
Thanks very much for your interest in Elasticsearch.
This appears to be a user question, and we'd like to direct these kinds of things to the forums. If you can stop by there, we'd appreciate it. This allows us to use GitHub for verified bug reports, feature requests, and pull requests.
There's an active community in the forums that should be able to help get an answer to your question. As such, I hope you don't mind that I close this.
I am trying to fetch latest status for all devices and then use sum bucket to calculate the total hits for a particular status. Please see my query below.
The value from the sum bucket always returned as 0.0.
I don't have any zero values in my data and the
sum(statusInt)
value is1.0
Tested in Elasticsearch version 6.7
Also what is strange is it does not throw any error.
Is this related to #25273
But I don't get any error.
REQUEST
RESPONSE
The text was updated successfully, but these errors were encountered: