[ResponseOps] Improves ES query rule type description (#124979) (#125049)

This commit is contained in:
István Zoltán Szabó 2022-02-09 13:52:56 +01:00 committed by GitHub
parent 5ebb74e575
commit 64bbe49898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,7 @@ export function getAlertType(): AlertTypeModel<EsQueryAlertParams> {
return {
id: '.es-query',
description: i18n.translate('xpack.stackAlerts.esQuery.ui.alertType.descriptionText', {
defaultMessage: 'Alert on matches against an Elasticsearch query.',
defaultMessage: 'Alert when matches are found during the latest query run.',
}),
iconClass: 'logoElastic',
documentationUrl: (docLinks) => docLinks.links.alerting.esQuery,

View file

@ -25994,7 +25994,6 @@
"xpack.stackAlerts.esQuery.missingEsQueryErrorMessage": "[esQuery]「query」を含む必要があります",
"xpack.stackAlerts.esQuery.ui.alertParams.fixErrorInExpressionBelowValidationMessage": "下の表現のエラーを修正してください。",
"xpack.stackAlerts.esQuery.ui.alertType.defaultActionMessage": "Elasticsearchクエリアラート'\\{\\{alertName\\}\\}'が有効です。\n\n- 値:\\{\\{context.value\\}\\}\n- 満たされた条件:\\{\\{context.conditions\\}\\} over \\{\\{params.timeWindowSize\\}\\}\\{\\{params.timeWindowUnit\\}\\}\n- タイムスタンプ:\\{\\{context.date\\}\\}",
"xpack.stackAlerts.esQuery.ui.alertType.descriptionText": "Elasticsearchクエリと一致したときにアラートを発行します。",
"xpack.stackAlerts.esQuery.ui.conditionPrompt": "一致数",
"xpack.stackAlerts.esQuery.ui.numQueryMatchesText": "前回の{window}でクエリが{count}個のドキュメントと一致しました。",
"xpack.stackAlerts.esQuery.ui.queryEditor": "Elasticsearchクエリエディター",

View file

@ -26438,7 +26438,6 @@
"xpack.stackAlerts.esQuery.missingEsQueryErrorMessage": "[esQuery]必须包含“query”",
"xpack.stackAlerts.esQuery.ui.alertParams.fixErrorInExpressionBelowValidationMessage": "表达式包含错误。",
"xpack.stackAlerts.esQuery.ui.alertType.defaultActionMessage": "Elasticsearch 查询告警“\\{\\{alertName\\}\\}”处于活动状态:\n\n- 值:\\{\\{context.value\\}\\}\n- 满足的条件:\\{\\{context.conditions\\}\\} 超过 \\{\\{params.timeWindowSize\\}\\}\\{\\{params.timeWindowUnit\\}\\}\n- 时间戳:\\{\\{context.date\\}\\}",
"xpack.stackAlerts.esQuery.ui.alertType.descriptionText": "匹配 Elasticsearch 查询时告警。",
"xpack.stackAlerts.esQuery.ui.conditionPrompt": "当匹配数目",
"xpack.stackAlerts.esQuery.ui.numQueryMatchesText": "查询在过去 {window} 匹配 {count} 个文档。",
"xpack.stackAlerts.esQuery.ui.queryEditor": "Elasticsearch 查询编辑器",