def rule(event):
    if "::$index_allocation" in event.deep_get("TargetFilename", default=""):
        return True
    return False
