I would like to export 1 minute of data on our production server and then import into a new server used for testing. Running Splunk v3.4.9. Could someone please assist with the correct date and time arguments for the export command. The following command does not work because the starttime and endtime arguments are invalid. What are valid arguments?
splunk export eventdata main -dir /mydir/splunkdata.dat -starttime "01/25/2010:09:00:00" -endtime "01/25/2010:09:00:59"
splunk import eventdata main -dir /mydir/splunkdata.dat