Skip to content

Commit

Permalink
Merge branch 'master' into apm-update-settings-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Mar 15, 2021
2 parents 50ecee0 + ed5bbda commit d53230c
Show file tree
Hide file tree
Showing 252 changed files with 13,460 additions and 6,673 deletions.
18 changes: 0 additions & 18 deletions api_docs/case.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions api_docs/cases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "case",
"id": "cases",
"client": {
"classes": [],
"functions": [],
Expand Down Expand Up @@ -34,7 +34,7 @@
{
"pluginId": "cases",
"scope": "server",
"docId": "kibCasePluginApi",
"docId": "kibCasesPluginApi",
"section": "def-server.CasesClient",
"text": "CasesClient"
}
Expand All @@ -60,4 +60,4 @@
"misc": [],
"objects": []
}
}
}
18 changes: 18 additions & 0 deletions api_docs/cases.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
id: kibCasesPluginApi
slug: /kibana-dev-docs/casesPluginApi
title: cases
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cases plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
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 casesObj from './cases.json';

## Server

### Interfaces
<DocDefinitionList data={casesObj.server.interfaces}/>

56 changes: 7 additions & 49 deletions api_docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -23950,37 +23950,6 @@
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.doesKueryExpressionHaveLuceneSyntaxError",
"type": "Function",
"children": [
{
"type": "Any",
"label": "expression",
"isRequired": true,
"signature": [
"any"
],
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 60
}
}
],
"signature": [
"(expression: any) => boolean"
],
"description": [],
"label": "doesKueryExpressionHaveLuceneSyntaxError",
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 59
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
},
{
"id": "def-common.enableFilter",
"type": "Function",
Expand Down Expand Up @@ -25761,7 +25730,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 78
"lineNumber": 67
}
},
{
Expand All @@ -25781,7 +25750,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 79
"lineNumber": 68
}
},
{
Expand All @@ -25794,7 +25763,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 80
"lineNumber": 69
}
},
{
Expand All @@ -25807,7 +25776,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 81
"lineNumber": 70
}
}
],
Expand Down Expand Up @@ -25841,7 +25810,7 @@
"label": "toElasticsearchQuery",
"source": {
"path": "src/plugins/data/common/es_query/kuery/ast/ast.ts",
"lineNumber": 77
"lineNumber": 66
},
"tags": [
"params"
Expand Down Expand Up @@ -26395,17 +26364,6 @@
"lineNumber": 23
}
},
{
"tags": [],
"id": "def-common.KueryParseOptions.errorOnLuceneSyntax",
"type": "boolean",
"label": "errorOnLuceneSyntax",
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 24
}
},
{
"tags": [],
"id": "def-common.KueryParseOptions.cursorSymbol",
Expand All @@ -26414,7 +26372,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 25
"lineNumber": 24
},
"signature": [
"string | undefined"
Expand All @@ -26428,7 +26386,7 @@
"description": [],
"source": {
"path": "src/plugins/data/common/es_query/kuery/types.ts",
"lineNumber": 26
"lineNumber": 25
},
"signature": [
"boolean | undefined"
Expand Down
35 changes: 31 additions & 4 deletions api_docs/data_search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,15 @@
"section": "def-server.SearchUsage",
"text": "SearchUsage"
},
" | undefined) => { next(response: ",
" | undefined, { isRestore }: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.ISearchOptions",
"text": "ISearchOptions"
},
") => { next(response: ",
{
"pluginId": "data",
"scope": "common",
Expand All @@ -1459,7 +1467,7 @@
"description": [],
"source": {
"path": "src/plugins/data/server/search/collectors/usage.ts",
"lineNumber": 64
"lineNumber": 83
}
},
{
Expand All @@ -1479,15 +1487,34 @@
"description": [],
"source": {
"path": "src/plugins/data/server/search/collectors/usage.ts",
"lineNumber": 64
"lineNumber": 84
}
},
{
"type": "Object",
"label": "{ isRestore }",
"isRequired": true,
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.ISearchOptions",
"text": "ISearchOptions"
}
],
"description": [],
"source": {
"path": "src/plugins/data/server/search/collectors/usage.ts",
"lineNumber": 85
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "src/plugins/data/server/search/collectors/usage.ts",
"lineNumber": 64
"lineNumber": 82
},
"initialIsOpen": false
},
Expand Down
8 changes: 4 additions & 4 deletions api_docs/lens.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx",
"lineNumber": 35
"lineNumber": 43
},
"signature": [
{
Expand All @@ -128,7 +128,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx",
"lineNumber": 36
"lineNumber": 44
}
},
{
Expand All @@ -139,7 +139,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx",
"lineNumber": 37
"lineNumber": 45
},
"signature": [
{
Expand All @@ -155,7 +155,7 @@
],
"source": {
"path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx",
"lineNumber": 34
"lineNumber": 42
},
"initialIsOpen": false
},
Expand Down
16 changes: 16 additions & 0 deletions api_docs/lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -4489,6 +4489,22 @@
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.osType",
"type": "Object",
"label": "osType",
"description": [],
"source": {
"path": "x-pack/plugins/lists/common/schemas/common/schemas.ts",
"lineNumber": 317
},
"signature": [
"KeyofC",
"<{ linux: null; macos: null; windows: null; }>"
],
"initialIsOpen": false
},
{
"tags": [],
"id": "def-common.osTypeArray",
Expand Down
8 changes: 4 additions & 4 deletions api_docs/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 80
"lineNumber": 94
},
"signature": [
{
Expand All @@ -567,7 +567,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 81
"lineNumber": 95
},
"signature": [
{
Expand All @@ -588,7 +588,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 82
"lineNumber": 96
},
"signature": [
"{ search: ",
Expand Down Expand Up @@ -621,7 +621,7 @@
],
"source": {
"path": "x-pack/plugins/ml/common/types/modules.ts",
"lineNumber": 79
"lineNumber": 93
},
"initialIsOpen": false
},
Expand Down
Loading

0 comments on commit d53230c

Please sign in to comment.