We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Aggregation of max based on an integer field in multi-lines dashboard does not work.
The text was updated successfully, but these errors were encountered:
Thanks @crackytsi we will try to fix it in 4.0.2.
Sorry, something went wrong.
@To-om here is dashboard that allows to reproduce the issue
Issue_#1662.json.txt
Here are the details of the issue:
POST /api/alert/_stats { "query": {}, "stats": [{ "_agg": "time", "_fields": ["createdAt"], "_interval": "1d", "_select": [{ "_agg": "max", "_name": "agg_1", "_query": {}, "_field": "customFields.csirts" }] }] }
returns
{ "type": "java.lang.ClassCastException", "message": "java.util.LinkedHashMap cannot be cast to java.lang.Comparable" }
#1662 Fix customField aggregations
f0daab7
To-om
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
Aggregation of max based on an integer field in multi-lines dashboard does not work.
Steps to Reproduce
4 define a series:
The text was updated successfully, but these errors were encountered: