mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Synthetics] Rename uptime plugin to synthetics (#130037)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
8be1744f01
commit
a4a082271e
1095 changed files with 58 additions and 61 deletions
|
@ -13,5 +13,5 @@ echo "--- Uptime @elastic/synthetics Tests"
|
|||
|
||||
cd "$XPACK_DIR"
|
||||
|
||||
checks-reporter-with-killswitch "Uptime @elastic/synthetics Tests" \
|
||||
node plugins/uptime/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}
|
||||
checks-reporter-with-killswitch "uptime plugin @elastic/synthetics Tests" \
|
||||
node plugins/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"}
|
||||
|
|
|
@ -613,6 +613,11 @@ the alertTypes by the Stack in the alerting plugin, register associated HTTP
|
|||
routes, etc.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/synthetics/README.md[synthetics]
|
||||
|The purpose of this plugin is to provide users of Heartbeat more visibility of what's happening
|
||||
in their infrastructure.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/task_manager/README.md[taskManager]
|
||||
|The task manager is a generic system for running background tasks.
|
||||
Documentation: https://www.elastic.co/guide/en/kibana/master/task-manager-production-considerations.html
|
||||
|
@ -648,11 +653,6 @@ As a developer you can reuse and extend built-in alerts and actions UI functiona
|
|||
|Upgrade Assistant helps users prepare their Stack for being upgraded to the next major. It will only be enabled on the last minor before the next major release. This is controlled via the config: xpack.upgrade_assistant.readonly (#101296).
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/uptime/README.md[uptime]
|
||||
|The purpose of this plugin is to provide users of Heartbeat more visibility of what's happening
|
||||
in their infrastructure.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/drilldowns/url_drilldown/README.md[urlDrilldown]
|
||||
|NOTE: This plugin contains implementation of URL drilldown. For drilldowns infrastructure code refer to ui_actions_enhanced plugin.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
USES_STYLED_COMPONENTS: [
|
||||
/packages[\/\\]kbn-ui-shared-deps-(npm|src)[\/\\]/,
|
||||
/src[\/\\]plugins[\/\\](unified_search|kibana_react)[\/\\]/,
|
||||
/x-pack[\/\\]plugins[\/\\](apm|beats_management|cases|fleet|infra|lists|observability|osquery|security_solution|timelines|uptime|ux)[\/\\]/,
|
||||
/x-pack[\/\\]plugins[\/\\](apm|beats_management|cases|fleet|infra|lists|observability|osquery|security_solution|timelines|synthetics|ux)[\/\\]/,
|
||||
/x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]/,
|
||||
],
|
||||
};
|
||||
|
|
|
@ -58,7 +58,6 @@ pageLoadAssetSize:
|
|||
transform: 41007
|
||||
triggersActionsUi: 103400
|
||||
upgradeAssistant: 81241
|
||||
uptime: 40825
|
||||
urlForwarding: 32579
|
||||
usageCollection: 39762
|
||||
visDefaultEditor: 50178
|
||||
|
@ -128,3 +127,4 @@ pageLoadAssetSize:
|
|||
expressionXY: 26500
|
||||
eventAnnotation: 19334
|
||||
screenshotting: 22870
|
||||
synthetics: 40958
|
||||
|
|
|
@ -68,7 +68,7 @@ export const PROJECTS = [
|
|||
name: 'fleet/cypress',
|
||||
}),
|
||||
|
||||
createProject('x-pack/plugins/uptime/e2e/tsconfig.json', {
|
||||
createProject('x-pack/plugins/synthetics/e2e/tsconfig.json', {
|
||||
name: 'uptime/synthetics-e2e-tests',
|
||||
disableTypeCheck: true,
|
||||
}),
|
||||
|
|
|
@ -389,6 +389,8 @@
|
|||
"@kbn/spaces-plugin/*": ["x-pack/plugins/spaces/*"],
|
||||
"@kbn/stack-alerts-plugin": ["x-pack/plugins/stack_alerts"],
|
||||
"@kbn/stack-alerts-plugin/*": ["x-pack/plugins/stack_alerts/*"],
|
||||
"@kbn/synthetics-plugin": ["x-pack/plugins/synthetics"],
|
||||
"@kbn/synthetics-plugin/*": ["x-pack/plugins/synthetics/*"],
|
||||
"@kbn/task-manager-plugin": ["x-pack/plugins/task_manager"],
|
||||
"@kbn/task-manager-plugin/*": ["x-pack/plugins/task_manager/*"],
|
||||
"@kbn/telemetry-collection-xpack-plugin": ["x-pack/plugins/telemetry_collection_xpack"],
|
||||
|
@ -405,8 +407,6 @@
|
|||
"@kbn/ui-actions-enhanced-plugin/*": ["x-pack/plugins/ui_actions_enhanced/*"],
|
||||
"@kbn/upgrade-assistant-plugin": ["x-pack/plugins/upgrade_assistant"],
|
||||
"@kbn/upgrade-assistant-plugin/*": ["x-pack/plugins/upgrade_assistant/*"],
|
||||
"@kbn/uptime-plugin": ["x-pack/plugins/uptime"],
|
||||
"@kbn/uptime-plugin/*": ["x-pack/plugins/uptime/*"],
|
||||
"@kbn/ux-plugin": ["x-pack/plugins/ux"],
|
||||
"@kbn/ux-plugin/*": ["x-pack/plugins/ux/*"],
|
||||
"@kbn/watcher-plugin": ["x-pack/plugins/watcher"],
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"xpack.transform": "plugins/transform",
|
||||
"xpack.triggersActionsUI": "plugins/triggers_actions_ui",
|
||||
"xpack.upgradeAssistant": "plugins/upgrade_assistant",
|
||||
"xpack.uptime": ["plugins/uptime"],
|
||||
"xpack.uptime": ["plugins/synthetics"],
|
||||
"xpack.ux": ["plugins/ux"],
|
||||
"xpack.urlDrilldown": "plugins/drilldowns/url_drilldown",
|
||||
"xpack.watcher": "plugins/watcher",
|
||||
|
|
|
@ -10,13 +10,13 @@ import { i18n } from '@kbn/i18n';
|
|||
export const PLUGIN = {
|
||||
APP_ROOT_ID: 'react-uptime-root',
|
||||
DESCRIPTION: i18n.translate('xpack.uptime.pluginDescription', {
|
||||
defaultMessage: 'Uptime monitoring',
|
||||
defaultMessage: 'Synthetics monitoring',
|
||||
description: 'The description text that will appear in the feature catalogue.',
|
||||
}),
|
||||
ID: 'uptime',
|
||||
LOCAL_STORAGE_KEY: 'xpack.uptime',
|
||||
NAME: i18n.translate('xpack.uptime.featureRegistry.uptimeFeatureName', {
|
||||
defaultMessage: 'Uptime',
|
||||
NAME: i18n.translate('xpack.uptime.featureRegistry.syntheticsFeatureName', {
|
||||
defaultMessage: 'Synthetics and Uptime',
|
||||
}),
|
||||
TITLE: i18n.translate('xpack.uptime.uptimeFeatureCatalogueTitle', {
|
||||
defaultMessage: 'Uptime',
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue