Important fields which need to be retained: _time, sourcetype
Few steps which I followed but couldn't succeed.
Using Summary Index Has a Backup index.
index="main_primary_index" "search filter terms for specific data"
| table _time , required_field1,required_field2,required_field3...
| collect index=bkp_index sourcetype="required_st_name"
Problem:
_time is taking current system time, tried all the possible scenarios like strptime, strftime, convert ctime
in collect command there is no arguments to retain _time as it is.
... View more