- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why is "times.conf disabled=1" no longer working in Splunk 7.1?

simpkins1958
Contributor
04-26-2018
08:52 AM
For our splunk simple xml application we have a times.conf that disables certain time options for all our dashboards. This is no longer working on Splunk 7.1.0 was working as expected in 7.0.x. Anyway to get this functionality in 7.1 working?
times.conf:
[real_time_all]
disabled = 1
[real_time_last1h]
disabled = 1
[real_time_menu]
disabled = 1
[real_time_last30s]
disabled = 1
[real_time_last30m]
disabled = 1
[real_time_last5m]
disabled = 1
[real_time_last1m]
disabled = 1
[year_to_date]
disabled = 1
[previous_year]
disabled = 1
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkat54

SplunkTrust
05-01-2018
03:58 AM
I don’t even see the disabled option in times.conf.spec for 7.1 or 7.0.
Still believe it worked for you previously. Where did you put your custom times.conf?
Did you put it in etc/system/local?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
04-26-2018
09:31 AM
Can you try change your time ranges from Splunk Web UI?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

simpkins1958
Contributor
04-26-2018
10:04 AM
From splunk webui disabled "Previous Month" which added a times.conf file to etc\system\local with:
[previous_month]
disabled = 1
The simple XML timepicker is still showing "Previous month" as a selection. Tried restarting splunk and still seeing.
