<?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: Lookup Table Modifying _time and timepicker ignoring in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709698#M239841</link>
    <description>&lt;P&gt;Ah ok.&amp;nbsp; I changed the definitiion to below. Its still not working, time picker is ignoring the time. Anything else I should do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chrisboy68_0-1737730228086.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34238iB8ADCBBC00AF52E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chrisboy68_0-1737730228086.png" alt="chrisboy68_0-1737730228086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2025 14:51:24 GMT</pubDate>
    <dc:creator>chrisboy68</dc:creator>
    <dc:date>2025-01-24T14:51:24Z</dc:date>
    <item>
      <title>Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709693#M239839</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Struggling trying to figure out what I'm doing wrong. I have the following SPL&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup append=t kvstore
| eval _time = strptime(start_date, "%Y-%m-%d")
| eval readable_time = strftime(_time, "%Y-%m-%d %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;start_date is YYYY-MM-DD, when I modify the _time, I can see it is changed via readable_time, but the timepicker still ignores the change. I can say search last 30 days and I get the events with _time before the range in the timepicker. Any ideas?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709693#M239839</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2025-01-24T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709694#M239840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/118310"&gt;@chrisboy68&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;timekeeper works with events not with lookups.&lt;/P&gt;&lt;P&gt;if you need to use time with a lookup, use a lookup with "&lt;SPAN&gt;Configure time-based lookup" in Lookup Definition, or better, save the values in a index.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709694#M239840</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-01-24T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709698#M239841</link>
      <description>&lt;P&gt;Ah ok.&amp;nbsp; I changed the definitiion to below. Its still not working, time picker is ignoring the time. Anything else I should do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chrisboy68_0-1737730228086.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34238iB8ADCBBC00AF52E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chrisboy68_0-1737730228086.png" alt="chrisboy68_0-1737730228086.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709698#M239841</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2025-01-24T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709706#M239843</link>
      <description>&lt;P&gt;Your timepicker will not work.&lt;/P&gt;&lt;P&gt;Timepicker is responsible for setting the earliest/latest parameters for the search. Those parameters only affect fetching events from indexes at the beginning of the search pipeline when the events are generated with &lt;EM&gt;search&lt;/EM&gt; or &lt;EM&gt;tstats&lt;/EM&gt; (maybe there's another command which they affect but I cannot think of any right now). They don't "filter" the events anywhere after that. Most importantly, if you're doing &lt;EM&gt;inputlookup&lt;/EM&gt; or &lt;EM&gt;rest&lt;/EM&gt; timepicker will not affect your search results in any way. And you can't do anything about it (maybe except some very very ugly bending over backwards with&amp;nbsp;&lt;EM&gt;addinfo&lt;/EM&gt; and filtering with &lt;EM&gt;where&lt;/EM&gt; but that's not something any sane person would do.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 15:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709706#M239843</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-01-24T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709709#M239844</link>
      <description>&lt;P&gt;My use case requires strict relationships.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup append=t mylookup 
| eval _time = strptime(start_date, "%Y-%m-%d") 
| addinfo 
| rename info_* AS * 
| where _time &amp;gt;= min_time AND _time &amp;lt;= max_time&lt;/LI-CODE&gt;&lt;P&gt;This works for my use case, bit clunkly. Thank all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 15:32:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709709#M239844</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2025-01-24T15:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table Modifying _time and timepicker ignoring</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709713#M239845</link>
      <description>&lt;P&gt;OK, whether that's ugly or not is a matter of personal taste of course but be aware that it's a very unintuitive way to handle data and someone tasked with maintenance of this later might have hard time understanding this.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 15:38:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-Modifying-time-and-timepicker-ignoring/m-p/709713#M239845</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-01-24T15:38:34Z</dc:date>
    </item>
  </channel>
</rss>

