Sure thing. For testing I am using this SPL: (time range set to "Last 30 Days") index=_internal
| table _time sourcetype
| head 5
| eval othertestfield="test1"
| eval _time = now() + 3600
| c...
See more...
Sure thing. For testing I am using this SPL: (time range set to "Last 30 Days") index=_internal
| table _time sourcetype
| head 5
| eval othertestfield="test1"
| eval _time = now() + 3600
| collect index=summary testmode=true addtime=true It produces the following output: _time sourcetype _raw othertestfield 2024-03-12T22:50:05.000+01:00 splunkd 03/12/2024 22:50:05 +0100, info_min_time=1707606000.000, info_max_time=1710276605.000, info_search_time=1710276605.390, othertestfield=test1, orig_sourcetype=splunkd test1 2024-03-12T22:50:05.000+01:00 splunkd_access 03/12/2024 22:50:05 +0100, info_min_time=1707606000.000, info_max_time=1710276605.000, info_search_time=1710276605.390, othertestfield=test1, orig_sourcetype=splunkd_access test1 2024-03-12T22:50:05.000+01:00 splunkd_access 03/12/2024 22:50:05 +0100, info_min_time=1707606000.000, info_max_time=1710276605.000, info_search_time=1710276605.390, othertestfield=test1, orig_sourcetype=splunkd_access test1 2024-03-12T22:50:05.000+01:00 splunkd_access 03/12/2024 22:50:05 +0100, info_min_time=1707606000.000, info_max_time=1710276605.000, info_search_time=1710276605.390, othertestfield=test1, orig_sourcetype=splunkd_access test1 2024-03-12T22:50:05.000+01:00 splunkd_access 03/12/2024 22:50:05 +0100, info_min_time=1707606000.000, info_max_time=1710276605.000, info_search_time=1710276605.390, othertestfield=test1, orig_sourcetype=splunkd_access test1 I ran the search at 21:50 CET, and the _time field shows the current time plus 3600 seconds.