Deployment Architecture

Move data to another index based on _time

zafunt
Explorer

I would like to move data based on the event time to another index. I've tried something like the following...

index=main _time < whatever | collect index=old

But, this changes all the src values to be the splunk indexer.

I've also tried to move items to "frozen" based on time. However, that seems to move events based on the time that the data was indexed.

Is there another way to do this?

Tags (1)
1 Solution

yannK
Splunk Employee
Splunk Employee

move the buckets instead, it's easier to identify all the buckets containing your data.
then copy/move then to the new index.

  • use the |dbinspect index=main | convert ctime(endEpoch) AS start| convert ctime(startEpoch) AS end | table path state start end
    to get the list of your buckets, with their timerange.

  • stop splunk

  • copy or move them to the new indexpath

  • if needed, use the delete command to hide the events that you do not want

View solution in original post

yannK
Splunk Employee
Splunk Employee

move the buckets instead, it's easier to identify all the buckets containing your data.
then copy/move then to the new index.

  • use the |dbinspect index=main | convert ctime(endEpoch) AS start| convert ctime(startEpoch) AS end | table path state start end
    to get the list of your buckets, with their timerange.

  • stop splunk

  • copy or move them to the new indexpath

  • if needed, use the delete command to hide the events that you do not want

zafunt
Explorer

Thanks. This should work for me. I'll update with any additional steps that may be helpful to others.

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...