I'm trying to implement a coldtofrozen script for data retention using the Atlassian app/script that is shared is some other answers, which moves buckets to S3. (apparently I don't have enough karma points to post links).
I tested the script out separately with the testdb they provide, and then tested it out on a test index in my production cluster. That worked as expected, so I copied the same coldToFrozenScript entry to a couple other index stanzas. Now the original (test) index continues to have frozen buckets moved to S3, but the coldToFrozenScript doesn't appear to be working for any of the other indexes. Any idea what is going on?
For reference we have a indexer cluster, so the change to indexes.conf was made on the master and deployed in both instances (once to deploy the change for the test index, and then again to deploy the changes for the other indexes). I verified that the change is in fact reflected in the slave-apps/_cluster/local/indexes.conf on the peers.
Any help would be appreciated!
↧