Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.41k stars 1.07k forks source link

Widgets from content packs share results #6556

Closed emmanuel-benoit closed 4 years ago

emmanuel-benoit commented 5 years ago

When dashboards are imported from a content pack through multiple installations with different parameters, their widgets display the same results despite having different configurations.

Expected Behavior

Widgets on the two dashboards created from different installations of the same content pack should display their own results.

Current Behavior

Widgets on the two dashboards created from different installations of the same content pack display the same results.

Possible Solution

I suspect this has something to do with the widgets having the same identifiers - since they are stored inside the dashboard document their configurations are indeed distinct, but the system caches the result by widget ID. An (annoying) workaround consists in making every single widget ID a parameter.

Context

Trying to configure streams and dashboards for different instances of the same application.

Your Environment

dennisoelkers commented 4 years ago

This should not be an issue anymore, as we do not cache widget results anymore.