kibana/examples/alerting_example
Mikhail Shustov ee8bc62637
Extract src/core in a separate TS project (#76785) (#77509)
* break dependency on data plugin TS code

* move global typings to @kbn/utility-types

* import types from @kbn/utility-types

* remove type dependency on plugins

* add intermediate js files to break dependency on outter TS code

* temp type declaration for query-string

* declare src/core project

* export types to reference in the built d.ts files

* reference core project

* move jest types out of kbn/utility-types due to a clash with mocha types

* fix wrong es_kuery path and ts project paths

* reference core from packages consuming it

* x-pack & oss should use the same lodash version

* Revert "x-pack & oss should use the same lodash version"

This reverts commit 79cec5781e.

* use the same lodash version

* fix @types/lodash TS2300: Duplicate identifier error

* fix wrong imports

* update docs

* update docs

* add a comment why file is needed
# Conflicts:
#	packages/kbn-utility-types/index.ts
#	src/core/public/application/capabilities/capabilities_service.mock.ts
#	src/core/public/chrome/chrome_service.mock.ts
2020-09-16 07:51:42 +02:00
..
common [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
public [7.x] Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) (#74384) 2020-08-05 21:45:29 +02:00
server [7.x] Hide management sections based on cluster/index privileges (#67791) (#77345) 2020-09-14 14:33:17 -04:00
kibana.json Adds Role Based Access-Control to the Alerting & Action plugins based on Kibana Feature Controls (#67157) (#72850) 2020-07-22 18:29:31 +01:00
README.md [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
tsconfig.json Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00

Alerting Example

This example plugin shows you how to create a custom Alert Type, create alerts based on that type and corresponding UI for viewing the details of all the alerts within the custom plugin.

To run this example, use the command yarn start --run-examples.