- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-04-2015
04:34 PM
Please provide sample Simple XML for custom timerange dropdown. I do not want to allow users to select whatever timerange they please, like "All Time" Or "Year to Date".
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-04-2015
04:47 PM
<searchTemplate>index=_internal earliest=$earliest$ | head 10000</searchTemplate>
<fieldset autoRun="true" submitButton="false">
<input type="dropdown" token="earliest" searchWhenChanged="true">
<label>Select a time:</label>
<choice value="-4h@h">Last 4 hours</choice>
<choice value="-12h@h">Last 12 hours</choice>
<choice value="-24h@h">Last 24 hours</choice>
<default>-4h@h</default>
</input>
</fieldset>
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-04-2015
04:47 PM
<searchTemplate>index=_internal earliest=$earliest$ | head 10000</searchTemplate>
<fieldset autoRun="true" submitButton="false">
<input type="dropdown" token="earliest" searchWhenChanged="true">
<label>Select a time:</label>
<choice value="-4h@h">Last 4 hours</choice>
<choice value="-12h@h">Last 12 hours</choice>
<choice value="-24h@h">Last 24 hours</choice>
<default>-4h@h</default>
</input>
</fieldset>
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

anwarmian
Communicator
06-29-2017
07:36 PM
Great Job!!!!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ben_leung
Builder
03-04-2015
04:36 PM
Can this be done without modifying the CSS or HTML in the back end? I would also like to have custom time ranges for a dashboard but without using advance XML.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
03-04-2015
04:37 PM
yes 🙂 I will post an example in a moment unless someone beats me to it.
