-
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 'master' into reporting/browser-install-cleanup
- Loading branch information
Showing
223 changed files
with
9,302 additions
and
1,222 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
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,151 @@ | ||
{ | ||
"id": "metricsEntities", | ||
"client": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
}, | ||
"server": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [], | ||
"setup": { | ||
"id": "def-server.MetricsEntitiesPluginSetup", | ||
"type": "Interface", | ||
"label": "MetricsEntitiesPluginSetup", | ||
"description": [], | ||
"tags": [], | ||
"children": [ | ||
{ | ||
"tags": [], | ||
"id": "def-server.MetricsEntitiesPluginSetup.getMetricsEntitiesClient", | ||
"type": "Function", | ||
"label": "getMetricsEntitiesClient", | ||
"description": [], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/server/types.ts", | ||
"lineNumber": 15 | ||
}, | ||
"signature": [ | ||
"GetMetricsEntitiesClientType" | ||
] | ||
} | ||
], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/server/types.ts", | ||
"lineNumber": 14 | ||
}, | ||
"lifecycle": "setup", | ||
"initialIsOpen": true | ||
}, | ||
"start": { | ||
"id": "def-server.MetricsEntitiesPluginStart", | ||
"type": "Type", | ||
"label": "MetricsEntitiesPluginStart", | ||
"tags": [], | ||
"description": [], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/server/types.ts", | ||
"lineNumber": 18 | ||
}, | ||
"signature": [ | ||
"void" | ||
], | ||
"lifecycle": "start", | ||
"initialIsOpen": true | ||
} | ||
}, | ||
"common": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [ | ||
{ | ||
"tags": [], | ||
"id": "def-common.ELASTIC_NAME", | ||
"type": "string", | ||
"label": "ELASTIC_NAME", | ||
"description": [ | ||
"\nGlobal prefix for all the transform jobs" | ||
], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/common/constants.ts", | ||
"lineNumber": 21 | ||
}, | ||
"signature": [ | ||
"\"estc\"" | ||
], | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"tags": [], | ||
"id": "def-common.METRICS_ENTITIES_TRANSFORMS", | ||
"type": "string", | ||
"label": "METRICS_ENTITIES_TRANSFORMS", | ||
"description": [ | ||
"\nTransforms route" | ||
], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/common/constants.ts", | ||
"lineNumber": 16 | ||
}, | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"tags": [], | ||
"id": "def-common.METRICS_ENTITIES_URL", | ||
"type": "string", | ||
"label": "METRICS_ENTITIES_URL", | ||
"description": [ | ||
"\nBase route" | ||
], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/common/constants.ts", | ||
"lineNumber": 11 | ||
}, | ||
"signature": [ | ||
"\"/api/metrics_entities\"" | ||
], | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"tags": [], | ||
"id": "def-common.PLUGIN_ID", | ||
"type": "string", | ||
"label": "PLUGIN_ID", | ||
"description": [], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/common/index.ts", | ||
"lineNumber": 8 | ||
}, | ||
"signature": [ | ||
"\"metricsEntities\"" | ||
], | ||
"initialIsOpen": false | ||
}, | ||
{ | ||
"tags": [], | ||
"id": "def-common.PLUGIN_NAME", | ||
"type": "string", | ||
"label": "PLUGIN_NAME", | ||
"description": [], | ||
"source": { | ||
"path": "x-pack/plugins/metrics_entities/common/index.ts", | ||
"lineNumber": 9 | ||
}, | ||
"signature": [ | ||
"\"metrics_entities\"" | ||
], | ||
"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,26 @@ | ||
--- | ||
id: kibMetricsEntitiesPluginApi | ||
slug: /kibana-dev-docs/metricsEntitiesPluginApi | ||
title: metricsEntities | ||
image: https://source.unsplash.com/400x175/?github | ||
summary: API docs for the metricsEntities plugin | ||
date: 2020-11-16 | ||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsEntities'] | ||
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 metricsEntitiesObj from './metrics_entities.json'; | ||
|
||
## Server | ||
|
||
### Setup | ||
<DocDefinitionList data={[metricsEntitiesObj.server.setup]}/> | ||
|
||
### Start | ||
<DocDefinitionList data={[metricsEntitiesObj.server.start]}/> | ||
|
||
## Common | ||
|
||
### Consts, variables and types | ||
<DocDefinitionList data={metricsEntitiesObj.common.misc}/> | ||
|
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.