Hi, I got the similar issue and checked the documents https://docs.splunk.com/Documentation/WebFramework However, I found that the parameters have been changed, after checking its source code under timerangeview.js. You may try below configurations. var customDialogOptions = { show_presets: false, show_datetime_range: true, show_advanced: false, show_date_range: false, show_realtime: false, show_relative: false };
... View more