Time-series data out of order

I have a data stream in use for some custom application logs. There are about 10 months of logs in it and a handful of rolled-over backing indices.

I also have about 3 years worth of historic application logs that I'd like to 'prepend' to this data stream. Is it okay to upload (drastically) out of order logs into the active data stream? Or is reindexing everything into a new data stream my only option?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.