mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ResponseOps] [Alerting] race condition at startup accessing AaD documents (#166980)
Resolves https://github.com/elastic/kibana/issues/166418 ## Summary Change from `warn` to `debug`. Was able to replicate this error when migrating an es query rule from 8.9 to 8.10 where es query uses AAD.
This commit is contained in:
parent
840e1216b0
commit
18a95deaea
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ export class AlertsClient<
|
|||
})
|
||||
);
|
||||
} else {
|
||||
this.options.logger.warn(
|
||||
this.options.logger.debug(
|
||||
`Could not find alert document to update for recovered alert with id ${id} and uuid ${recoveredAlerts[
|
||||
id
|
||||
].getUuid()}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue