forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename alerts plugin to alerting (elastic#92898)
* Rename alerts plugin to alerting * Deprecate old config values * Few more renames * Update plugin list * Rename xpack.alerts -> xpack.alerting * Fix some ESLint rules * Fix typecheck * Fix some test failures * Some more renames * Fix ESLint * Fix some test failures * Fix failing jest test * Undo exclusive test * Fix APM deps * Fix docs Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # .github/CODEOWNERS # api_docs/alerting.json # api_docs/triggers_actions_ui.json # rfcs/text/0003_handler_interface.md
- Loading branch information
Showing
468 changed files
with
1,129 additions
and
1,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
id: kibAlertingPluginApi | ||
slug: /kibana-dev-docs/alertingPluginApi | ||
title: alerting | ||
image: https://source.unsplash.com/400x175/?github | ||
summary: API docs for the alerting plugin | ||
date: 2020-11-16 | ||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] | ||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. | ||
--- | ||
|
||
import alertingObj from './alerting.json'; | ||
|
||
## Client | ||
|
||
### Setup | ||
<DocDefinitionList data={[alertingObj.client.setup]}/> | ||
|
||
### Start | ||
<DocDefinitionList data={[alertingObj.client.start]}/> | ||
|
||
## Server | ||
|
||
### Functions | ||
<DocDefinitionList data={alertingObj.server.functions}/> | ||
|
||
### Interfaces | ||
<DocDefinitionList data={alertingObj.server.interfaces}/> | ||
|
||
### Consts, variables and types | ||
<DocDefinitionList data={alertingObj.server.misc}/> | ||
|
||
## Common | ||
|
||
### Objects | ||
<DocDefinitionList data={alertingObj.common.objects}/> | ||
|
||
### Functions | ||
<DocDefinitionList data={alertingObj.common.functions}/> | ||
|
||
### Interfaces | ||
<DocDefinitionList data={alertingObj.common.interfaces}/> | ||
|
||
### Enums | ||
<DocDefinitionList data={alertingObj.common.enums}/> | ||
|
||
### Consts, variables and types | ||
<DocDefinitionList data={alertingObj.common.misc}/> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.