add sova pattern for new tc exception, ratelimit

capture errors like..
tripleo_common.image.exception.ImageRateLimitedException:
Rate Limited while requesting http://mirror.iad.rax.open
dev.org:8082/v2/tripleotraincentos8/centos-binary-barbi
can-api/blobs/sha256:debac393b2f14

Partial-Bug: #1889122
Change-Id: Ie444f4e12129a16934afa58d6ae65d16bdfedfae
This commit is contained in:
Wes Hayutin 2020-08-21 07:40:49 -06:00
parent b8115108ea
commit b411f774b5
1 changed files with 6 additions and 1 deletions

View File

@ -743,12 +743,17 @@ patterns:
logstash: '429 Client Error: Too Many Requests for url'
msg: "Containers: too many requests."
pattern: '429 Client Error: Too Many Requests for url:'
tag: "infra"
tag: "code"
- id: 533
pattern: "FATAL | Provision instances"
logstash: "FATAL | Provision instances"
msg: "Failed to provision nodes."
tag: "infra"
- id: 534
logstash: 'tripleo_common.image.exception.ImageRateLimitedException'
msg: "Containers: too many requests to registry."
pattern: 'tripleo_common.image.exception.ImageRateLimitedException'
tag: "code"
"bmc":
- id: 600
logstash: 'socket.error: [Errno 99] Cannot assign requested address'