Skip to content

Commit

Permalink
[Uptime] Remove Location map from Uptime monitor details page (#96517) (
Browse files Browse the repository at this point in the history
#96720)

* remove LocationMap from Uptime Monitor details
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
dominiqueclarke authored Apr 12, 2021
1 parent b1ef2a8 commit 2732dad
Show file tree
Hide file tree
Showing 23 changed files with 50 additions and 4,491 deletions.
8 changes: 1 addition & 7 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -22888,7 +22888,6 @@
"xpack.uptime.certs.status.ok.label": " {okRelativeDate}",
"xpack.uptime.charts.mlAnnotation.header": "スコア:{score}",
"xpack.uptime.charts.mlAnnotation.severity": "深刻度:{severity}",
"xpack.uptime.components.embeddables.embeddedMap.embeddablePanelTitle": "オブザーバー位置情報マップを監視",
"xpack.uptime.controls.selectSeverity.criticalLabel": "致命的",
"xpack.uptime.controls.selectSeverity.majorLabel": "メジャー",
"xpack.uptime.controls.selectSeverity.minorLabel": "マイナー",
Expand Down Expand Up @@ -22918,12 +22917,7 @@
"xpack.uptime.filterPopout.searchMessage.ariaLabel": "{title} を検索",
"xpack.uptime.filterPopover.filterItem.label": "{title} {item}でフィルタリングします。",
"xpack.uptime.integrationLink.missingDataMessage": "この統合に必要なデータが見つかりませんでした。",
"xpack.uptime.locationAvailabilityViewToggleLegend": "トグルを表示",
"xpack.uptime.locationMap.locations.missing.message": "重要な位置情報構成がありません。{codeBlock}フィールドを使用して、アップタイムチェック用に一意の地域を作成できます。",
"xpack.uptime.locationMap.locations.missing.message1": "詳細については、ドキュメンテーションを参照してください。",
"xpack.uptime.locationMap.locations.missing.title": "地理情報の欠測",
"xpack.uptime.locationName.helpLinkAnnotation": "場所を追加",
"xpack.uptime.mapToolTip.AvailabilityStat.title": "{value} %",
"xpack.uptime.ml.durationChart.exploreInMlApp": "ML アプリで探索",
"xpack.uptime.ml.enableAnomalyDetectionPanel.anomalyDetectionTitle": "異常検知",
"xpack.uptime.ml.enableAnomalyDetectionPanel.cancelLabel": "キャンセル",
Expand Down Expand Up @@ -23575,4 +23569,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "フィールドを選択してください。",
"xpack.watcher.watcherDescription": "アラートの作成、管理、監視によりデータへの変更を検知します。"
}
}
}
8 changes: 1 addition & 7 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -23246,7 +23246,6 @@
"xpack.uptime.certs.status.ok.label": " 对于 {okRelativeDate}",
"xpack.uptime.charts.mlAnnotation.header": "分数:{score}",
"xpack.uptime.charts.mlAnnotation.severity": "严重性:{severity}",
"xpack.uptime.components.embeddables.embeddedMap.embeddablePanelTitle": "监测观察者位置地图",
"xpack.uptime.controls.selectSeverity.criticalLabel": "紧急",
"xpack.uptime.controls.selectSeverity.majorLabel": "重大",
"xpack.uptime.controls.selectSeverity.minorLabel": "轻微",
Expand Down Expand Up @@ -23276,12 +23275,7 @@
"xpack.uptime.filterPopout.searchMessage.ariaLabel": "搜索 {title}",
"xpack.uptime.filterPopover.filterItem.label": "按 {title} {item} 筛选。",
"xpack.uptime.integrationLink.missingDataMessage": "未找到此集成的所需数据。",
"xpack.uptime.locationAvailabilityViewToggleLegend": "视图切换",
"xpack.uptime.locationMap.locations.missing.message": "重要的地理位置配置缺失。您可以使用 {codeBlock} 字段为您的运行时间检查创建独特的地理区域。",
"xpack.uptime.locationMap.locations.missing.message1": "在我们的文档中获取更多的信息。",
"xpack.uptime.locationMap.locations.missing.title": "地理信息缺失",
"xpack.uptime.locationName.helpLinkAnnotation": "添加位置",
"xpack.uptime.mapToolTip.AvailabilityStat.title": "{value} %",
"xpack.uptime.ml.durationChart.exploreInMlApp": "在 ML 应用中浏览",
"xpack.uptime.ml.enableAnomalyDetectionPanel.anomalyDetectionTitle": "异常检测",
"xpack.uptime.ml.enableAnomalyDetectionPanel.cancelLabel": "取消",
Expand Down Expand Up @@ -23943,4 +23937,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "此字段必填。",
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}
23 changes: 19 additions & 4 deletions x-pack/plugins/uptime/kibana.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"configPath": ["xpack", "uptime"],
"configPath": [
"xpack",
"uptime"
],
"id": "uptime",
"kibanaVersion": "kibana",
"optionalPlugins": ["data", "home", "observability", "ml"],
"optionalPlugins": [
"data",
"home",
"observability",
"ml"
],
"requiredPlugins": [
"alerting",
"embeddable",
Expand All @@ -14,5 +22,12 @@
"server": true,
"ui": true,
"version": "8.0.0",
"requiredBundles": ["observability", "kibanaReact", "kibanaUtils", "home", "data", "ml", "maps"]
}
"requiredBundles": [
"observability",
"kibanaReact",
"kibanaUtils",
"home",
"data",
"ml"
]
}
1 change: 0 additions & 1 deletion x-pack/plugins/uptime/public/components/monitor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

export * from './ml';
export * from './ping_list';
export * from './status_details/location_map';
export * from './status_details';
export * from './ping_histogram';
export * from './monitor_charts';

This file was deleted.

Loading

0 comments on commit 2732dad

Please sign in to comment.