mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
5ebb74e575
commit
64bbe49898
3 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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クエリエディター",
|
||||
|
|
|
@ -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 查询编辑器",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue