Time Filter Element in Canvas

For this problem, I'm on version 7.11.1 and viewing Kibana in Chrome. When I add the time filter element to a Canvas workpad, it is not functional (when I click on the time control, it doesn't respond to let me select the dates). The default value is 'Last 24 Hours' and that does appear to being applied to the report. So the only problem is that I can't change the filter.

Hi @Tim_Mobley. This is a known bug for older releases of Kibana. It was first fixed in version 7.14.3, but all newer releases should also be fixed.

If you are unable to upgrade Kibana, there is a workaround. In the Global CSS Overrides for your workpad, add the following CSS.

.canvasPositionable{
  transform-style: flat;
}

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.