I have created a dashboard in Kibana-4 and shared on my Web-app. But its default time filter is 15 minutes.
How to change the default time filter in kibana-4?
At least as of Kibana version 7.4, and possibly for earlier releases as well:
From the left menu click on Management
, then select Advanced Settings
from the Kibana top menu.
Here you can change the defaults of a Kibana dashboard.
Search for timepicker:timeDefaults
and click on edit and change the from
value from now-15m
to the value you want to set, using s
for seconds, m
for minutes, h
for hours, w
for weeks, M
for months, d
for days, or y
for years.
I wanted to see data of past 2 years so I have set it as{
"from": "now-2y",
"to": "now",
"mode": "quick"
}
Finally, click on the Save button to the right of the edited field:
Hope it helps.
In 4.5.0, you should be able to change it anytime in the Kibana ui by navigating to "Settings"->"Advanced". See this link. Just edit the timepicker:timeDefaults
to something like { "from": "now-90d", "to": "now", "mode": "quick" }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With