-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 123372-flaky-test-runtime-fields
- Loading branch information
Showing
475 changed files
with
27,229 additions
and
17,750 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
{ | ||
"id": "aiops", | ||
"client": { | ||
"classes": [], | ||
"functions": [ | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-public.ExplainLogRateSpikes", | ||
"type": "Function", | ||
"tags": [], | ||
"label": "ExplainLogRateSpikes", | ||
"description": [ | ||
"\nLazy-wrapped ExplainLogRateSpikes React component" | ||
], | ||
"signature": [ | ||
"(props: React.PropsWithChildren<", | ||
{ | ||
"pluginId": "aiops", | ||
"scope": "public", | ||
"docId": "kibAiopsPluginApi", | ||
"section": "def-public.ExplainLogRateSpikesProps", | ||
"text": "ExplainLogRateSpikesProps" | ||
}, | ||
">) => JSX.Element" | ||
], | ||
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", | ||
"deprecated": false, | ||
"children": [ | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-public.ExplainLogRateSpikes.$1", | ||
"type": "CompoundType", | ||
"tags": [], | ||
"label": "props", | ||
"description": [ | ||
"- properties specifying the data on which to run the analysis." | ||
], | ||
"signature": [ | ||
"React.PropsWithChildren<", | ||
{ | ||
"pluginId": "aiops", | ||
"scope": "public", | ||
"docId": "kibAiopsPluginApi", | ||
"section": "def-public.ExplainLogRateSpikesProps", | ||
"text": "ExplainLogRateSpikesProps" | ||
}, | ||
">" | ||
], | ||
"path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", | ||
"deprecated": false, | ||
"isRequired": true | ||
} | ||
], | ||
"returnComment": [], | ||
"initialIsOpen": false | ||
} | ||
], | ||
"interfaces": [ | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-public.ExplainLogRateSpikesProps", | ||
"type": "Interface", | ||
"tags": [], | ||
"label": "ExplainLogRateSpikesProps", | ||
"description": [ | ||
"\nExplainLogRateSpikes props require a data view." | ||
], | ||
"path": "x-pack/plugins/aiops/public/components/explain_log_rate_spikes/explain_log_rate_spikes.tsx", | ||
"deprecated": false, | ||
"children": [ | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-public.ExplainLogRateSpikesProps.dataView", | ||
"type": "Object", | ||
"tags": [], | ||
"label": "dataView", | ||
"description": [ | ||
"The data view to analyze." | ||
], | ||
"signature": [ | ||
{ | ||
"pluginId": "dataViews", | ||
"scope": "common", | ||
"docId": "kibDataViewsPluginApi", | ||
"section": "def-common.DataView", | ||
"text": "DataView" | ||
} | ||
], | ||
"path": "x-pack/plugins/aiops/public/components/explain_log_rate_spikes/explain_log_rate_spikes.tsx", | ||
"deprecated": false | ||
} | ||
], | ||
"initialIsOpen": false | ||
} | ||
], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [], | ||
"start": { | ||
"parentPluginId": "aiops", | ||
"id": "def-public.AiopsPluginStart", | ||
"type": "Type", | ||
"tags": [], | ||
"label": "AiopsPluginStart", | ||
"description": [ | ||
"\naiops plugin public start contract" | ||
], | ||
"signature": [ | ||
"void" | ||
], | ||
"path": "x-pack/plugins/aiops/public/types.ts", | ||
"deprecated": false, | ||
"lifecycle": "start", | ||
"initialIsOpen": true | ||
} | ||
}, | ||
"server": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [], | ||
"setup": { | ||
"parentPluginId": "aiops", | ||
"id": "def-server.AiopsPluginSetup", | ||
"type": "Interface", | ||
"tags": [], | ||
"label": "AiopsPluginSetup", | ||
"description": [ | ||
"\naiops plugin server setup contract" | ||
], | ||
"path": "x-pack/plugins/aiops/server/types.ts", | ||
"deprecated": false, | ||
"children": [], | ||
"lifecycle": "setup", | ||
"initialIsOpen": true | ||
}, | ||
"start": { | ||
"parentPluginId": "aiops", | ||
"id": "def-server.AiopsPluginStart", | ||
"type": "Interface", | ||
"tags": [], | ||
"label": "AiopsPluginStart", | ||
"description": [ | ||
"\naiops plugin server start contract" | ||
], | ||
"path": "x-pack/plugins/aiops/server/types.ts", | ||
"deprecated": false, | ||
"children": [], | ||
"lifecycle": "start", | ||
"initialIsOpen": true | ||
} | ||
}, | ||
"common": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [ | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-common.AIOPS_ENABLED", | ||
"type": "boolean", | ||
"tags": [], | ||
"label": "AIOPS_ENABLED", | ||
"description": [ | ||
"\nThis is an internal hard coded feature flag so we can easily turn on/off the\n\"Explain log rate spikes UI\" during development until the first release." | ||
], | ||
"signature": [ | ||
"false" | ||
], | ||
"path": "x-pack/plugins/aiops/common/index.ts", | ||
"deprecated": false, | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-common.PLUGIN_ID", | ||
"type": "string", | ||
"tags": [], | ||
"label": "PLUGIN_ID", | ||
"description": [ | ||
"\nPLUGIN_ID is used as a unique identifier for the aiops plugin" | ||
], | ||
"signature": [ | ||
"\"aiops\"" | ||
], | ||
"path": "x-pack/plugins/aiops/common/index.ts", | ||
"deprecated": false, | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"parentPluginId": "aiops", | ||
"id": "def-common.PLUGIN_NAME", | ||
"type": "string", | ||
"tags": [], | ||
"label": "PLUGIN_NAME", | ||
"description": [ | ||
"\nPLUGIN_NAME is used as the display name for the aiops plugin" | ||
], | ||
"signature": [ | ||
"\"AIOps\"" | ||
], | ||
"path": "x-pack/plugins/aiops/common/index.ts", | ||
"deprecated": false, | ||
"initialIsOpen": false | ||
} | ||
], | ||
"objects": [] | ||
} | ||
} |
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,46 @@ | ||
--- | ||
id: kibAiopsPluginApi | ||
slug: /kibana-dev-docs/api/aiops | ||
title: "aiops" | ||
image: https://source.unsplash.com/400x175/?github | ||
summary: API docs for the aiops plugin | ||
date: 2022-05-24 | ||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] | ||
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 aiopsObj from './aiops.devdocs.json'; | ||
|
||
AIOps plugin maintained by ML team. | ||
|
||
Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin. | ||
|
||
**Code health stats** | ||
|
||
| Public API count | Any count | Items lacking comments | Missing exports | | ||
|-------------------|-----------|------------------------|-----------------| | ||
| 11 | 0 | 0 | 0 | | ||
|
||
## Client | ||
|
||
### Start | ||
<DocDefinitionList data={[aiopsObj.client.start]}/> | ||
|
||
### Functions | ||
<DocDefinitionList data={aiopsObj.client.functions}/> | ||
|
||
### Interfaces | ||
<DocDefinitionList data={aiopsObj.client.interfaces}/> | ||
|
||
## Server | ||
|
||
### Setup | ||
<DocDefinitionList data={[aiopsObj.server.setup]}/> | ||
|
||
### Start | ||
<DocDefinitionList data={[aiopsObj.server.start]}/> | ||
|
||
## Common | ||
|
||
### Consts, variables and types | ||
<DocDefinitionList data={aiopsObj.common.misc}/> | ||
|
Oops, something went wrong.