Oh, fixed it. In my particular case, it was just a permissions issue, as the importtool command runs as "splunk" user, and I had the .csv files as root with 600 permissions, so, make sure splunk user have read access to the .csv files. So, a command like this should work: /opt/splunk/bin/splunk cmd importtool /[splunk_hot_data_dir]/[indexname]/db/[new.bucket.name] exported.indexname.db.file.csv remember also that you need to specify a new bucket directory inside "db" dir, (you can create it manually or splunk will do it for you)
... View more