splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

Fix: Thaw buckets through UI #33

Closed petterik closed 12 years ago

petterik commented 12 years ago

Thawing buckets through the user interface does not work.

Did:

  1. Archived a bunch of buckets.
  2. Listed them and saw them in the UI.
  3. Pressed the thaw button and got: "Thawed buckets: No buckets to thaw!", and there were no buckets in my thaw directory.

Expected to thaw buckets to the right thaw directory.

ping @antonjn @andreeriksson

petterik commented 12 years ago

Thawing buckets by calling the thaw rest endpoint through curl works: curl -d "index=shuttl&from=2012-08-01&to=2012-09-01" http://localhost:9090/shuttl/rest/archiver/bucket/thaw

petterik commented 12 years ago

This works now. Closing again.