Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,8 @@ export class ReportingNotifierStreamHandler {
return { completed: newCompleted, failed: newFailed };
}),
catchError((err) => {
// show connection refused toast
this.core.notifications.toasts.addDanger(
getGeneralErrorToast(
i18n.translate('xpack.reporting.publicNotifier.httpErrorMessage', {
defaultMessage: 'Could not check Reporting job status!',
}),
err,
this.core
)
);
window.console.error(err);
// Seems to only occur when the connection to Kibana fails.
// We used to toast here, but ... it was very noisy.
return Rx.of({});
})
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31827,7 +31827,6 @@
"xpack.reporting.publicNotifier.error.couldNotCreateReportTitle": "Der Bericht {reportType} für „{reportObjectTitle}“ kann nicht erstellt werden.",
"xpack.reporting.publicNotifier.error.reportingSectionUrlLinkLabel": "Stack-Management > Kibana > Berichterstattung",
"xpack.reporting.publicNotifier.error.tryRefresh": "Versuchen Sie, die Seite neu zu laden.",
"xpack.reporting.publicNotifier.httpErrorMessage": "Der Status des Berichterstattungs-Jobs konnte nicht überprüft werden.",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportDescription": "Der Bericht hat die maximale Größe erreicht und enthält unvollständige Daten.",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "Teilweise {reportType} für ''{reportObjectTitle}'' erstellt",
"xpack.reporting.publicNotifier.pollingErrorMessage": "Fehler beim Melden des Notifiers!",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32008,7 +32008,6 @@
"xpack.reporting.publicNotifier.error.couldNotCreateReportTitle": "Impossible de créer un rapport {reportType} pour \"{reportObjectTitle}\".",
"xpack.reporting.publicNotifier.error.reportingSectionUrlLinkLabel": "Gestion de la Suite > Kibana > Reporting",
"xpack.reporting.publicNotifier.error.tryRefresh": "Essayez d'actualiser la page.",
"xpack.reporting.publicNotifier.httpErrorMessage": "Impossible de vérifier le statut de la tâche de reporting !",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportDescription": "Le rapport a atteint la taille maximale et contient des données partielles.",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "Création partielle du rapport {reportType} pour \"{reportObjectTitle}\"",
"xpack.reporting.publicNotifier.pollingErrorMessage": "Erreur de notification de reporting !",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32047,7 +32047,6 @@
"xpack.reporting.publicNotifier.error.couldNotCreateReportTitle": "''{reportObjectTitle}''の{reportType}レポートを作成できませんでした。",
"xpack.reporting.publicNotifier.error.reportingSectionUrlLinkLabel": "スタック管理 > Kibana > レポート",
"xpack.reporting.publicNotifier.error.tryRefresh": "ページを更新してみてください。",
"xpack.reporting.publicNotifier.httpErrorMessage": "レポートジョブステータスを確認できませんでした",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportDescription": "レポートが最大サイズに達し、部分データが含まれています。",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "''{reportObjectTitle}''の部分{reportType}レポートが作成されました",
"xpack.reporting.publicNotifier.pollingErrorMessage": "レポート通知エラー",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32030,7 +32030,6 @@
"xpack.reporting.publicNotifier.error.couldNotCreateReportTitle": "无法为“{reportObjectTitle}”创建 {reportType} 报告。",
"xpack.reporting.publicNotifier.error.reportingSectionUrlLinkLabel": "堆栈管理 > Kibana > Reporting",
"xpack.reporting.publicNotifier.error.tryRefresh": "请尝试刷新页面。",
"xpack.reporting.publicNotifier.httpErrorMessage": "无法检查 Reporting 作业状态!",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportDescription": "报告已达到最大大小,仅包含部分数据。",
"xpack.reporting.publicNotifier.maxSizeReached.partialReportTitle": "已为“{reportObjectTitle}”创建部分 {reportType}",
"xpack.reporting.publicNotifier.pollingErrorMessage": "报告通知器错误!",
Expand Down