New issue
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
Stacked chart doesn't load (displays N/A) #5742
Comments
Bumping this to add some details. |
kmerz
added a commit
that referenced
this issue
Jun 7, 2019
Prior this change we missed support of maps in list of a ReferenceMap. This is needed to support configurations (like DashboardWidget) which can contain a list of maps. (e.g series when two charts are merged into one) This change will call toReferenceMap for every list item which is a map. Fixes #5742
9 tasks
bernd
pushed a commit
that referenced
this issue
Jul 1, 2019
Prior this change we missed support of maps in list of a ReferenceMap. This is needed to support configurations (like DashboardWidget) which can contain a list of maps. (e.g series when two charts are merged into one) This change will call toReferenceMap for every list item which is a map. Fixes #5742
bernd
pushed a commit
that referenced
this issue
Jul 1, 2019
Prior this change we missed support of maps in list of a ReferenceMap. This is needed to support configurations (like DashboardWidget) which can contain a list of maps. (e.g series when two charts are merged into one) This change will call toReferenceMap for every list item which is a map. Fixes #5742 (cherry picked from commit a661710)
kmerz
pushed a commit
that referenced
this issue
Jul 2, 2019
Prior this change we missed support of maps in list of a ReferenceMap. This is needed to support configurations (like DashboardWidget) which can contain a list of maps. (e.g series when two charts are merged into one) This change will call toReferenceMap for every list item which is a map. Fixes #5742 (cherry picked from commit a661710)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
After upgrading my version of graylog to 3.0, I noticed that stacked charts failed to load properly.
Current Behavior
Loading the stacked chart from a content pack fails with the following error:
There was an error fetching a resource: cannot GET http://172.19.0.5:9000/api/dashboards/5c7d40573ecd49000dbc23a6/widgets/8119956c-682d-4f7b-913f-484a1560b3c4/value (500). Additional information: Null from
The widget loads, but its content is just a text equal to N/A.
Steps to Reproduce (for bugs)
I don't have a live example, but the problem is fairly easy to reproduce.
Context
I want to create a combined graph of mean and max latency for requests.
Your Environment
The text was updated successfully, but these errors were encountered: