kibana/x-pack/plugins/monitoring/kibana.json

28 lines
534 B
JSON
Raw Normal View History

{
"id": "monitoring",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["monitoring"],
[Monitoring] Out of the box alerting (#68805) (#71780) * First draft, not quite working but a good start * More working * Support configuring throttle * Get the other alerts working too * More * Separate into individual files * Menu support as well as better integration in existing UIs * Red borders! * New overview style, and renamed alert * more visual updates * Update cpu usage and improve settings configuration in UI * Convert cluster health and license expiration alert to use legacy data model * Remove most of the custom UI and use the flyout * Add the actual alerts * Remove more code * Fix formatting * Fix up some errors * Remove unnecessary code * Updates * add more links here * Fix up linkage * Added nodes changed alert * Most of the version mismatch working * Add kibana mismatch * UI tweaks * Add timestamp * Support actions in the enable api * Move this around * Better support for changing legacy alerts * Add missing files * Update alerts * Enable alerts whenever any page is visited in SM * Tweaks * Use more practical default * Remove the buggy renderer and ensure setup mode can show all alerts * Updates * Remove unnecessary code * Remove some dead code * Cleanup * Fix snapshot * Fixes * Fixes * Fix test * Add alerts to kibana and logstash listing pages * Fix test * Add disable/mute options * Tweaks * Fix linting * Fix i18n * Adding a couple tests * Fix localization * Use http * Ensure we properly handle when an alert is resolved * Fix tests * Hide legacy alerts if not the right license * Design tweaks * Fix tests * PR feedback * Moar tests * Fix i18n * Ensure we have a control over the messaging * Fix translations * Tweaks * More localization * Copy changes * Type # Conflicts: # x-pack/plugins/monitoring/common/constants.ts # x-pack/plugins/monitoring/public/components/cluster/overview/alerts_panel.js # x-pack/plugins/monitoring/public/components/cluster/overview/index.js # x-pack/plugins/monitoring/public/components/elasticsearch/node/node.js # x-pack/plugins/monitoring/public/components/elasticsearch/nodes/nodes.js # x-pack/plugins/monitoring/public/components/kibana/instances/instances.js # x-pack/plugins/monitoring/server/plugin.ts # x-pack/test/functional/apps/monitoring/cluster/alerts.js
2020-07-15 02:13:42 +02:00
"requiredPlugins": [
"licensing",
"features",
"data",
"navigation",
"kibanaLegacy",
"observability"
],
"optionalPlugins": [
"infra",
"usageCollection",
"home",
"cloud",
"triggersActionsUi",
[Monitoring] Out of the box alerting (#68805) (#71780) * First draft, not quite working but a good start * More working * Support configuring throttle * Get the other alerts working too * More * Separate into individual files * Menu support as well as better integration in existing UIs * Red borders! * New overview style, and renamed alert * more visual updates * Update cpu usage and improve settings configuration in UI * Convert cluster health and license expiration alert to use legacy data model * Remove most of the custom UI and use the flyout * Add the actual alerts * Remove more code * Fix formatting * Fix up some errors * Remove unnecessary code * Updates * add more links here * Fix up linkage * Added nodes changed alert * Most of the version mismatch working * Add kibana mismatch * UI tweaks * Add timestamp * Support actions in the enable api * Move this around * Better support for changing legacy alerts * Add missing files * Update alerts * Enable alerts whenever any page is visited in SM * Tweaks * Use more practical default * Remove the buggy renderer and ensure setup mode can show all alerts * Updates * Remove unnecessary code * Remove some dead code * Cleanup * Fix snapshot * Fixes * Fixes * Fix test * Add alerts to kibana and logstash listing pages * Fix test * Add disable/mute options * Tweaks * Fix linting * Fix i18n * Adding a couple tests * Fix localization * Use http * Ensure we properly handle when an alert is resolved * Fix tests * Hide legacy alerts if not the right license * Design tweaks * Fix tests * PR feedback * Moar tests * Fix i18n * Ensure we have a control over the messaging * Fix translations * Tweaks * More localization * Copy changes * Type # Conflicts: # x-pack/plugins/monitoring/common/constants.ts # x-pack/plugins/monitoring/public/components/cluster/overview/alerts_panel.js # x-pack/plugins/monitoring/public/components/cluster/overview/index.js # x-pack/plugins/monitoring/public/components/elasticsearch/node/node.js # x-pack/plugins/monitoring/public/components/elasticsearch/nodes/nodes.js # x-pack/plugins/monitoring/public/components/kibana/instances/instances.js # x-pack/plugins/monitoring/server/plugin.ts # x-pack/test/functional/apps/monitoring/cluster/alerts.js
2020-07-15 02:13:42 +02:00
"alerts",
"actions",
"encryptedSavedObjects"
[Monitoring] Out of the box alerting (#68805) (#71780) * First draft, not quite working but a good start * More working * Support configuring throttle * Get the other alerts working too * More * Separate into individual files * Menu support as well as better integration in existing UIs * Red borders! * New overview style, and renamed alert * more visual updates * Update cpu usage and improve settings configuration in UI * Convert cluster health and license expiration alert to use legacy data model * Remove most of the custom UI and use the flyout * Add the actual alerts * Remove more code * Fix formatting * Fix up some errors * Remove unnecessary code * Updates * add more links here * Fix up linkage * Added nodes changed alert * Most of the version mismatch working * Add kibana mismatch * UI tweaks * Add timestamp * Support actions in the enable api * Move this around * Better support for changing legacy alerts * Add missing files * Update alerts * Enable alerts whenever any page is visited in SM * Tweaks * Use more practical default * Remove the buggy renderer and ensure setup mode can show all alerts * Updates * Remove unnecessary code * Remove some dead code * Cleanup * Fix snapshot * Fixes * Fixes * Fix test * Add alerts to kibana and logstash listing pages * Fix test * Add disable/mute options * Tweaks * Fix linting * Fix i18n * Adding a couple tests * Fix localization * Use http * Ensure we properly handle when an alert is resolved * Fix tests * Hide legacy alerts if not the right license * Design tweaks * Fix tests * PR feedback * Moar tests * Fix i18n * Ensure we have a control over the messaging * Fix translations * Tweaks * More localization * Copy changes * Type # Conflicts: # x-pack/plugins/monitoring/common/constants.ts # x-pack/plugins/monitoring/public/components/cluster/overview/alerts_panel.js # x-pack/plugins/monitoring/public/components/cluster/overview/index.js # x-pack/plugins/monitoring/public/components/elasticsearch/node/node.js # x-pack/plugins/monitoring/public/components/elasticsearch/nodes/nodes.js # x-pack/plugins/monitoring/public/components/kibana/instances/instances.js # x-pack/plugins/monitoring/server/plugin.ts # x-pack/test/functional/apps/monitoring/cluster/alerts.js
2020-07-15 02:13:42 +02:00
],
"server": true,
"ui": true,
2020-12-08 06:30:54 +01:00
"requiredBundles": ["kibanaUtils", "home", "alerts", "kibanaReact", "licenseManagement"]
}