<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: specify time with rest command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/615191#M213798</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarit_s_0-1664455323659.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21766i5AC1E2CF2CD27689/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarit_s_0-1664455323659.png" alt="sarit_s_0-1664455323659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 12:42:12 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2022-09-29T12:42:12Z</dc:date>
    <item>
      <title>How to specify time with rest command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614905#M213689</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a rest query with a field that contain date and time&lt;/P&gt;
&lt;P&gt;Is it possible to limit the search by this field so it will search for the last 15 minutes ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 16:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614905#M213689</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614912#M213690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the rest command extract the data, then you can filter this data using the fields containing time and data as all the other fields.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614912#M213690</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614913#M213691</link>
      <description>&lt;P&gt;yes, I have this field&lt;/P&gt;&lt;P&gt;but since with rest command the time Peaker is not working i need to get it from the query&lt;/P&gt;&lt;P&gt;something like earliest and latest based on specific field&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614913#M213691</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T08:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614920#M213692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you cannot use the time picker in the usual way: you have to pass the tokens to the search creating the filters, e.g. if the Time Picker token is called "Time" and the fields containing date (09/28/2022) and time (11:11.22) are "date" and "time"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest .....
| eval timestamp=strptime(date.time,"%m/%d/%Y%H:%M:%S")
| search timestamp&amp;gt;$Time.earliest$ timestamp&amp;lt;$Time.latest$&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614920#M213692</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614922#M213694</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;how can i set the tokens ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:04:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614922#M213694</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T09:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614925#M213695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can set the tokens using the Time Picker or another input.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614925#M213695</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T09:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614927#M213696</link>
      <description>&lt;P&gt;this is my query :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rest /servicesNS/admin/search/alerts/fired_alerts/- 
|fields eai:acl.owner  savedsearch_name triggered_alert_count trigger_time_rendered

| join savedsearch_name [
  | rest splunk_server=local count=0 /services/saved/searches 
  | rename title as savedsearch_name 

 | lookup mailingList.csv "action.email.to" OUTPUT teamName


  | table action.email.to savedsearch_name teamName]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;trigger_time_rendere looks like :&amp;nbsp;&lt;SPAN&gt;2022-09-28 09:20:31 UTC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when inserting this part :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval timestamp=strptime(date.time,"%Y/%m/%d%H:%M:%S")
| search timestamp&amp;gt;$trigger_time_rendere.earliest$ timestamp&amp;lt;$trigger_time_rendere.latest$&lt;/LI-CODE&gt;&lt;P&gt;im getting no result at all&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614927#M213696</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614933#M213697</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to compare timestamps, you have to convert all of them in epochtime:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval 
   timestamp=strptime(date.time,"%Y/%m/%d%H:%M:%S"),
   trigger_time_earliest=strptime($trigger_time_rendere.earliest$,"%Y/%m/%d%H:%M:%S"),
   trigger_time_latest=strptime($trigger_time_rendere.latest$,"%Y/%m/%d%H:%M:%S")

| search timestamp&amp;gt;trigger_time_earliest timestamp&amp;lt;trigger_time_latest&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614933#M213697</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614935#M213698</link>
      <description>&lt;P&gt;still no results &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614935#M213698</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T09:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614939#M213699</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when I said "date.time" I meant to create a timestamp with the two fields that you said to have, but what are the field names of date and time that you said to have in the rest outputs?&lt;/P&gt;&lt;P&gt;You have to put them in the eval command to create the timestamp field to use in the filter.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614939#M213699</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614944#M213702</link>
      <description>&lt;P&gt;i have 1 field with date and time&lt;/P&gt;&lt;P&gt;trigger_time_rendered&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rest /servicesNS/admin/search/alerts/fired_alerts/- 
|fields eai:acl.owner  savedsearch_name triggered_alert_count trigger_time_rendered
| eval 
   timestamp=strptime(trigger_time_renderede,"%Y/%m/%d%H:%M:%S"),
   trigger_time_earliest=strptime($trigger_time_rendered.earliest$,"%Y/%m/%d%H:%M:%S"),
   trigger_time_latest=strptime($trigger_time_rendered.latest$,"%Y/%m/%d%H:%M:%S")

| search timestamp&amp;gt;trigger_time_earliest timestamp&amp;lt;trigger_time_latest
| join savedsearch_name [
  | rest splunk_server=local count=0 /services/saved/searches 
  | rename title as savedsearch_name 

 | lookup mailingList.csv "action.email.to" OUTPUT teamName


  | table action.email.to savedsearch_name teamName]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the fact that it contains also the TZ related ? maybe it should be also part of the convert ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614944#M213702</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614947#M213704</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval 
   trigger_time_rendere=strptime(trigger_time_rendere,"%Y/%m/%d%H:%M:%S"),
| search trigger_time_rendere&amp;gt;$Time.earliest$ trigger_time_rendere&amp;lt;$Time.latest$&lt;/LI-CODE&gt;&lt;P&gt;if it doesn't run, please tell me the result of:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval 
   trigger_time_rendere=strptime(trigger_time_rendere,"%Y/%m/%d%H:%M:%S"),
| table trigger_time_rendere $Time.earliest$ $Time.latest$&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 10:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614947#M213704</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614948#M213705</link>
      <description>&lt;P&gt;no results for both&lt;/P&gt;&lt;P&gt;what is it 'Time' ? I don't have such field&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 10:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614948#M213705</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T10:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614951#M213707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as I said in my first answer "Time" is the Time Picker Token.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 10:07:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614951#M213707</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614962#M213713</link>
      <description>&lt;P&gt;ok.. so ive added the token and still nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|rest /servicesNS/admin/search/alerts/fired_alerts/- 
|fields eai:acl.owner  savedsearch_name triggered_alert_count trigger_time_rendered
| eval 
   timestamp=strptime(trigger_time_rendered,"%Y/%m/%d%H:%M:%S"),
   trigger_time_earliest=strptime($last_15_mins.earliest$,"%Y/%m/%d%H:%M:%S"),
   trigger_time_latest=strptime($last_15_mins.latest$,"%Y/%m/%d%H:%M:%S")

| search timestamp&amp;gt;trigger_time_earliest timestamp&amp;lt;trigger_time_latest
| join savedsearch_name [
  | rest splunk_server=local count=0 /services/saved/searches 
  | rename title as savedsearch_name 

 | lookup mailingList.csv "action.email.to" OUTPUT teamName


  | table action.email.to savedsearch_name teamName]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 10:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614962#M213713</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614964#M213715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if the forma of&amp;nbsp;&lt;SPAN&gt;trigger_time_rendere is like :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;2022-09-28 09:20:31 UTC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the eval isn't correct, please replace this:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/admin/search/alerts/fired_alerts/- 
| fields eai:acl.owner  savedsearch_name triggered_alert_count trigger_time_rendered
| eval 
   timestamp=strptime(trigger_time_rendered,"%Y-%m-%d %H:%M:%S %Z"),
   trigger_time_earliest=strptime($last_15_mins.earliest$,"%Y/%m/%d%H:%M:%S"),
   trigger_time_latest=strptime($last_15_mins.latest$,"%Y/%m/%d%H:%M:%S")

| search timestamp&amp;gt;trigger_time_earliest timestamp&amp;lt;trigger_time_latest
| join savedsearch_name [
  | rest splunk_server=local count=0 /services/saved/searches 
  | rename title as savedsearch_name 
  | lookup mailingList.csv "action.email.to" OUTPUT teamName
  | table action.email.to savedsearch_name teamName]&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 11:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614964#M213715</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T11:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614983#M213722</link>
      <description>&lt;P&gt;still nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614983#M213722</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614989#M213723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please execute this and tell me the results:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/admin/search/alerts/fired_alerts/- 
| fields eai:acl.owner  savedsearch_name triggered_alert_count trigger_time_rendered
| eval 
   timestamp=strptime(trigger_time_rendered,"%Y-%m-%d %H:%M:%S %Z"),
   trigger_time_earliest=strptime($last_15_mins.earliest$,"%Y/%m/%d%H:%M:%S"),
   trigger_time_latest=strptime($last_15_mins.latest$,"%Y/%m/%d%H:%M:%S")
| table timestamp trigger_time_rendered trigger_time_earliest $last_15_mins.earliest$ trigger_time_latest $last_15_mins.latest$&lt;/LI-CODE&gt;&lt;P&gt;check if you have all the values and if the format is correct.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614989#M213723</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614990#M213724</link>
      <description>&lt;P&gt;only timestamp and&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;trigger_time_rendered&lt;/PRE&gt;&lt;P&gt;has values, all the rest are empty&lt;/P&gt;&lt;P&gt;maybe im getting the wrong token, i took it from&amp;nbsp;&lt;BR /&gt;settings --&amp;gt;user interface&lt;SPAN&gt;&amp;nbsp;»&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Time ranges&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614990#M213724</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2022-09-28T12:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: specify time with rest command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614993#M213725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/149978"&gt;@sarit_s&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;no, you have to take the token in your dashboard, in the Time Picker.&lt;/P&gt;&lt;P&gt;The token name is setted by you.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-specify-time-with-rest-command/m-p/614993#M213725</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-09-28T12:35:23Z</dc:date>
    </item>
  </channel>
</rss>

