mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Improve security plugin return types (#101492)
* Add explicit security types * Remove sessionTimeout, seems unused * add comments * Add comments and fix test since removing the unused APIs * remove unused import * wording cleanup * Export some types that are part of the public API but not exported * more improvements for api docs * update security docs * Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx Co-authored-by: Larry Gregory <lgregorydev@gmail.com> * Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx Co-authored-by: Larry Gregory <lgregorydev@gmail.com> * Update x-pack/plugins/security/public/plugin.tsx Co-authored-by: Larry Gregory <lgregorydev@gmail.com> * Update x-pack/plugins/security/public/plugin.tsx Co-authored-by: Larry Gregory <lgregorydev@gmail.com> * remove unneccessary readonly prefix * Update all api docs Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
This commit is contained in:
parent
bdafd27e19
commit
8aa370ba3b
31 changed files with 1309 additions and 1245 deletions
|
@ -347,17 +347,13 @@
|
|||
"label": "security",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ authc: ",
|
||||
"AuthenticationServiceSetup",
|
||||
"; sessionTimeout: ",
|
||||
"SessionTimeout",
|
||||
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
|
||||
"SecurityLicenseFeatures",
|
||||
"; features$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
"SecurityLicenseFeatures",
|
||||
">; }>; __legacyCompat: { logoutUrl: string; tenant: string; }; }"
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.SecurityPluginSetup",
|
||||
"text": "SecurityPluginSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cases/public/types.ts",
|
||||
|
@ -456,17 +452,15 @@
|
|||
"section": "def-public.StartPlugins",
|
||||
"text": "StartPlugins"
|
||||
},
|
||||
" & { security: { authc: ",
|
||||
"AuthenticationServiceSetup",
|
||||
"; sessionTimeout: ",
|
||||
"SessionTimeout",
|
||||
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
|
||||
"SecurityLicenseFeatures",
|
||||
"; features$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
"SecurityLicenseFeatures",
|
||||
">; }>; __legacyCompat: { logoutUrl: string; tenant: string; }; }; }"
|
||||
" & { security: ",
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.SecurityPluginSetup",
|
||||
"text": "SecurityPluginSetup"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cases/public/types.ts",
|
||||
|
|
|
@ -1112,7 +1112,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 203
|
||||
"lineNumber": 204
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 205
|
||||
"lineNumber": 206
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1160,7 +1160,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 207
|
||||
"lineNumber": 208
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1184,7 +1184,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 209
|
||||
"lineNumber": 210
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1208,7 +1208,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 211
|
||||
"lineNumber": 212
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1232,7 +1232,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 213
|
||||
"lineNumber": 214
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1252,7 +1252,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 220
|
||||
"lineNumber": 221
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": []
|
||||
|
@ -1279,7 +1279,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 224
|
||||
"lineNumber": 225
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
|
@ -1299,7 +1299,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 248
|
||||
"lineNumber": 249
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1323,7 +1323,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 250
|
||||
"lineNumber": 251
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1347,7 +1347,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 252
|
||||
"lineNumber": 253
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1371,7 +1371,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 254
|
||||
"lineNumber": 255
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1395,7 +1395,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 256
|
||||
"lineNumber": 257
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1419,7 +1419,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 258
|
||||
"lineNumber": 259
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1443,7 +1443,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 260
|
||||
"lineNumber": 261
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1467,7 +1467,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 262
|
||||
"lineNumber": 263
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1491,7 +1491,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 264
|
||||
"lineNumber": 265
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1515,7 +1515,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 266
|
||||
"lineNumber": 267
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1539,7 +1539,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 268
|
||||
"lineNumber": 269
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1563,7 +1563,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 270
|
||||
"lineNumber": 271
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1583,7 +1583,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 277
|
||||
"lineNumber": 278
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
|
@ -5501,7 +5501,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"Record<string, ",
|
||||
"AggregationContainer",
|
||||
"AggregationsAggregationContainer",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
|
@ -7427,7 +7427,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/index.ts",
|
||||
"lineNumber": 234
|
||||
"lineNumber": 235
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -10981,7 +10981,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 472
|
||||
"lineNumber": 470
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -11005,7 +11005,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 474
|
||||
"lineNumber": 472
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11029,7 +11029,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 476
|
||||
"lineNumber": 474
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11053,7 +11053,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 478
|
||||
"lineNumber": 476
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11086,7 +11086,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 480
|
||||
"lineNumber": 478
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11110,7 +11110,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 485
|
||||
"lineNumber": 483
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11134,7 +11134,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 487
|
||||
"lineNumber": 485
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11158,7 +11158,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 489
|
||||
"lineNumber": 487
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11182,7 +11182,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 491
|
||||
"lineNumber": 489
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11206,7 +11206,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 493
|
||||
"lineNumber": 491
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11230,7 +11230,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 495
|
||||
"lineNumber": 493
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11254,7 +11254,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 497
|
||||
"lineNumber": 495
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11280,7 +11280,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 499
|
||||
"lineNumber": 497
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
|
@ -11300,7 +11300,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 520
|
||||
"lineNumber": 518
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -11324,7 +11324,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 522
|
||||
"lineNumber": 520
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11348,7 +11348,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 524
|
||||
"lineNumber": 522
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11372,7 +11372,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 526
|
||||
"lineNumber": 524
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11396,7 +11396,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 528
|
||||
"lineNumber": 526
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11420,7 +11420,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 530
|
||||
"lineNumber": 528
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -11444,7 +11444,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 532
|
||||
"lineNumber": 530
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -14152,7 +14152,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -15356,7 +15356,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -15384,7 +15384,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -16059,14 +16059,14 @@
|
|||
"plugin": "securitySolution",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts",
|
||||
"lineNumber": 447
|
||||
"lineNumber": 457
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "securitySolution",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts",
|
||||
"lineNumber": 466
|
||||
"lineNumber": 476
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -20463,7 +20463,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 439
|
||||
"lineNumber": 437
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -20567,7 +20567,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 440
|
||||
"lineNumber": 438
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -22343,7 +22343,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -24056,7 +24056,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/index.ts",
|
||||
"lineNumber": 510
|
||||
"lineNumber": 508
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -572,11 +572,18 @@
|
|||
"section": "def-public.App",
|
||||
"text": "App"
|
||||
},
|
||||
"<HistoryLocationState>"
|
||||
"<HistoryLocationState> extends ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppNavOptions",
|
||||
"text": "AppNavOptions"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 79
|
||||
"lineNumber": 107
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -591,7 +598,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 83
|
||||
"lineNumber": 111
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -606,7 +613,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 88
|
||||
"lineNumber": 116
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -625,7 +632,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 95
|
||||
"lineNumber": 123
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -650,7 +657,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 101
|
||||
"lineNumber": 129
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -675,7 +682,25 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 108
|
||||
"lineNumber": 136
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.App.searchable",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "searchable",
|
||||
"description": [
|
||||
"\nThe initial flag to determine if the application is searchable in the global search.\nDefaulting to `true` if `navLinkStatus` is `visible` or omitted."
|
||||
],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 142
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -693,7 +718,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 115
|
||||
"lineNumber": 149
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -720,79 +745,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 149
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.App.order",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "order",
|
||||
"description": [
|
||||
"\nAn ordinal used to sort nav links relative to one another for display."
|
||||
],
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 154
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.App.tooltip",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "tooltip",
|
||||
"description": [
|
||||
"\nA tooltip shown when hovering over app link."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 159
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.App.euiIconType",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "euiIconType",
|
||||
"description": [
|
||||
"\nA EUI iconType that will be used for the app's icon. This icon\ntakes precendence over the `icon` property."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 165
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.App.icon",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "icon",
|
||||
"description": [
|
||||
"\nA URL to an image file used as an icon. Used as a fallback\nif `euiIconType` is not provided."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 171
|
||||
"lineNumber": 183
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -812,7 +765,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 176
|
||||
"lineNumber": 188
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -830,7 +783,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 182
|
||||
"lineNumber": 194
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -872,7 +825,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 187
|
||||
"lineNumber": 199
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
|
@ -896,7 +849,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 326
|
||||
"lineNumber": 346
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -916,7 +869,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 194
|
||||
"lineNumber": 206
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -934,7 +887,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 212
|
||||
"lineNumber": 224
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -952,7 +905,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 215
|
||||
"lineNumber": 227
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -977,7 +930,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 254
|
||||
"lineNumber": 266
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -995,7 +948,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 552
|
||||
"lineNumber": 572
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1018,7 +971,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 553
|
||||
"lineNumber": 573
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1031,7 +984,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 554
|
||||
"lineNumber": 574
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1047,7 +1000,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 555
|
||||
"lineNumber": 575
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1063,7 +1016,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 556
|
||||
"lineNumber": 576
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1081,7 +1034,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 540
|
||||
"lineNumber": 560
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1104,7 +1057,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 541
|
||||
"lineNumber": 561
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1120,7 +1073,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 607
|
||||
"lineNumber": 628
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1146,7 +1099,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 613
|
||||
"lineNumber": 634
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1171,7 +1124,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 613
|
||||
"lineNumber": 634
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1203,7 +1156,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 642
|
||||
"lineNumber": 663
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1228,7 +1181,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 642
|
||||
"lineNumber": 663
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1248,7 +1201,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 683
|
||||
"lineNumber": 710
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1266,7 +1219,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 687
|
||||
"lineNumber": 714
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1293,7 +1246,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 696
|
||||
"lineNumber": 723
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1319,7 +1272,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 704
|
||||
"lineNumber": 731
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1335,7 +1288,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 704
|
||||
"lineNumber": 731
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1361,7 +1314,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 704
|
||||
"lineNumber": 731
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -1383,7 +1336,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 742
|
||||
"lineNumber": 769
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1401,7 +1354,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 742
|
||||
"lineNumber": 769
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1423,7 +1376,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 756
|
||||
"lineNumber": 783
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1439,7 +1392,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 756
|
||||
"lineNumber": 783
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1453,7 +1406,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 756
|
||||
"lineNumber": 783
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1469,7 +1422,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 756
|
||||
"lineNumber": 783
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1485,7 +1438,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 756
|
||||
"lineNumber": 783
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1509,7 +1462,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 761
|
||||
"lineNumber": 788
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1535,7 +1488,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 336
|
||||
"lineNumber": 356
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1553,7 +1506,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 340
|
||||
"lineNumber": 360
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1578,7 +1531,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 386
|
||||
"lineNumber": 406
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1595,7 +1548,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 436
|
||||
"lineNumber": 456
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
|
@ -1702,7 +1655,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 471
|
||||
"lineNumber": 491
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
|
@ -1870,7 +1823,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 471
|
||||
"lineNumber": 491
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1898,7 +1851,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 502
|
||||
"lineNumber": 522
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
|
@ -1922,7 +1875,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 502
|
||||
"lineNumber": 522
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -1931,6 +1884,96 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.AppNavOptions",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "AppNavOptions",
|
||||
"description": [
|
||||
"\nApp navigation menu options"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.AppNavOptions.order",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "order",
|
||||
"description": [
|
||||
"\nAn ordinal used to sort nav links relative to one another for display."
|
||||
],
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.AppNavOptions.tooltip",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "tooltip",
|
||||
"description": [
|
||||
"\nA tooltip shown when hovering over app link."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 82
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.AppNavOptions.euiIconType",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "euiIconType",
|
||||
"description": [
|
||||
"\nA EUI iconType that will be used for the app's icon. This icon\ntakes precendence over the `icon` property."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 88
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.AppNavOptions.icon",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "icon",
|
||||
"description": [
|
||||
"\nA URL to an image file used as an icon. Used as a fallback\nif `euiIconType` is not provided."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 94
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.NavigateToAppOptions",
|
||||
|
@ -1942,10 +1985,28 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 661
|
||||
"lineNumber": 683
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.NavigateToAppOptions.deepLinkId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "deepLinkId",
|
||||
"description": [
|
||||
"\noptional {@link App.deepLinks | deep link} id inside the application to navigate to.\nIf an additional {@link NavigateToAppOptions.path | path} is defined it will be appended to the deep link path."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 688
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-public.NavigateToAppOptions.path",
|
||||
|
@ -1953,14 +2014,14 @@
|
|||
"tags": [],
|
||||
"label": "path",
|
||||
"description": [
|
||||
"\noptional path inside application to deep link to.\nIf undefined, will use {@link App.defaultPath | the app's default path}` as default."
|
||||
"\noptional path inside application to deep link to.\nIf undefined, will use {@link App.defaultPath | the app's default path} as default."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 666
|
||||
"lineNumber": 693
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1978,7 +2039,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 670
|
||||
"lineNumber": 697
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1996,7 +2057,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 674
|
||||
"lineNumber": 701
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -2014,7 +2075,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 679
|
||||
"lineNumber": 706
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -2034,7 +2095,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 527
|
||||
"lineNumber": 547
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2091,7 +2152,15 @@
|
|||
"section": "def-public.AppNavLinkStatus",
|
||||
"text": "AppNavLinkStatus"
|
||||
},
|
||||
" | undefined; } & { path: string; deepLinks?: ",
|
||||
" | undefined; searchable?: boolean | undefined; } & ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppNavOptions",
|
||||
"text": "AppNavOptions"
|
||||
},
|
||||
" & { path: string; deepLinks?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2107,7 +2176,15 @@
|
|||
"section": "def-public.AppNavLinkStatus",
|
||||
"text": "AppNavLinkStatus"
|
||||
},
|
||||
" | undefined; } & { path?: string | undefined; deepLinks: ",
|
||||
" | undefined; searchable?: boolean | undefined; } & ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppNavOptions",
|
||||
"text": "AppNavOptions"
|
||||
},
|
||||
" & { path?: string | undefined; deepLinks: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2119,7 +2196,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 279
|
||||
"lineNumber": 292
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2152,7 +2229,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 566
|
||||
"lineNumber": 586
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2182,7 +2259,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 517
|
||||
"lineNumber": 537
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": [
|
||||
|
@ -2290,7 +2367,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 325
|
||||
"lineNumber": 345
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2309,7 +2386,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 333
|
||||
"lineNumber": 353
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2340,7 +2417,7 @@
|
|||
"section": "def-public.AppDeepLink",
|
||||
"text": "AppDeepLink"
|
||||
},
|
||||
"[] | undefined; navLinkStatus?: ",
|
||||
"[] | undefined; searchable?: boolean | undefined; navLinkStatus?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2383,11 +2460,11 @@
|
|||
"section": "def-public.App",
|
||||
"text": "App"
|
||||
},
|
||||
"<unknown>, \"status\" | \"deepLinks\" | \"navLinkStatus\" | \"defaultPath\" | \"tooltip\">> | undefined"
|
||||
"<unknown>, \"status\" | \"deepLinks\" | \"searchable\" | \"navLinkStatus\" | \"defaultPath\" | \"tooltip\">> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 74
|
||||
"lineNumber": 102
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2410,7 +2487,7 @@
|
|||
"section": "def-public.AppDeepLink",
|
||||
"text": "AppDeepLink"
|
||||
},
|
||||
", \"title\" | \"id\" | \"path\"> & { deepLinks: ",
|
||||
", \"title\" | \"id\" | \"order\" | \"path\" | \"tooltip\" | \"euiIconType\" | \"icon\"> & { deepLinks: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2426,11 +2503,11 @@
|
|||
"section": "def-public.AppNavLinkStatus",
|
||||
"text": "AppNavLinkStatus"
|
||||
},
|
||||
"; }"
|
||||
"; searchable: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 262
|
||||
"lineNumber": 274
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2453,7 +2530,7 @@
|
|||
"section": "def-public.App",
|
||||
"text": "App"
|
||||
},
|
||||
"<unknown>, \"status\" | \"title\" | \"id\" | \"order\" | \"category\" | \"navLinkStatus\" | \"defaultPath\" | \"tooltip\" | \"euiIconType\" | \"icon\" | \"capabilities\" | \"chromeless\" | \"appRoute\" | \"exactRoute\"> & { status: ",
|
||||
"<unknown>, \"status\" | \"title\" | \"id\" | \"order\" | \"category\" | \"navLinkStatus\" | \"defaultPath\" | \"capabilities\" | \"chromeless\" | \"appRoute\" | \"exactRoute\" | \"tooltip\" | \"euiIconType\" | \"icon\"> & { status: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2477,11 +2554,11 @@
|
|||
"section": "def-public.PublicAppDeepLinkInfo",
|
||||
"text": "PublicAppDeepLinkInfo"
|
||||
},
|
||||
"[]; }"
|
||||
"[]; searchable: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 308
|
||||
"lineNumber": 324
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -965,14 +965,11 @@
|
|||
"tags": [],
|
||||
"label": "url",
|
||||
"description": [
|
||||
"\nThe route used to open the {@link AppBase.defaultPath | default path } of an application.\nIf unset, `baseUrl` will be used instead."
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\nThe route used to open the default path and the deep links of an application."
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 39
|
||||
"lineNumber": 38
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -990,7 +987,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 44
|
||||
"lineNumber": 43
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1008,7 +1005,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 49
|
||||
"lineNumber": 48
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1026,7 +1023,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 55
|
||||
"lineNumber": 54
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1044,7 +1041,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 61
|
||||
"lineNumber": 60
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1059,7 +1056,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 66
|
||||
"lineNumber": 65
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1077,7 +1074,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 75
|
||||
"lineNumber": 74
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1095,7 +1092,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_links/nav_link.ts",
|
||||
"lineNumber": 80
|
||||
"lineNumber": 79
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
|
|
@ -7575,7 +7575,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 697
|
||||
"lineNumber": 696
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7591,7 +7591,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 698
|
||||
"lineNumber": 697
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7614,7 +7614,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 699
|
||||
"lineNumber": 698
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7667,7 +7667,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 759
|
||||
"lineNumber": 758
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7689,7 +7689,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 760
|
||||
"lineNumber": 759
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7739,7 +7739,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 926
|
||||
"lineNumber": 925
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7764,7 +7764,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 927
|
||||
"lineNumber": 926
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7787,7 +7787,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 928
|
||||
"lineNumber": 927
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7823,7 +7823,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1013
|
||||
"lineNumber": 1012
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7839,7 +7839,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1014
|
||||
"lineNumber": 1013
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7856,7 +7856,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1015
|
||||
"lineNumber": 1014
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7879,7 +7879,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1016
|
||||
"lineNumber": 1015
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7921,7 +7921,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1055
|
||||
"lineNumber": 1054
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7937,7 +7937,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1056
|
||||
"lineNumber": 1055
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7954,7 +7954,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1057
|
||||
"lineNumber": 1056
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -7977,7 +7977,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1058
|
||||
"lineNumber": 1057
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8021,7 +8021,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1185
|
||||
"lineNumber": 1184
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8037,7 +8037,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1186
|
||||
"lineNumber": 1185
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8054,7 +8054,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1187
|
||||
"lineNumber": 1186
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8071,7 +8071,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1188
|
||||
"lineNumber": 1187
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8095,7 +8095,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1189
|
||||
"lineNumber": 1188
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8141,7 +8141,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1283
|
||||
"lineNumber": 1282
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8166,7 +8166,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1284
|
||||
"lineNumber": 1283
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8190,7 +8190,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1285
|
||||
"lineNumber": 1284
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -8236,7 +8236,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1307
|
||||
"lineNumber": 1306
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8259,7 +8259,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1308
|
||||
"lineNumber": 1307
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8276,7 +8276,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1309
|
||||
"lineNumber": 1308
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8293,7 +8293,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1310
|
||||
"lineNumber": 1309
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8317,7 +8317,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1311
|
||||
"lineNumber": 1310
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -8366,7 +8366,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1334
|
||||
"lineNumber": 1333
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8391,7 +8391,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1335
|
||||
"lineNumber": 1334
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8414,7 +8414,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1336
|
||||
"lineNumber": 1335
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8454,7 +8454,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1551
|
||||
"lineNumber": 1550
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8470,7 +8470,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1552
|
||||
"lineNumber": 1551
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8487,7 +8487,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1553
|
||||
"lineNumber": 1552
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8510,7 +8510,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1554
|
||||
"lineNumber": 1553
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8550,7 +8550,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1662
|
||||
"lineNumber": 1661
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8568,7 +8568,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1663
|
||||
"lineNumber": 1662
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8587,7 +8587,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1664
|
||||
"lineNumber": 1663
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8614,7 +8614,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1665
|
||||
"lineNumber": 1664
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8640,7 +8640,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1666
|
||||
"lineNumber": 1665
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8683,7 +8683,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1822
|
||||
"lineNumber": 1821
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8699,7 +8699,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1823
|
||||
"lineNumber": 1822
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8722,7 +8722,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1824
|
||||
"lineNumber": 1823
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8762,7 +8762,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1895
|
||||
"lineNumber": 1890
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8778,7 +8778,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1896
|
||||
"lineNumber": 1891
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8804,7 +8804,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1897
|
||||
"lineNumber": 1892
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -8852,7 +8852,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1951
|
||||
"lineNumber": 1946
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -8876,7 +8876,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1952
|
||||
"lineNumber": 1947
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -8900,7 +8900,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/service/lib/repository.ts",
|
||||
"lineNumber": 1953
|
||||
"lineNumber": 1948
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -11724,207 +11724,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SavedObjectsComplexFieldMapping",
|
||||
"description": [
|
||||
"\nSee {@link SavedObjectsFieldMapping} for documentation.\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 141
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping.dynamic",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "dynamic",
|
||||
"description": [
|
||||
"\nThe dynamic property of the mapping, either `false` or `'strict'`. If\nunspecified `dynamic: 'strict'` will be inherited from the top-level\nindex mappings.\n\nNote: To limit the number of mapping fields Saved Object types should\n*never* use `dynamic: true`."
|
||||
],
|
||||
"signature": [
|
||||
"false | \"strict\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 150
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping.enabled",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "enabled",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 151
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping.doc_values",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "doc_values",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 152
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping.type",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 153
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsComplexFieldMapping.properties",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "properties",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"section": "def-server.SavedObjectsMappingProperties",
|
||||
"text": "SavedObjectsMappingProperties"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 154
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SavedObjectsCoreFieldMapping",
|
||||
"description": [
|
||||
"\nSee {@link SavedObjectsFieldMapping} for documentation.\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 123
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping.type",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 124
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping.null_value",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "null_value",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | number | boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 125
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping.index",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "index",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 126
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping.doc_values",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "doc_values",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 127
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCoreFieldMapping.fields",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "fields",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [subfield: string]: { type: string; ignore_above?: number | undefined; }; } | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 128
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
"id": "def-server.SavedObjectsCreateOptions",
|
||||
|
@ -12867,7 +12666,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"Record<string, ",
|
||||
"AggregationContainer",
|
||||
"AggregationsAggregationContainer",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
|
@ -14372,7 +14171,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 87
|
||||
"lineNumber": 88
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -14388,7 +14187,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 88
|
||||
"lineNumber": 89
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -16944,7 +16743,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 36
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -16962,7 +16761,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 40
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -16986,7 +16785,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 42
|
||||
"lineNumber": 43
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -18404,7 +18203,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ type: string | string[]; filter?: any; aggs?: Record<string, ",
|
||||
"AggregationContainer",
|
||||
"AggregationsAggregationContainer",
|
||||
"> | undefined; fields?: string[] | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | \"_doc\" | undefined; search?: string | undefined; searchFields?: string[] | undefined; rootSearchFields?: string[] | undefined; hasReference?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
|
@ -18473,25 +18272,81 @@
|
|||
"\nDescribe a {@link SavedObjectsTypeMappingDefinition | saved object type mapping} field.\n\nPlease refer to {@link https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html | elasticsearch documentation}\nFor the mapping documentation\n"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"section": "def-server.SavedObjectsComplexFieldMapping",
|
||||
"text": "SavedObjectsComplexFieldMapping"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"section": "def-server.SavedObjectsCoreFieldMapping",
|
||||
"text": "SavedObjectsCoreFieldMapping"
|
||||
}
|
||||
"(",
|
||||
"MappingFlattenedProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingJoinProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingPercolatorProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingRankFeatureProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingRankFeaturesProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingConstantKeywordProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingFieldAliasProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingHistogramProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingObjectProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingNestedProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingSearchAsYouTypeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingTextProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingBinaryProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingBooleanProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingDateProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingDateNanosProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingKeywordProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingNumberProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingLongRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingIpRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingIntegerRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingFloatRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingDoubleRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingDateRangeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingGeoPointProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingGeoShapeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingCompletionProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingGenericProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingIpProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingMurmur3HashProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingShapeProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingTokenCountProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingVersionProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingWildcardProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; }) | (",
|
||||
"MappingPointProperty",
|
||||
" & { dynamic?: false | \"strict\" | undefined; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/server/saved_objects/mappings/types.ts",
|
||||
"lineNumber": 99
|
||||
"lineNumber": 100
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -1306,7 +1306,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 76
|
||||
"lineNumber": 78
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1328,7 +1328,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 77
|
||||
"lineNumber": 79
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1351,7 +1351,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 78
|
||||
"lineNumber": 80
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1367,7 +1367,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 79
|
||||
"lineNumber": 81
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1383,7 +1383,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 80
|
||||
"lineNumber": 82
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1399,7 +1399,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 81
|
||||
"lineNumber": 83
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1422,7 +1422,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 85
|
||||
"lineNumber": 87
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -1438,7 +1438,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 87
|
||||
"lineNumber": 89
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1460,7 +1460,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 88
|
||||
"lineNumber": 90
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1495,7 +1495,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 89
|
||||
"lineNumber": 91
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1518,7 +1518,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 90
|
||||
"lineNumber": 92
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1538,7 +1538,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 103
|
||||
"lineNumber": 105
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1554,7 +1554,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 103
|
||||
"lineNumber": 105
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -1574,7 +1574,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 107
|
||||
"lineNumber": 109
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1590,7 +1590,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 107
|
||||
"lineNumber": 109
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -1618,7 +1618,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 111
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1640,7 +1640,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 111
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 129
|
||||
"lineNumber": 131
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1683,7 +1683,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 129
|
||||
"lineNumber": 131
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1737,7 +1737,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 142
|
||||
"lineNumber": 144
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1771,7 +1771,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 143
|
||||
"lineNumber": 145
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1788,7 +1788,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 144
|
||||
"lineNumber": 146
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1818,7 +1818,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 185
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1843,7 +1843,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 185
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1863,7 +1863,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 197
|
||||
"lineNumber": 199
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -1889,7 +1889,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 287
|
||||
"lineNumber": 289
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -1914,7 +1914,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 291
|
||||
"lineNumber": 293
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1930,7 +1930,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 291
|
||||
"lineNumber": 293
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -1958,7 +1958,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 295
|
||||
"lineNumber": 297
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1974,7 +1974,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 295
|
||||
"lineNumber": 297
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2002,7 +2002,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 299
|
||||
"lineNumber": 301
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2018,7 +2018,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 299
|
||||
"lineNumber": 301
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2046,7 +2046,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 303
|
||||
"lineNumber": 305
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2062,7 +2062,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 303
|
||||
"lineNumber": 305
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2090,7 +2090,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 307
|
||||
"lineNumber": 309
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2106,7 +2106,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 307
|
||||
"lineNumber": 309
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2134,7 +2134,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 311
|
||||
"lineNumber": 313
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2150,7 +2150,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 311
|
||||
"lineNumber": 313
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2178,7 +2178,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 315
|
||||
"lineNumber": 317
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -2196,7 +2196,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 329
|
||||
"lineNumber": 331
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -2214,7 +2214,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 344
|
||||
"lineNumber": 346
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -2232,7 +2232,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 351
|
||||
"lineNumber": 353
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -2258,7 +2258,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 355
|
||||
"lineNumber": 357
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2274,7 +2274,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 355
|
||||
"lineNumber": 357
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -2310,7 +2310,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 408
|
||||
"lineNumber": 410
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2333,7 +2333,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 408
|
||||
"lineNumber": 410
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2361,7 +2361,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 427
|
||||
"lineNumber": 429
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2377,7 +2377,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 427
|
||||
"lineNumber": 429
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2409,7 +2409,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 442
|
||||
"lineNumber": 444
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -2439,7 +2439,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 456
|
||||
"lineNumber": 458
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2457,7 +2457,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 456
|
||||
"lineNumber": 458
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2493,7 +2493,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2517,7 +2517,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -2541,7 +2541,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -4359,7 +4359,7 @@
|
|||
"plugin": "indexPatternManagement",
|
||||
"link": {
|
||||
"path": "src/plugins/index_pattern_management/public/components/field_editor/field_editor.tsx",
|
||||
"lineNumber": 777
|
||||
"lineNumber": 778
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -5422,14 +5422,14 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-public.IndexPatternField.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [
|
||||
"\nScript field language"
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts",
|
||||
|
@ -5440,12 +5440,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-public.IndexPatternField.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts",
|
||||
|
@ -5732,7 +5732,7 @@
|
|||
"label": "toJSON",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { count: number; script: string | undefined; lang: string | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
||||
"() => { count: number; script: string | undefined; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -13230,28 +13230,28 @@
|
|||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 140
|
||||
"lineNumber": 141
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 249
|
||||
"lineNumber": 250
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 289
|
||||
"lineNumber": 290
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 331
|
||||
"lineNumber": 332
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -14155,12 +14155,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-public.IFieldType.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/types.ts",
|
||||
|
@ -16645,14 +16645,14 @@
|
|||
"plugin": "transform",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts",
|
||||
"lineNumber": 62
|
||||
"lineNumber": 63
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts",
|
||||
"lineNumber": 404
|
||||
"lineNumber": 405
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -21078,7 +21078,7 @@
|
|||
"section": "def-common.PhraseFilterMeta",
|
||||
"text": "PhraseFilterMeta"
|
||||
},
|
||||
"; script?: { script: { source?: any; lang?: string | undefined; params: any; }; } | undefined; }"
|
||||
"; script?: { script: { source?: any; lang?: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; params: any; }; } | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/phrase_filter.ts",
|
||||
|
@ -21167,7 +21167,9 @@
|
|||
"section": "def-common.RangeFilterMeta",
|
||||
"text": "RangeFilterMeta"
|
||||
},
|
||||
"; script?: { script: { params: any; lang: string; source: any; }; } | undefined; match_all?: any; }"
|
||||
"; script?: { script: { params: any; lang: ",
|
||||
"ScriptLanguage",
|
||||
"; source: any; }; } | undefined; match_all?: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/range_filter.ts",
|
||||
|
@ -22511,7 +22513,7 @@
|
|||
"section": "def-common.PhraseFilterMeta",
|
||||
"text": "PhraseFilterMeta"
|
||||
},
|
||||
"; script?: { script: { source?: any; lang?: string | undefined; params: any; }; } | undefined; }"
|
||||
"; script?: { script: { source?: any; lang?: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; params: any; }; } | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/phrase_filter.ts",
|
||||
|
@ -22569,7 +22571,7 @@
|
|||
"section": "def-common.PhraseFilterMeta",
|
||||
"text": "PhraseFilterMeta"
|
||||
},
|
||||
"; script?: { script: { source?: any; lang?: string | undefined; params: any; }; } | undefined; }"
|
||||
"; script?: { script: { source?: any; lang?: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; params: any; }; } | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/phrase_filter.ts",
|
||||
|
@ -23249,7 +23251,9 @@
|
|||
"section": "def-common.RangeFilterMeta",
|
||||
"text": "RangeFilterMeta"
|
||||
},
|
||||
"; script?: { script: { params: any; lang: string; source: any; }; } | undefined; match_all?: any; }"
|
||||
"; script?: { script: { params: any; lang: ",
|
||||
"ScriptLanguage",
|
||||
"; source: any; }; } | undefined; match_all?: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts",
|
||||
|
@ -23322,7 +23326,9 @@
|
|||
"section": "def-common.RangeFilterMeta",
|
||||
"text": "RangeFilterMeta"
|
||||
},
|
||||
"; script?: { script: { params: any; lang: string; source: any; }; } | undefined; match_all?: any; }"
|
||||
"; script?: { script: { params: any; lang: ",
|
||||
"ScriptLanguage",
|
||||
"; source: any; }; } | undefined; match_all?: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts",
|
||||
|
@ -28001,7 +28007,7 @@
|
|||
"plugin": "indexPatternManagement",
|
||||
"link": {
|
||||
"path": "src/plugins/index_pattern_management/public/components/field_editor/field_editor.tsx",
|
||||
"lineNumber": 777
|
||||
"lineNumber": 778
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -35226,28 +35232,28 @@
|
|||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 140
|
||||
"lineNumber": 141
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 249
|
||||
"lineNumber": 250
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 289
|
||||
"lineNumber": 290
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 331
|
||||
"lineNumber": 332
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -36151,12 +36157,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-server.IFieldType.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/types.ts",
|
||||
|
@ -43858,7 +43864,7 @@
|
|||
"section": "def-common.IFieldType",
|
||||
"text": "IFieldType"
|
||||
},
|
||||
", value: string) => { script: { source: string; lang: string | undefined; params: { value: any; }; }; }"
|
||||
", value: string) => { script: { source: string; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; params: { value: any; }; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/phrase_filter.ts",
|
||||
|
@ -44036,7 +44042,7 @@
|
|||
"section": "def-common.RangeFilterParams",
|
||||
"text": "RangeFilterParams"
|
||||
},
|
||||
") => { script: { source: string; params: { from?: string | number | undefined; to?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; gte?: string | number | undefined; lte?: string | number | undefined; format?: string | number | undefined; }; lang: string | undefined; }; }"
|
||||
") => { script: { source: string; params: { from?: string | number | undefined; to?: string | number | undefined; gt?: string | number | undefined; lt?: string | number | undefined; gte?: string | number | undefined; lte?: string | number | undefined; format?: string | number | undefined; }; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/range_filter.ts",
|
||||
|
@ -46796,7 +46802,7 @@
|
|||
"section": "def-common.PhraseFilterMeta",
|
||||
"text": "PhraseFilterMeta"
|
||||
},
|
||||
"; script?: { script: { source?: any; lang?: string | undefined; params: any; }; } | undefined; }"
|
||||
"; script?: { script: { source?: any; lang?: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; params: any; }; } | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/phrase_filter.ts",
|
||||
|
@ -46965,7 +46971,9 @@
|
|||
"section": "def-common.RangeFilterMeta",
|
||||
"text": "RangeFilterMeta"
|
||||
},
|
||||
"; script?: { script: { params: any; lang: string; source: any; }; } | undefined; match_all?: any; }"
|
||||
"; script?: { script: { params: any; lang: ",
|
||||
"ScriptLanguage",
|
||||
"; source: any; }; } | undefined; match_all?: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/es_query/filters/range_filter.ts",
|
||||
|
|
|
@ -1795,7 +1795,7 @@
|
|||
"plugin": "indexPatternManagement",
|
||||
"link": {
|
||||
"path": "src/plugins/index_pattern_management/public/components/field_editor/field_editor.tsx",
|
||||
"lineNumber": 777
|
||||
"lineNumber": 778
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -2858,14 +2858,14 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.IndexPatternField.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [
|
||||
"\nScript field language"
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts",
|
||||
|
@ -2876,12 +2876,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.IndexPatternField.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/index_pattern_field.ts",
|
||||
|
@ -3168,7 +3168,7 @@
|
|||
"label": "toJSON",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { count: number; script: string | undefined; lang: string | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
||||
"() => { count: number; script: string | undefined; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; conflictDescriptions: Record<string, string[]> | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -4876,14 +4876,14 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.FieldSpec.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [
|
||||
"\nScripted field langauge\nPainless is the only valid scripted field language"
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/types.ts",
|
||||
|
@ -5191,12 +5191,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.FieldSpecExportFmt.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/types.ts",
|
||||
|
@ -7003,28 +7003,28 @@
|
|||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 140
|
||||
"lineNumber": 141
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 249
|
||||
"lineNumber": 250
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 289
|
||||
"lineNumber": 290
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/lens/server/routes/field_stats.ts",
|
||||
"lineNumber": 331
|
||||
"lineNumber": 332
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -7928,12 +7928,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.IFieldType.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/index_patterns/fields/types.ts",
|
||||
|
@ -10418,14 +10418,14 @@
|
|||
"plugin": "transform",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts",
|
||||
"lineNumber": 62
|
||||
"lineNumber": 63
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "transform",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/transform/server/routes/api/transforms.ts",
|
||||
"lineNumber": 404
|
||||
"lineNumber": 405
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1447,12 +1447,12 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-public.Reason.lang",
|
||||
"type": "string",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "lang",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
"\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/search/errors/types.ts",
|
||||
|
@ -2820,7 +2820,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ filter?: any; aggs?: Record<string, ",
|
||||
"AggregationContainer",
|
||||
"AggregationsAggregationContainer",
|
||||
"> | undefined; fields?: string[] | undefined; searchAfter?: string[] | undefined; page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | \"_doc\" | undefined; search?: string | undefined; searchFields?: string[] | undefined; rootSearchFields?: string[] | undefined; hasReference?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
|
@ -5459,7 +5459,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 76
|
||||
"lineNumber": 78
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5481,7 +5481,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 77
|
||||
"lineNumber": 79
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5504,7 +5504,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 78
|
||||
"lineNumber": 80
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5520,7 +5520,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 79
|
||||
"lineNumber": 81
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5536,7 +5536,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 80
|
||||
"lineNumber": 82
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5552,7 +5552,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 81
|
||||
"lineNumber": 83
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5575,7 +5575,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 85
|
||||
"lineNumber": 87
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -5591,7 +5591,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 87
|
||||
"lineNumber": 89
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5613,7 +5613,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 88
|
||||
"lineNumber": 90
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5648,7 +5648,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 89
|
||||
"lineNumber": 91
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5671,7 +5671,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 90
|
||||
"lineNumber": 92
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5691,7 +5691,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 103
|
||||
"lineNumber": 105
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5707,7 +5707,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 103
|
||||
"lineNumber": 105
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -5727,7 +5727,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 107
|
||||
"lineNumber": 109
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5743,7 +5743,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 107
|
||||
"lineNumber": 109
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -5771,7 +5771,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 111
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5793,7 +5793,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 111
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5820,7 +5820,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 129
|
||||
"lineNumber": 131
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5836,7 +5836,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 129
|
||||
"lineNumber": 131
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5890,7 +5890,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 142
|
||||
"lineNumber": 144
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5924,7 +5924,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 143
|
||||
"lineNumber": 145
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5941,7 +5941,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 144
|
||||
"lineNumber": 146
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -5971,7 +5971,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 185
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -5996,7 +5996,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 185
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6016,7 +6016,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 197
|
||||
"lineNumber": 199
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6042,7 +6042,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 287
|
||||
"lineNumber": 289
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6067,7 +6067,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 291
|
||||
"lineNumber": 293
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6083,7 +6083,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 291
|
||||
"lineNumber": 293
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6111,7 +6111,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 295
|
||||
"lineNumber": 297
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6127,7 +6127,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 295
|
||||
"lineNumber": 297
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6155,7 +6155,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 299
|
||||
"lineNumber": 301
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6171,7 +6171,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 299
|
||||
"lineNumber": 301
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6199,7 +6199,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 303
|
||||
"lineNumber": 305
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6215,7 +6215,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 303
|
||||
"lineNumber": 305
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6243,7 +6243,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 307
|
||||
"lineNumber": 309
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6259,7 +6259,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 307
|
||||
"lineNumber": 309
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6287,7 +6287,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 311
|
||||
"lineNumber": 313
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6303,7 +6303,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 311
|
||||
"lineNumber": 313
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6331,7 +6331,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 315
|
||||
"lineNumber": 317
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6349,7 +6349,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 329
|
||||
"lineNumber": 331
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6367,7 +6367,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 344
|
||||
"lineNumber": 346
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6385,7 +6385,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 351
|
||||
"lineNumber": 353
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6411,7 +6411,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 355
|
||||
"lineNumber": 357
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6427,7 +6427,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 355
|
||||
"lineNumber": 357
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -6463,7 +6463,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 408
|
||||
"lineNumber": 410
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6486,7 +6486,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 408
|
||||
"lineNumber": 410
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6514,7 +6514,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 427
|
||||
"lineNumber": 429
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6530,7 +6530,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 427
|
||||
"lineNumber": 429
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6562,7 +6562,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 442
|
||||
"lineNumber": 444
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -6592,7 +6592,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 456
|
||||
"lineNumber": 458
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6610,7 +6610,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 456
|
||||
"lineNumber": 458
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6646,7 +6646,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -6670,7 +6670,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -6694,7 +6694,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/aggs/agg_configs.ts",
|
||||
"lineNumber": 465
|
||||
"lineNumber": 467
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -24860,7 +24860,7 @@
|
|||
"label": "reason",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ caused_by: { reason: string; type: string; }; reason: string; lang?: string | undefined; script?: string | undefined; script_stack?: string[] | undefined; type: string; }"
|
||||
"{ caused_by: { reason: string; type: string; }; reason: string; lang?: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; script?: string | undefined; script_stack?: string[] | undefined; type: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/search/search_source/types.ts",
|
||||
|
@ -27106,69 +27106,69 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(",
|
||||
"CompositeBucketKeys",
|
||||
"AggregationsCompositeBucketKeys",
|
||||
" & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"DateHistogramBucketKeys",
|
||||
"AggregationsDateHistogramBucketKeys",
|
||||
" & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"FiltersBucketItemKeys",
|
||||
"AggregationsFiltersBucketItemKeys",
|
||||
" & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"IpRangeBucketKeys",
|
||||
"AggregationsIpRangeBucketKeys",
|
||||
" & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"RangeBucketKeys",
|
||||
"AggregationsRangeBucketKeys",
|
||||
" & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"RareTermsBucketKeys",
|
||||
"AggregationsRareTermsBucketKeys",
|
||||
"<any> & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"SignificantTermsBucketKeys",
|
||||
"AggregationsSignificantTermsBucketKeys",
|
||||
"<any> & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | ({ [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; } & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; }) | (",
|
||||
"KeyedBucketKeys",
|
||||
"AggregationsKeyedBucketKeys",
|
||||
"<any> & { [property: string]: ",
|
||||
"Aggregate",
|
||||
"AggregationsAggregate",
|
||||
"; })"
|
||||
],
|
||||
"source": {
|
||||
|
|
|
@ -137,8 +137,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L23](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L23) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L59](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L59) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L11](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/top_nav/on_save_search.tsx#L11) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L133](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/top_nav/on_save_search.tsx#L133) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L11](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/apps/main/components/top_nav/on_save_search.tsx#L11) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L133](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/apps/main/components/top_nav/on_save_search.tsx#L133) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_searches.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L10) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_searches.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L20) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [plugin.tsx#L33](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#L33) | - |
|
||||
|
@ -603,10 +603,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
|
||||
|
@ -618,10 +618,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
|
||||
|
@ -646,10 +646,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
|
||||
|
@ -1948,8 +1948,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#L33) | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | [app.tsx#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#L73) | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [sender.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L10) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [sender.ts#L447](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L447) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [sender.ts#L466](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L466) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [sender.ts#L457](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L457) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [sender.ts#L476](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L476) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyCallAPIOptions" text="LegacyCallAPIOptions"/> | [types.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/types.ts#L55) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.LegacyCallAPIOptions" text="LegacyCallAPIOptions"/> | [types.ts#L111](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/types.ts#L111) | 7.16 |
|
||||
|
||||
|
@ -2069,12 +2069,12 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L62) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L404](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L404) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L62) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L404](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L404) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - |
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"() => Promise<typeof ",
|
||||
"src/plugins/discover/public/application/helpers/get_sharing_data",
|
||||
"src/plugins/discover/public/application/apps/main/utils/get_sharing_data",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
|
|
|
@ -3721,7 +3721,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -3966,7 +3966,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -4801,7 +4801,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/fleet/server/services/package_policy.ts",
|
||||
"lineNumber": 655
|
||||
"lineNumber": 656
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -3805,7 +3805,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 704
|
||||
"lineNumber": 731
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -3828,7 +3828,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 704
|
||||
"lineNumber": 731
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
|
|
@ -381,7 +381,7 @@
|
|||
"\nThe state of checking the results of a license type meeting the license minimum."
|
||||
],
|
||||
"signature": [
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
"\"valid\" | \"invalid\" | \"unavailable\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -839,7 +839,7 @@
|
|||
"label": "LicenseCheckState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
"\"valid\" | \"invalid\" | \"unavailable\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -987,7 +987,7 @@
|
|||
"plugin": "security",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 82
|
||||
"lineNumber": 84
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2414,7 +2414,7 @@
|
|||
"\nThe state of checking the results of a license type meeting the license minimum."
|
||||
],
|
||||
"signature": [
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
"\"valid\" | \"invalid\" | \"unavailable\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -2947,7 +2947,7 @@
|
|||
"label": "LicenseCheckState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
"\"valid\" | \"invalid\" | \"unavailable\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
|
|
@ -467,7 +467,7 @@
|
|||
"signature": [
|
||||
"({ itemId, id, namespaceType, }: ",
|
||||
"GetExceptionListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -569,7 +569,7 @@
|
|||
"signature": [
|
||||
"({ comments, description, entries, itemId, meta, name, osTypes, tags, type, }: ",
|
||||
"CreateEndpointListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -609,7 +609,7 @@
|
|||
"signature": [
|
||||
"({ _version, comments, description, entries, id, itemId, meta, name, osTypes, tags, type, }: ",
|
||||
"UpdateEndpointListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -649,7 +649,7 @@
|
|||
"signature": [
|
||||
"({ itemId, id, }: ",
|
||||
"GetEndpointListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -807,7 +807,7 @@
|
|||
"section": "def-server.CreateExceptionListItemOptions",
|
||||
"text": "CreateExceptionListItemOptions"
|
||||
},
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -857,7 +857,7 @@
|
|||
"section": "def-server.UpdateExceptionListItemOptions",
|
||||
"text": "UpdateExceptionListItemOptions"
|
||||
},
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -901,7 +901,7 @@
|
|||
"signature": [
|
||||
"({ id, itemId, namespaceType, }: ",
|
||||
"DeleteExceptionListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -979,7 +979,7 @@
|
|||
"signature": [
|
||||
"({ id, itemId, }: ",
|
||||
"DeleteEndpointListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1017,7 +1017,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
|
||||
"FindExceptionListItemOptions",
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1055,7 +1055,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
|
||||
"FindExceptionListsItemOptions",
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1093,7 +1093,7 @@
|
|||
"signature": [
|
||||
"({ perPage, page, sortField, sortOrder, valueListId, }: ",
|
||||
"FindValueListExceptionListsItems",
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1171,7 +1171,7 @@
|
|||
"signature": [
|
||||
"({ filter, perPage, page, sortField, sortOrder, }: ",
|
||||
"FindEndpointListItemOptions",
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1297,7 +1297,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"GetListOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1335,7 +1335,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, immutable, serializer, name, description, type, meta, version, }: ",
|
||||
"CreateListOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1373,7 +1373,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, serializer, name, description, immutable, type, meta, version, }: ",
|
||||
"CreateListIfItDoesNotExistOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1771,7 +1771,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"DeleteListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1809,7 +1809,7 @@
|
|||
"signature": [
|
||||
"({ listId, value, type, }: ",
|
||||
"DeleteListItemByValueOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1847,7 +1847,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"DeleteListOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1923,7 +1923,7 @@
|
|||
"signature": [
|
||||
"({ deserializer, serializer, type, listId, stream, meta, version, }: ",
|
||||
"ImportListItemsToStreamOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1961,7 +1961,7 @@
|
|||
"signature": [
|
||||
"({ listId, value, type, }: ",
|
||||
"GetListItemByValueOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, serializer, listId, value, type, meta, }: ",
|
||||
"CreateListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2037,7 +2037,7 @@
|
|||
"signature": [
|
||||
"({ _version, id, value, meta, }: ",
|
||||
"UpdateListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2075,7 +2075,7 @@
|
|||
"signature": [
|
||||
"({ _version, id, name, description, meta, version, }: ",
|
||||
"UpdateListOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2113,7 +2113,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"GetListItemOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2151,7 +2151,7 @@
|
|||
"signature": [
|
||||
"({ type, listId, value, }: ",
|
||||
"GetListItemsByValueOptions",
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2189,7 +2189,7 @@
|
|||
"signature": [
|
||||
"({ type, listId, value, }: ",
|
||||
"SearchListItemByValuesOptions",
|
||||
") => Promise<{ items: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; value: unknown; }[]>"
|
||||
") => Promise<{ items: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; value: unknown; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2227,7 +2227,7 @@
|
|||
"signature": [
|
||||
"({ filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
|
||||
"FindListOptions",
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2265,7 +2265,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
|
||||
"FindListItemOptions",
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2336,7 +2336,7 @@
|
|||
"label": "entries",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
|
@ -2897,7 +2897,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -3063,7 +3063,7 @@
|
|||
"label": "entries",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
|
343
api_docs/ml.json
343
api_docs/ml.json
|
@ -1513,14 +1513,14 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ GTE: ",
|
||||
"TotalHitsRelation",
|
||||
"SearchTotalHitsRelation",
|
||||
"; EQ: ",
|
||||
"TotalHitsRelation",
|
||||
"SearchTotalHitsRelation",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/es_client.ts",
|
||||
"lineNumber": 20
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -1779,7 +1779,7 @@
|
|||
", indexPatternTitle: string, query: any, fields: ",
|
||||
"HistogramField",
|
||||
"[], samplerShardSize: number, runtimeMappings?: Record<string, ",
|
||||
"RuntimeField",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined) => Promise<ChartData[]>"
|
||||
],
|
||||
"source": {
|
||||
|
@ -1889,7 +1889,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, ",
|
||||
"RuntimeField",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined"
|
||||
],
|
||||
"source": {
|
||||
|
@ -2852,7 +2852,7 @@
|
|||
"signature": [
|
||||
"CombinedJob",
|
||||
" extends ",
|
||||
"Job"
|
||||
"MlJob"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -2884,7 +2884,7 @@
|
|||
"label": "datafeed_config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Datafeed"
|
||||
"MlDatafeed"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -2937,9 +2937,9 @@
|
|||
"label": "datafeed_config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Datafeed",
|
||||
"MlDatafeed",
|
||||
" & ",
|
||||
"DatafeedStats"
|
||||
"MlDatafeedStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -2950,72 +2950,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.IndicesOptions",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "IndicesOptions",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.IndicesOptions.allow_no_indices",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "allow_no_indices",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.IndicesOptions.expand_wildcards",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "expand_wildcards",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | ",
|
||||
"ExpandWildcardOptions",
|
||||
"[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.IndicesOptions.ignore_unavailable",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "ignore_unavailable",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.Influencer",
|
||||
|
@ -3516,156 +3450,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "ModelSnapshot",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.job_id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "job_id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.min_version",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "min_version",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.timestamp",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "timestamp",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.description",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.snapshot_id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "snapshot_id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.snapshot_doc_count",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "snapshot_doc_count",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.model_size_stats",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "model_size_stats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ModelSizeStats",
|
||||
" & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.latest_record_time_stamp",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "latest_record_time_stamp",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.latest_result_time_stamp",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "latest_result_time_stamp",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot.retain",
|
||||
"type": "boolean",
|
||||
"tags": [],
|
||||
"label": "retain",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.PerPartitionCategorization",
|
||||
|
@ -3726,7 +3510,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: ",
|
||||
"AggregationContainer",
|
||||
"AggregationsAggregationContainer",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
|
@ -3744,7 +3528,7 @@
|
|||
"label": "AnalysisConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"AnalysisConfig"
|
||||
"MlAnalysisConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3761,7 +3545,7 @@
|
|||
"label": "AnalysisLimits",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"AnalysisLimits"
|
||||
"MlAnalysisLimits"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3812,7 +3596,7 @@
|
|||
"label": "ChunkingConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ChunkingConfig"
|
||||
"MlChunkingConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
|
@ -3829,7 +3613,7 @@
|
|||
"label": "CustomRule",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DetectionRule"
|
||||
"MlDetectionRule"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3846,7 +3630,7 @@
|
|||
"label": "CustomSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"CustomSettings"
|
||||
"MlCustomSettings"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3863,11 +3647,11 @@
|
|||
"label": "DataCounts",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DataCounts"
|
||||
"MlDataCounts"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
"lineNumber": 15
|
||||
"lineNumber": 12
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -3880,7 +3664,7 @@
|
|||
"label": "DataDescription",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DataDescription"
|
||||
"MlDataDescription"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3897,7 +3681,7 @@
|
|||
"label": "Datafeed",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Datafeed"
|
||||
"MlDatafeed"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
|
@ -3931,7 +3715,7 @@
|
|||
"label": "DatafeedStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DatafeedStats"
|
||||
"MlDatafeedStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
|
||||
|
@ -3948,9 +3732,9 @@
|
|||
"label": "DatafeedWithStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Datafeed",
|
||||
"MlDatafeed",
|
||||
" & ",
|
||||
"DatafeedStats"
|
||||
"MlDatafeedStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -3967,7 +3751,7 @@
|
|||
"label": "Detector",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Detector"
|
||||
"MlDetector"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -4001,11 +3785,28 @@
|
|||
"label": "ForecastsStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"JobForecastStatistics"
|
||||
"MlJobForecastStatistics"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
"lineNumber": 27
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.IndicesOptions",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "IndicesOptions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MlDatafeedIndicesOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -4018,7 +3819,7 @@
|
|||
"label": "Job",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Job"
|
||||
"MlJob"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -4052,12 +3853,7 @@
|
|||
"label": "JobStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"JobStats",
|
||||
" & { model_size_stats: ",
|
||||
"ModelSizeStats",
|
||||
"; timing_stats: ",
|
||||
"TimingStats",
|
||||
"; }"
|
||||
"MlJobStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -4074,14 +3870,10 @@
|
|||
"label": "JobWithStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Job",
|
||||
"MlJob",
|
||||
" & ",
|
||||
"MlJobStats",
|
||||
" & ",
|
||||
"JobStats",
|
||||
" & { model_size_stats: ",
|
||||
"ModelSizeStats",
|
||||
"; timing_stats: ",
|
||||
"TimingStats",
|
||||
"; } & ",
|
||||
"JobAlertingRuleStats"
|
||||
],
|
||||
"source": {
|
||||
|
@ -4117,7 +3909,7 @@
|
|||
"label": "ModelPlotConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ModelPlotConfig"
|
||||
"MlModelPlotConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -4134,12 +3926,28 @@
|
|||
"label": "ModelSizeStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ModelSizeStats",
|
||||
" & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
|
||||
"MlModelSizeStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
"lineNumber": 17
|
||||
"lineNumber": 14
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "ml",
|
||||
"id": "def-server.ModelSnapshot",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "ModelSnapshot",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MlModelSnapshot"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -4169,11 +3977,11 @@
|
|||
"label": "Node",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DiscoveryNode"
|
||||
"MlDiscoveryNode"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
"lineNumber": 29
|
||||
"lineNumber": 20
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -4203,12 +4011,11 @@
|
|||
"label": "TimingStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TimingStats",
|
||||
" & { total_bucket_processing_time_ms: number; }"
|
||||
"MlTimingStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
"lineNumber": 23
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -4671,7 +4478,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: ",
|
||||
"RuntimeField",
|
||||
"MappingRuntimeField",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
|
@ -4692,14 +4499,14 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ GTE: ",
|
||||
"TotalHitsRelation",
|
||||
"SearchTotalHitsRelation",
|
||||
"; EQ: ",
|
||||
"TotalHitsRelation",
|
||||
"SearchTotalHitsRelation",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/es_client.ts",
|
||||
"lineNumber": 20
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
|
|
@ -145,7 +145,11 @@
|
|||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<any> & { format: Formatter; }) => void; getFormatter: (typeId: string) => Formatter | undefined; } & { registerFormatter: () => void; }"
|
||||
"<any> & { format: ",
|
||||
"Formatter",
|
||||
"; }) => void; getFormatter: (typeId: string) => ",
|
||||
"Formatter",
|
||||
" | undefined; } & { registerFormatter: () => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/public/rules/observability_rule_type_registry_mock.ts",
|
||||
|
@ -927,7 +931,7 @@
|
|||
"label": "useUiTracker",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({\n app: defaultApp,\n}: { app?: \"apm\" | \"fleet\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"synthetics\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined; }) => ({ app, metric, metricType }: ",
|
||||
"({\n app: defaultApp,\n}: { app?: \"fleet\" | \"apm\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"synthetics\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined; }) => ({ app, metric, metricType }: ",
|
||||
{
|
||||
"pluginId": "observability",
|
||||
"scope": "public",
|
||||
|
@ -964,7 +968,7 @@
|
|||
"label": "app",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"apm\" | \"fleet\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"synthetics\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined"
|
||||
"\"fleet\" | \"apm\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"synthetics\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
|
||||
|
@ -3046,7 +3050,11 @@
|
|||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<any> & { format: Formatter; }) => void; getFormatter: (typeId: string) => Formatter | undefined; }"
|
||||
"<any> & { format: ",
|
||||
"Formatter",
|
||||
"; }) => void; getFormatter: (typeId: string) => ",
|
||||
"Formatter",
|
||||
" | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
||||
|
@ -3184,7 +3192,11 @@
|
|||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<any> & { format: Formatter; }) => void; getFormatter: (typeId: string) => Formatter | undefined; }; isAlertingExperienceEnabled: () => boolean; navigation: { registerSections: (sections$: ",
|
||||
"<any> & { format: ",
|
||||
"Formatter",
|
||||
"; }) => void; getFormatter: (typeId: string) => ",
|
||||
"Formatter",
|
||||
" | undefined; }; isAlertingExperienceEnabled: () => boolean; navigation: { registerSections: (sections$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
"NavigationSection",
|
||||
|
@ -3370,46 +3382,50 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(",
|
||||
"TypeMapping",
|
||||
"MappingTypeMapping",
|
||||
" & { all_field?: ",
|
||||
"AllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingAllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"true\" | \"false\" | \"runtime\" | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"MappingDynamicTemplate",
|
||||
"> | Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingDynamicTemplate",
|
||||
">[] | undefined; field_names_field?: ",
|
||||
"FieldNamesField",
|
||||
"MappingFieldNamesField",
|
||||
" | undefined; index_field?: ",
|
||||
"IndexField",
|
||||
"MappingIndexField",
|
||||
" | undefined; meta?: Record<string, any> | undefined; numeric_detection?: boolean | undefined; properties?: Record<string, ",
|
||||
"PropertyBase",
|
||||
"MappingProperty",
|
||||
"> | undefined; routing_field?: ",
|
||||
"RoutingField",
|
||||
"MappingRoutingField",
|
||||
" | undefined; size_field?: ",
|
||||
"SizeField",
|
||||
"MappingSizeField",
|
||||
" | undefined; source_field?: ",
|
||||
"SourceField",
|
||||
" | undefined; }) | (Record<string, ",
|
||||
"TypeMapping",
|
||||
"MappingSourceField",
|
||||
" | undefined; runtime?: Record<string, ",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined; }) | (Record<string, ",
|
||||
"MappingTypeMapping",
|
||||
"> & { all_field?: ",
|
||||
"AllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingAllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"true\" | \"false\" | \"runtime\" | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"MappingDynamicTemplate",
|
||||
"> | Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingDynamicTemplate",
|
||||
">[] | undefined; field_names_field?: ",
|
||||
"FieldNamesField",
|
||||
"MappingFieldNamesField",
|
||||
" | undefined; index_field?: ",
|
||||
"IndexField",
|
||||
"MappingIndexField",
|
||||
" | undefined; meta?: Record<string, any> | undefined; numeric_detection?: boolean | undefined; properties?: Record<string, ",
|
||||
"PropertyBase",
|
||||
"MappingProperty",
|
||||
"> | undefined; routing_field?: ",
|
||||
"RoutingField",
|
||||
"MappingRoutingField",
|
||||
" | undefined; size_field?: ",
|
||||
"SizeField",
|
||||
"MappingSizeField",
|
||||
" | undefined; source_field?: ",
|
||||
"SourceField",
|
||||
" | undefined; })"
|
||||
"MappingSourceField",
|
||||
" | undefined; runtime?: Record<string, ",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
|
||||
|
@ -3427,7 +3443,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
@ -3474,12 +3490,12 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(kql: string | undefined) => ",
|
||||
"QueryContainer",
|
||||
"QueryDslQueryContainer",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/queries.ts",
|
||||
"lineNumber": 35
|
||||
"lineNumber": 39
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -3495,7 +3511,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/queries.ts",
|
||||
"lineNumber": 35
|
||||
"lineNumber": 39
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -3513,7 +3529,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(start: number | undefined, end: number | undefined, field: string) => ",
|
||||
"QueryContainer",
|
||||
"QueryDslQueryContainer",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
|
@ -3534,7 +3550,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/queries.ts",
|
||||
"lineNumber": 21
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -3551,7 +3567,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/queries.ts",
|
||||
"lineNumber": 21
|
||||
"lineNumber": 23
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -3568,7 +3584,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/queries.ts",
|
||||
"lineNumber": 21
|
||||
"lineNumber": 24
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -3841,46 +3857,50 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(",
|
||||
"TypeMapping",
|
||||
"MappingTypeMapping",
|
||||
" & { all_field?: ",
|
||||
"AllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingAllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"true\" | \"false\" | \"runtime\" | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"MappingDynamicTemplate",
|
||||
"> | Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingDynamicTemplate",
|
||||
">[] | undefined; field_names_field?: ",
|
||||
"FieldNamesField",
|
||||
"MappingFieldNamesField",
|
||||
" | undefined; index_field?: ",
|
||||
"IndexField",
|
||||
"MappingIndexField",
|
||||
" | undefined; meta?: Record<string, any> | undefined; numeric_detection?: boolean | undefined; properties?: Record<string, ",
|
||||
"PropertyBase",
|
||||
"MappingProperty",
|
||||
"> | undefined; routing_field?: ",
|
||||
"RoutingField",
|
||||
"MappingRoutingField",
|
||||
" | undefined; size_field?: ",
|
||||
"SizeField",
|
||||
"MappingSizeField",
|
||||
" | undefined; source_field?: ",
|
||||
"SourceField",
|
||||
" | undefined; }) | (Record<string, ",
|
||||
"TypeMapping",
|
||||
"MappingSourceField",
|
||||
" | undefined; runtime?: Record<string, ",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined; }) | (Record<string, ",
|
||||
"MappingTypeMapping",
|
||||
"> & { all_field?: ",
|
||||
"AllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingAllField",
|
||||
" | undefined; date_detection?: boolean | undefined; dynamic?: boolean | \"true\" | \"false\" | \"runtime\" | \"strict\" | undefined; dynamic_date_formats?: string[] | undefined; dynamic_templates?: Record<string, ",
|
||||
"MappingDynamicTemplate",
|
||||
"> | Record<string, ",
|
||||
"DynamicTemplate",
|
||||
"MappingDynamicTemplate",
|
||||
">[] | undefined; field_names_field?: ",
|
||||
"FieldNamesField",
|
||||
"MappingFieldNamesField",
|
||||
" | undefined; index_field?: ",
|
||||
"IndexField",
|
||||
"MappingIndexField",
|
||||
" | undefined; meta?: Record<string, any> | undefined; numeric_detection?: boolean | undefined; properties?: Record<string, ",
|
||||
"PropertyBase",
|
||||
"MappingProperty",
|
||||
"> | undefined; routing_field?: ",
|
||||
"RoutingField",
|
||||
"MappingRoutingField",
|
||||
" | undefined; size_field?: ",
|
||||
"SizeField",
|
||||
"MappingSizeField",
|
||||
" | undefined; source_field?: ",
|
||||
"SourceField",
|
||||
" | undefined; })"
|
||||
"MappingSourceField",
|
||||
" | undefined; runtime?: Record<string, ",
|
||||
"MappingRuntimeField",
|
||||
"> | undefined; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
|
||||
|
|
|
@ -1389,14 +1389,14 @@
|
|||
{
|
||||
"plugin": "discover",
|
||||
"link": {
|
||||
"path": "src/plugins/discover/public/application/components/top_nav/on_save_search.tsx",
|
||||
"path": "src/plugins/discover/public/application/apps/main/components/top_nav/on_save_search.tsx",
|
||||
"lineNumber": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "discover",
|
||||
"link": {
|
||||
"path": "src/plugins/discover/public/application/components/top_nav/on_save_search.tsx",
|
||||
"path": "src/plugins/discover/public/application/apps/main/components/top_nav/on_save_search.tsx",
|
||||
"lineNumber": 133
|
||||
}
|
||||
},
|
||||
|
|
|
@ -96,6 +96,64 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.AuthenticationServiceSetup",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "AuthenticationServiceSetup",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/authentication/authentication_service.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.AuthenticationServiceSetup.getCurrentUser",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getCurrentUser",
|
||||
"description": [
|
||||
"\nReturns currently authenticated user and throws if current user isn't authenticated."
|
||||
],
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
"AuthenticatedUser",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/authentication/authentication_service.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.AuthenticationServiceSetup.areAPIKeysEnabled",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "areAPIKeysEnabled",
|
||||
"description": [
|
||||
"\nDetermines if API Keys are currently enabled."
|
||||
],
|
||||
"signature": [
|
||||
"() => Promise<boolean>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/authentication/authentication_service.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityLicense",
|
||||
|
@ -408,6 +466,104 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityNavControlServiceStart",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SecurityNavControlServiceStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityNavControlServiceStart.getUserMenuLinks$",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getUserMenuLinks$",
|
||||
"description": [
|
||||
"\nReturns an Observable of the array of user menu links (the links that show up under the user's Avatar in the UI) registered by other plugins"
|
||||
],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.UserMenuLink",
|
||||
"text": "UserMenuLink"
|
||||
},
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityNavControlServiceStart.addUserMenuLinks",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "addUserMenuLinks",
|
||||
"description": [
|
||||
"\nRegisters the provided user menu links to be displayed in the user menu (the links that show up under the user's Avatar in the UI)."
|
||||
],
|
||||
"signature": [
|
||||
"(newUserMenuLink: ",
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.UserMenuLink",
|
||||
"text": "UserMenuLink"
|
||||
},
|
||||
"[]) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.newUserMenuLink",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "newUserMenuLink",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.UserMenuLink",
|
||||
"text": "UserMenuLink"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.UserMenuLink",
|
||||
|
@ -500,55 +656,161 @@
|
|||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [],
|
||||
"misc": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.AuthenticationServiceStart",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "AuthenticationServiceStart",
|
||||
"description": [
|
||||
"\nStart has the same contract as Setup for now."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.AuthenticationServiceSetup",
|
||||
"text": "AuthenticationServiceSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/authentication/authentication_service.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
"setup": {
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginSetup",
|
||||
"type": "Type",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SecurityPluginSetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ authc: ",
|
||||
"AuthenticationServiceSetup",
|
||||
"; sessionTimeout: ",
|
||||
"SessionTimeout",
|
||||
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
|
||||
"SecurityLicenseFeatures",
|
||||
"; features$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
"SecurityLicenseFeatures",
|
||||
">; }>; __legacyCompat: { logoutUrl: string; tenant: string; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 164
|
||||
"lineNumber": 167
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginSetup.authc",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "authc",
|
||||
"description": [
|
||||
"\nExposes authentication information about the currently logged in user."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.AuthenticationServiceSetup",
|
||||
"text": "AuthenticationServiceSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 171
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginSetup.license",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "license",
|
||||
"description": [
|
||||
"\nExposes information about the available security features under the current license."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "common",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-common.SecurityLicense",
|
||||
"text": "SecurityLicense"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 175
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
},
|
||||
"start": {
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginStart",
|
||||
"type": "Type",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SecurityPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ navControlService: ",
|
||||
"SecurityNavControlServiceStart",
|
||||
"; authc: ",
|
||||
"AuthenticationServiceSetup",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 165
|
||||
"lineNumber": 178
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginStart.navControlService",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "navControlService",
|
||||
"description": [
|
||||
"\nExposes the ability to add custom links to the dropdown menu in the top right, where the user's Avatar is."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.SecurityNavControlServiceStart",
|
||||
"text": "SecurityNavControlServiceStart"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 182
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-public.SecurityPluginStart.authc",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "authc",
|
||||
"description": [
|
||||
"\nExposes authentication information about the currently logged in user."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "public",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-public.AuthenticationServiceSetup",
|
||||
"text": "AuthenticationServiceSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
"lineNumber": 186
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
}
|
||||
|
@ -1456,7 +1718,13 @@
|
|||
"label": "license",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"SecurityLicense"
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "common",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-common.SecurityLicense",
|
||||
"text": "SecurityLicense"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/server/plugin.ts",
|
||||
|
@ -1606,7 +1874,116 @@
|
|||
"common": {
|
||||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SecurityLicense",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense.isLicenseAvailable",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "isLicenseAvailable",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense.isEnabled",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "isEnabled",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense.getType",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense.getFeatures",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getFeatures",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"SecurityLicenseFeatures"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "security",
|
||||
"id": "def-common.SecurityLicense.features$",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "features$",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
"SecurityLicenseFeatures",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/common/licensing/license_service.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [],
|
||||
"objects": []
|
||||
|
|
|
@ -22,6 +22,9 @@ import securityObj from './security.json';
|
|||
### Interfaces
|
||||
<DocDefinitionList data={securityObj.client.interfaces}/>
|
||||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={securityObj.client.misc}/>
|
||||
|
||||
## Server
|
||||
|
||||
### Interfaces
|
||||
|
@ -30,3 +33,8 @@ import securityObj from './security.json';
|
|||
### Consts, variables and types
|
||||
<DocDefinitionList data={securityObj.server.misc}/>
|
||||
|
||||
## Common
|
||||
|
||||
### Interfaces
|
||||
<DocDefinitionList data={securityObj.common.interfaces}/>
|
||||
|
||||
|
|
|
@ -661,7 +661,7 @@
|
|||
"text": "NodeUsage"
|
||||
},
|
||||
" extends ",
|
||||
"NodeUsageInformation"
|
||||
"NodesUsageNodeUsage"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_nodes_usage.ts",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"signature": [
|
||||
"Pick<",
|
||||
"KibanaClient",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
|
||||
"TransportRequestParams",
|
||||
", options?: ",
|
||||
"TransportRequestOptions",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"label": "ESLicense",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"LicenseInformation"
|
||||
"LicenseGetLicenseInformation"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
|
|
|
@ -422,60 +422,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getActionType",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getActionType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"ActionTypeModel",
|
||||
"<",
|
||||
"JiraConfig",
|
||||
", ",
|
||||
"JiraSecrets",
|
||||
", ",
|
||||
"JiraActionParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/jira/jira.tsx",
|
||||
"lineNumber": 77
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getActionType",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getActionType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"ActionTypeModel",
|
||||
"<",
|
||||
"ResilientConfig",
|
||||
", ",
|
||||
"ResilientSecrets",
|
||||
", ",
|
||||
"ResilientActionParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/resilient/resilient.tsx",
|
||||
"lineNumber": 85
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getFields",
|
||||
|
@ -656,60 +602,6 @@
|
|||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getServiceNowITSMActionType",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getServiceNowITSMActionType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"ActionTypeModel",
|
||||
"<",
|
||||
"ServiceNowConfig",
|
||||
", ",
|
||||
"ServiceNowSecrets",
|
||||
", ",
|
||||
"ServiceNowITSMActionParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/servicenow/servicenow.tsx",
|
||||
"lineNumber": 92
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getServiceNowSIRActionType",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getServiceNowSIRActionType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
"ActionTypeModel",
|
||||
"<",
|
||||
"ServiceNowConfig",
|
||||
", ",
|
||||
"ServiceNowSecrets",
|
||||
", ",
|
||||
"ServiceNowSIRActionParams",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/builtin_action_types/servicenow/servicenow.tsx",
|
||||
"lineNumber": 128
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.getTimeFieldOptions",
|
||||
|
|
|
@ -777,7 +777,7 @@
|
|||
"\nPossible type values in the schema"
|
||||
],
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"short\" | \"integer\" | \"byte\" | \"float\""
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"short\" | \"float\" | \"integer\" | \"byte\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/types.ts",
|
||||
|
|
8
x-pack/plugins/security/common/index.ts
Normal file
8
x-pack/plugins/security/common/index.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
|
||||
export { SecurityLicense } from './licensing';
|
|
@ -13,7 +13,9 @@ import { SecurityPlugin, SecurityPluginSetup, SecurityPluginStart } from './plug
|
|||
export { SecurityPluginSetup, SecurityPluginStart };
|
||||
export { AuthenticatedUser } from '../common/model';
|
||||
export { SecurityLicense, SecurityLicenseFeatures } from '../common/licensing';
|
||||
export { UserMenuLink } from '../public/nav_control';
|
||||
export { UserMenuLink, SecurityNavControlServiceStart } from '../public/nav_control';
|
||||
|
||||
export { AuthenticationServiceStart, AuthenticationServiceSetup } from './authentication';
|
||||
|
||||
export const plugin: PluginInitializer<
|
||||
SecurityPluginSetup,
|
||||
|
|
|
@ -31,12 +31,12 @@ interface StartDeps {
|
|||
|
||||
export interface SecurityNavControlServiceStart {
|
||||
/**
|
||||
* Returns an Observable of the array of user menu links registered by other plugins
|
||||
* Returns an Observable of the array of user menu links (the links that show up under the user's Avatar in the UI) registered by other plugins
|
||||
*/
|
||||
getUserMenuLinks$: () => Observable<UserMenuLink[]>;
|
||||
|
||||
/**
|
||||
* Registers the provided user menu links to be displayed in the user menu in the global nav
|
||||
* Registers the provided user menu links to be displayed in the user menu (the links that show up under the user's Avatar in the UI).
|
||||
*/
|
||||
addUserMenuLinks: (newUserMenuLink: UserMenuLink[]) => void;
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ import { licensingMock } from '../../licensing/public/mocks';
|
|||
import { ManagementService } from './management';
|
||||
import type { PluginStartDependencies } from './plugin';
|
||||
import { SecurityPlugin } from './plugin';
|
||||
import { SessionTimeout } from './session';
|
||||
|
||||
describe('Security Plugin', () => {
|
||||
beforeAll(() => {
|
||||
|
@ -43,7 +42,6 @@ describe('Security Plugin', () => {
|
|||
}
|
||||
)
|
||||
).toEqual({
|
||||
__legacyCompat: { logoutUrl: '/some-base-path/logout', tenant: '/some-base-path' },
|
||||
authc: { getCurrentUser: expect.any(Function), areAPIKeysEnabled: expect.any(Function) },
|
||||
license: {
|
||||
isLicenseAvailable: expect.any(Function),
|
||||
|
@ -52,7 +50,6 @@ describe('Security Plugin', () => {
|
|||
getFeatures: expect.any(Function),
|
||||
features$: expect.any(Observable),
|
||||
},
|
||||
sessionTimeout: expect.any(SessionTimeout),
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -20,11 +20,13 @@ import type { FeaturesPluginStart } from '../../features/public';
|
|||
import type { LicensingPluginSetup } from '../../licensing/public';
|
||||
import type { SpacesPluginStart } from '../../spaces/public';
|
||||
import { SecurityLicenseService } from '../common/licensing';
|
||||
import type { SecurityLicense } from '../common/licensing';
|
||||
import { accountManagementApp } from './account_management';
|
||||
import type { AuthenticationServiceSetup, AuthenticationServiceStart } from './authentication';
|
||||
import { AuthenticationService } from './authentication';
|
||||
import type { ConfigType } from './config';
|
||||
import { ManagementService } from './management';
|
||||
import type { SecurityNavControlServiceStart } from './nav_control';
|
||||
import { SecurityNavControlService } from './nav_control';
|
||||
import { SecurityCheckupService } from './security_checkup';
|
||||
import { SessionExpired, SessionTimeout, UnauthorizedResponseHttpInterceptor } from './session';
|
||||
|
@ -68,7 +70,7 @@ export class SecurityPlugin
|
|||
public setup(
|
||||
core: CoreSetup<PluginStartDependencies>,
|
||||
{ home, licensing, management, securityOss }: PluginSetupDependencies
|
||||
) {
|
||||
): SecurityPluginSetup {
|
||||
const { http, notifications } = core;
|
||||
const { anonymousPaths } = http;
|
||||
|
||||
|
@ -132,13 +134,14 @@ export class SecurityPlugin
|
|||
|
||||
return {
|
||||
authc: this.authc,
|
||||
sessionTimeout: this.sessionTimeout,
|
||||
license,
|
||||
__legacyCompat: { logoutUrl, tenant },
|
||||
};
|
||||
}
|
||||
|
||||
public start(core: CoreStart, { management, securityOss }: PluginStartDependencies) {
|
||||
public start(
|
||||
core: CoreStart,
|
||||
{ management, securityOss }: PluginStartDependencies
|
||||
): SecurityPluginStart {
|
||||
this.sessionTimeout.start();
|
||||
this.securityCheckupService.start({ securityOssStart: securityOss, docLinks: core.docLinks });
|
||||
|
||||
|
@ -161,5 +164,24 @@ export class SecurityPlugin
|
|||
}
|
||||
}
|
||||
|
||||
export type SecurityPluginSetup = ReturnType<SecurityPlugin['setup']>;
|
||||
export type SecurityPluginStart = ReturnType<SecurityPlugin['start']>;
|
||||
export interface SecurityPluginSetup {
|
||||
/**
|
||||
* Exposes authentication information about the currently logged in user.
|
||||
*/
|
||||
authc: AuthenticationServiceSetup;
|
||||
/**
|
||||
* Exposes information about the available security features under the current license.
|
||||
*/
|
||||
license: SecurityLicense;
|
||||
}
|
||||
|
||||
export interface SecurityPluginStart {
|
||||
/**
|
||||
* Exposes the ability to add custom links to the dropdown menu in the top right, where the user's Avatar is.
|
||||
*/
|
||||
navControlService: SecurityNavControlServiceStart;
|
||||
/**
|
||||
* Exposes authentication information about the currently logged in user.
|
||||
*/
|
||||
authc: AuthenticationServiceStart;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue