<?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: Time to search can only be set by the time range picker. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472546#M31024</link>
    <description>&lt;P&gt;Now - 24hours, snapped down to the start of that hour.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2019 20:57:37 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-12-24T20:57:37Z</dc:date>
    <item>
      <title>Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472541#M31019</link>
      <description>&lt;P&gt;Time to search can only be set by the time range picker.&lt;/P&gt;

&lt;P&gt;False is the answer. What are the other ways you can think of, please?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 17:29:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472541#M31019</guid>
      <dc:creator>palisetty</dc:creator>
      <dc:date>2019-12-24T17:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472542#M31020</link>
      <description>&lt;P&gt;Time modifiers inline of the search like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=... earliest=-24h@h latest=now
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Dec 2019 17:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472542#M31020</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2019-12-24T17:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472543#M31021</link>
      <description>&lt;P&gt;This one might not count, by clicking the event time and specifying a relative search window... which drives the time picker, which is why I said it might not count.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 17:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472543#M31021</guid>
      <dc:creator>mydog8it</dc:creator>
      <dc:date>2019-12-24T17:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472544#M31022</link>
      <description>&lt;P&gt;Also:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index= ... earliest=-x latest=now
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And along with that, using &lt;CODE&gt;TimePicker&lt;/CODE&gt; indirectly after-the-fact:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|dbxquery ...
|inputlookup append=t
| addinfo
| where _time&amp;gt;=info_min_time AND _time&amp;lt;=info_max_time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And lastly, you can interact with many visualizations (e.g. &lt;CODE&gt;Line Chart&lt;/CODE&gt;) and click and/or drag and then select &lt;CODE&gt;Zoom to selected&lt;/CODE&gt; and it will do that and update the &lt;CODE&gt;TimePicker&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 18:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472544#M31022</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-12-24T18:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472545#M31023</link>
      <description>&lt;P&gt;-24h@h means? 24 hours yesterday is it? Please correct me&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 19:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472545#M31023</guid>
      <dc:creator>palisetty</dc:creator>
      <dc:date>2019-12-24T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time to search can only be set by the time range picker.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472546#M31024</link>
      <description>&lt;P&gt;Now - 24hours, snapped down to the start of that hour.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 20:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Time-to-search-can-only-be-set-by-the-time-range-picker/m-p/472546#M31024</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-12-24T20:57:37Z</dc:date>
    </item>
  </channel>
</rss>

