Stacked charts contain redundant and incorrect fields #4150
Milestone
Comments
edmundoa
added a commit
that referenced
this issue
Sep 14, 2017
Stacked charts contained some configuration options that were redundant and/or incorrect. Namely the timerange information was twice in the configuration object, and the query appeared in the main configuration object, even if the query is independent for each one of the time series in the chart. This commit fixes the issue by filtering out those redundant fields. Fixes #4150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at a stacked chart in the database, I realised there are duplicated fields in it's configuration:
Fields
rangeType
,query
, andrelative
are not needed, and should not be sent by the web interface or persisted.Other than the redundancy and confusion, there is no impact in the Graylog server or web interface, as we use the data from
timerange
andseries
to calculate and render stacked charts.Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: