kibana/x-pack/plugins/ml/kibana.json
Dima Arnautov 3e22323e00
[ML] Change Point Detection (#144093)
## Summary

Adds a Change point detection page in the AIOps labs.

_Note:_ 
This page will be hidden under the hardcoded feature flag for 8.6. 

<img width="1775" alt="image"
src="https://user-images.githubusercontent.com/5236598/199506277-f0d71104-3098-4e15-a697-35f5eec5c110.png">

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [x] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [x] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
2022-11-15 18:47:27 +01:00

64 lines
1.1 KiB
JSON

{
"id": "ml",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack",
"ml"
],
"requiredPlugins": [
"aiops",
"charts",
"cloud",
"data",
"dataViews",
"dataVisualizer",
"discover",
"embeddable",
"features",
"fieldFormats",
"lens",
"licensing",
"share",
"taskManager",
"triggersActionsUi",
"uiActions",
"unifiedSearch"
],
"optionalPlugins": [
"alerting",
"dashboard",
"home",
"licenseManagement",
"management",
"maps",
"security",
"spaces",
"usageCollection",
"cases"
],
"server": true,
"ui": true,
"requiredBundles": [
"cases",
"charts",
"dashboard",
"esUiShared",
"fieldFormats",
"kibanaReact",
"kibanaUtils",
"lens",
"maps",
"savedObjects",
"usageCollection",
"unifiedSearch"
],
"extraPublicDirs": [
"common"
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"description": "This plugin provides access to the machine learning features provided by Elastic."
}