Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.12](backport #38407) Filebeat gcs input addFiledJobs panic protect…
…ion (#38474) * Filebeat gcs input addFiledJobs panic protection (#38407) * Filebeat gcs input addFiledJobs panic protection In case `obj, err := s.bucket.Object(name).Attrs(ctx)` return an error, obj will be probably `nil` in consequence the code below will panic `objectURI := "gs://" + s.src.BucketName + "/" + obj.Name` * Update CHANGELOG-developer.next.asciidoc (cherry picked from commit c6fd99c) * Update CHANGELOG-developer.next.asciidoc --------- Co-authored-by: Adam Sowiński <[email protected]> Co-authored-by: ShourieG <[email protected]>
- Loading branch information