LogDNA archives stored in Google Cloud Storage have an extra two-digit number after the logDate and before the file extension. This results in archives named "[prefix].[date].[number].json.gz". Since the script expects archives named "[prefix].[date].json.gz", this causes the script to fail.
LogDNA archives stored in Google Cloud Storage have an extra two-digit number after the logDate and before the file extension. This results in archives named "[prefix].[date].[number].json.gz". Since the script expects archives named "[prefix].[date].json.gz", this causes the script to fail.