<?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: Help on an input time token in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582983#M102725</link>
    <description>&lt;P&gt;If you have to use two different time windows then you'll need two base searches.&lt;/P&gt;&lt;P&gt;If you really want to use a single base search then you'll have to use only one time window.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 19:50:40 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-01-28T19:50:40Z</dc:date>
    <item>
      <title>Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582420#M102617</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I use an input time token called "timepicker"&lt;/P&gt;&lt;PRE&gt;&amp;lt;earliest&amp;gt;$timepicker.earliest$&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;$timepicker.latest$&amp;lt;/latest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Is there a way to call this input time token directly in my search ?&lt;/P&gt;&lt;P&gt;Someting like this :&lt;/P&gt;&lt;P&gt;Index=toto sourcetype=tutu earliest=$timepicker$ latest=$timepicker$&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 17:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582420#M102617</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-25T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582432#M102619</link>
      <description>&lt;P&gt;Reference the tokens in the search the same way they are referenced the Simple XML.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 19:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582432#M102619</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-25T19:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582476#M102622</link>
      <description>&lt;P&gt;right, it works&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;earliest=$timesource.earliest$ latest=$timesource.latest$&lt;/LI-CODE&gt;&lt;P&gt;But is it possible to add this token somewhere else than just after the index and the sourcetype?&lt;/P&gt;&lt;P&gt;for example, this doesnt works&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search earliest=$timesource.earliest$ latest=$timesource.latest$&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 26 Jan 2022 06:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582476#M102622</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-26T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582531#M102625</link>
      <description>&lt;P&gt;Please explain what you mean by "this doesnt works".&amp;nbsp; What results do you get compared to what you expect?&lt;/P&gt;&lt;P&gt;Depending on what is in your query prior to the &lt;FONT face="courier new,courier"&gt;search&lt;/FONT&gt; command, you may be running into the known limitation described at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Search#Using_the_search_command_later_in_the_search_pipeline" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Search#Using_the_search_command_later_in_the_search_pipeline&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 13:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582531#M102625</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-26T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582582#M102630</link>
      <description>&lt;P&gt;In my dashboard i use 2 input time tokens&lt;/P&gt;&lt;P&gt;I also use 2 base search in order to display data in 2 table panels&lt;/P&gt;&lt;P&gt;These 2 table panels refer to the 2 input time token&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the search are the same i want to use just one base search instead two&lt;/P&gt;&lt;P&gt;Actually i use 2 base search due to the 2 différents input time token&lt;/P&gt;&lt;P&gt;The problem is that in my base search i cant refer to 2 différent input time token&lt;/P&gt;&lt;P&gt;So i search a way to use just one base search with 2 input time tokens...&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 17:12:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582582#M102630</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-26T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582783#M102686</link>
      <description>&lt;P&gt;Is anybody can help please?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 16:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582783#M102686</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-01-27T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on an input time token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582983#M102725</link>
      <description>&lt;P&gt;If you have to use two different time windows then you'll need two base searches.&lt;/P&gt;&lt;P&gt;If you really want to use a single base search then you'll have to use only one time window.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 19:50:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-on-an-input-time-token/m-p/582983#M102725</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-28T19:50:40Z</dc:date>
    </item>
  </channel>
</rss>

