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

33 lines
497 B
JSON
Raw Normal View History

{
"id": "observability",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack",
"observability"
],
"optionalPlugins": [
"home",
"discover",
"lens",
"licensing",
"usageCollection"
],
"requiredPlugins": [
"alerting",
"cases",
"data",
"features",
"ruleRegistry",
[RAC] ALerts table in observability (#103270) Closes #98611 ## Summary Add alerts table in Observability => ![image](https://user-images.githubusercontent.com/189600/123854490-c68ddf00-d8ec-11eb-897e-2217249d5fba.png) ### Risk Matrix Delete this section if it is not applicable to this PR. Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release. When forming the risk matrix, consider some of the following examples and how they may potentially impact the change: | Risk | Probability | Severity | Mitigation/Notes | |---------------------------|-------------|----------|-------------------------| | Multiple Spaces—unexpected behavior in non-default Kibana Space. | Low | High | Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces. | | Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. | High | Low | Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure. | | Code should gracefully handle cases when feature X or plugin Y are disabled. | Medium | High | Unit tests will verify that any feature flag or plugin combination still results in our service operational. | | [See more potential risk examples](https://github.com/elastic/kibana/blob/master/RISK_MATRIX.mdx) | ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2021-07-06 18:28:21 +02:00
"timelines",
"triggersActionsUi"
],
2020-05-05 19:49:39 +02:00
"ui": true,
"server": true,
"requiredBundles": [
"data",
"kibanaReact",
"kibanaUtils"
]
}