|
Is there a way to add time range in a form search, eg. specify start time and end time? right now i have a drop down list with a few options. But we would like to let user specify a time range as what they wish to see. Thanks. |
|
Yes.
If your dashboard is in advanced XML (you can convert it by adding ?showsource=1 to the end of your dashboard link, e.g You can then use the code;
If you enclose all searches you want to inherit the time from this module by closing the module after them then as the user changes the selected time range it will update all searches. To define the time ranges (other than default) you can edit times.conf (or create your own in the appname/local directory. See the following link for more detail; http://docs.splunk.com/Documentation/Splunk/latest/admin/Timesconf |
|
In addition to Draineh's answer, this can also be done in simple XML. Just use
Thanks, Ayn. What if I only want to have 3 options in the dropdown list, instead of the 10 choices we have by default? say i only want last 4 hours, last 24 hours and last 7 days.
(08 Nov '11, 13:54)
xiaoyuew
I understand that there is an option for that which is to change the configuration in the times.conf.However, we don't want to do that. We just want this form to have fewer drop down options.
(08 Nov '11, 14:01)
xiaoyuew
|