kibana/x-pack/plugins/observability
Kibana Machine 58d35cc12f
[APM][RUM] adjust data types for uiFilters and range in APM requests (#99257) (#100152)
* update has_rum_data api query types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Dominique Clarke <doclarke71@gmail.com>
2021-05-14 16:04:51 -04:00
..
.storybook [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
common [RAC] Decouple registry from alerts-as-data client (#98935) (#100041) 2021-05-13 13:07:02 -04:00
public [Observability] [Exploratory view] update v7 button styles (#100113) (#100141) 2021-05-14 14:12:36 -04:00
scripts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
server [APM][RUM] adjust data types for uiFilters and range in APM requests (#99257) (#100152) 2021-05-14 16:04:51 -04:00
typings [Uptime] Add Custom Fleet Integration UI (#91584) (#97691) 2021-04-20 15:36:08 -04:00
jest.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kibana.json [RAC] Decouple registry from alerts-as-data client (#98935) (#100041) 2021-05-13 13:07:02 -04:00
README.md Remove alerting feature flag from advanced settings (#97265) (#97581) 2021-04-20 01:13:02 -04:00
tsconfig.json [RAC] Populate Observability alerts table with data from alerts indices (#96692) (#97399) 2021-04-18 19:02:36 +02:00

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Rules, Alerts, and Cases

The Observability plugin contains experimental support for improved alerting and case management.

If you have:

xpack.observability.unsafe.alertingExperience.enabled: true

In your Kibana configuration, the Alerts and Cases pages will be available.

This will only enable the UI for these pages. In order to have alert data indexed you'll need to enable writing in the Rule Registry plugin:

xpack.ruleRegistry.unsafe.write.enabled: true

When both of the these are set to true, your alerts should show on the alerts page.

Unit testing

Note: Run the following commands from kibana/x-pack/plugins/observability.

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html