You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be any way to configure the default time filter in Kibana 4. To change the default, I either need to edit src/kibana/services/timefilter.js and build kibana, or edit the timeDefaults object defined in lines 115487+ of /src/public/index.js of an installed instance of kibana. Neither option is particularly great.
Ideally, we should be able to configure the time defaults from the advanced settings page. However, this is a global value. We have multiple dashboards, and they work better at different time resolutions. Would be nice to be able to save the time filters for each dashboard, like we could in Kibana 3.
The text was updated successfully, but these errors were encountered:
There doesn't seem to be any way to configure the default time filter in Kibana 4. To change the default, I either need to edit
src/kibana/services/timefilter.js
and build kibana, or edit thetimeDefaults
object defined in lines 115487+ of/src/public/index.js
of an installed instance of kibana. Neither option is particularly great.Ideally, we should be able to configure the time defaults from the advanced settings page. However, this is a global value. We have multiple dashboards, and they work better at different time resolutions. Would be nice to be able to save the time filters for each dashboard, like we could in Kibana 3.
The text was updated successfully, but these errors were encountered: