Icinga / icingaweb2-module-cube

Drill-down view for Icinga web 2 based on custom variables
GNU General Public License v2.0
45 stars 12 forks source link

Failed to render filtered cube dimensions #149

Closed yhabteab closed 1 year ago

yhabteab commented 1 year ago

Describe the bug

Trying to create filtered cube dimensions fails badly.

To Reproduce

  1. Add a new dimension Host app dimensions=host.vars.app
  2. Use one of the resulted slices as a filter ...&slice.host.vars.app=container
  3. Add another dimension ...&host.vars.department
  4. Use one of the resulted slices as a filter ...&slice.host.vars.department=nms
  5. Now try to add a third dimension and you should've reproduced the error

Expected behavior

It should just work.

Screenshots

/cube/hosts?dimensions=host.vars.app%252Chost.vars.department%2Chost.vars.env&showSettings=1&sort=severity%2525252520desc%252520asc&slice.host.vars.app=container&slice.host.vars.department=nms

Bildschirmfoto 2023-08-14 um 17 20 54

Your Environment

Include as many relevant details about the environment you experienced the problem in

Additional context

Add any other context about the problem here.