|
My coldtofrozenscript on linux is totaly ignored, I tweaked the indexes.conf (a few warmbuckets and small total index) and the data is nicely deleted from cold.... How can I see why the coldtofrozen script isnt working? Configed exactly like the manual,,,
in compressedExport.sh I only set the path to the archivelocation |
you mean a test dir instead of a file right? I'have made dir /opt/foo for testing and ran: /opt$ /opt/splunk/bin/compressedExport.sh /opt/foo
No files anywhere? I think your problem is that you cd into the directory, then you try to copy the directory from the wrong location. Change it to this: gzip $1/*tsidx cp -r $1 /opt/fl_virtual_san/
(29 Nov '10, 11:08)
tedder
Shouldn't be, since the
(29 Nov '10, 20:30)
gkanapathy ♦
|